The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-3660

CVE-2025-3660: Petlibro Access Control Vulnerability

CVE-2025-3660 is an information disclosure flaw in Petlibro Smart Pet Feeder Platform that allows unauthorized access to other users' pet data through broken access control. This article covers technical details, affected versions, and mitigation strategies.

Updated: May 19, 2026

CVE-2025-3660 Overview

CVE-2025-3660 is a broken access control vulnerability in the Petlibro Smart Pet Feeder Platform through version 1.7.31. The flaw resides in the /member/pet/detailV2 API endpoint, which fails to verify whether the authenticated requester owns the pet record being queried. Any authenticated user can supply an arbitrary pet identifier and retrieve another user's pet details, member IDs, and avatar URLs. The issue is classified under [CWE-612: Improper Authorization of Index Containing Sensitive Information].

Critical Impact

Authenticated attackers can enumerate pet IDs against the Petlibro API to harvest personal data and member identifiers belonging to other account holders without triggering authorization checks.

Affected Products

  • Petlibro Smart Pet Feeder Platform versions up to and including 1.7.31
  • API endpoint /member/pet/detailV2
  • Petlibro mobile and cloud-connected feeder ecosystem relying on the affected backend

Discovery Timeline

  • 2026-01-04 - CVE-2025-3660 published to the National Vulnerability Database
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-3660

Vulnerability Analysis

The Petlibro platform exposes the /member/pet/detailV2 REST endpoint to authenticated mobile clients. The endpoint accepts a pet identifier supplied by the client and returns the corresponding pet record. The server validates session authentication but omits an ownership check that ties the requested pet record to the calling member account.

Because pet identifiers appear to be predictable numeric values, an attacker holding any valid Petlibro account can iterate identifiers to enumerate records across the entire customer base. Returned data includes pet metadata, owner member IDs, and avatar URLs that point to user-uploaded content.

The vulnerability is an Insecure Direct Object Reference. It does not require privilege escalation, social engineering, or weakening of transport security. The attack runs over the same network channel and account state used by the legitimate mobile app.

Root Cause

The root cause is missing server-side authorization between the authenticated session principal and the pet resource being requested. The API trusts client-supplied identifiers without cross-referencing the owning member ID stored in the database. This pattern is a textbook [CWE-612] failure where an index value alone determines record access.

Attack Vector

Exploitation requires a valid Petlibro account and network access to the platform API. An attacker authenticates normally through the mobile app or by replicating its login flow, captures a session token, and issues repeated POST requests to /member/pet/detailV2 while varying the pet identifier field. The server responds with full record details for any identifier that exists, regardless of who created the record. Refer to the VulnCheck Security Advisory and the Bob Da Hacker write-up for additional technical context.

No verified proof-of-concept code is published. The advisory references describe the request shape and parameter behavior without releasing exploit tooling.

Detection Methods for CVE-2025-3660

Indicators of Compromise

  • High-volume sequential or randomized requests from a single authenticated session to /member/pet/detailV2
  • Single member account retrieving pet records whose returned memberId differs from the caller's account
  • Outbound API traffic from non-mobile user agents targeting Petlibro endpoints
  • Bulk downloads of avatar URLs referenced in successful /member/pet/detailV2 responses

Detection Strategies

  • Instrument the API gateway to log the calling member ID alongside the returned memberId for every /member/pet/detailV2 response, then alert on mismatches
  • Apply rate-limit anomaly rules that flag accounts issuing more pet detail requests than the expected fleet size per user
  • Hunt historical access logs for accounts that queried pet identifiers in monotonic or wide-ranging sequences

Monitoring Recommendations

  • Forward API access logs to a centralized analytics platform and retain them long enough to support retrospective hunts
  • Baseline normal per-account request volume against the /member/pet/ namespace and alert on deviations
  • Monitor authentication telemetry for newly created accounts that immediately begin enumerating object identifiers

How to Mitigate CVE-2025-3660

Immediate Actions Required

  • Upgrade the Petlibro Smart Pet Feeder Platform to a release later than 1.7.31 once the vendor publishes a fixed version
  • Enforce server-side ownership checks on /member/pet/detailV2 and any sibling endpoints that accept pet identifiers
  • Rotate API session tokens for accounts that exhibited the enumeration patterns described above

Patch Information

No vendor advisory or patched build is listed in the NVD entry at the time of publication. Operators should track the VulnCheck advisory and Petlibro vendor communications for a fixed release announcement. Until a patch is available, compensating controls at the API gateway are the primary remediation path.

Workarounds

  • Deploy a reverse-proxy or API gateway rule that validates the caller's member ID against the requested pet record before forwarding the request
  • Apply per-account rate limits on /member/pet/detailV2 to reduce the feasibility of large-scale enumeration
  • Replace predictable numeric pet identifiers with unguessable opaque values to raise the cost of identifier brute forcing
bash
# Example NGINX rate-limit guard for the vulnerable endpoint
limit_req_zone $http_authorization zone=petdetail:10m rate=10r/m;

location = /member/pet/detailV2 {
    limit_req zone=petdetail burst=5 nodelay;
    proxy_pass http://petlibro_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPetlibro

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-612
  • Technical References
  • Bob Da Hacker Blog Post

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2025-3654: Petlibro Pet Feeder Information Disclosure

  • CVE-2025-3652: Petlibro Smart Pet Feeder Info Disclosure

  • CVE-2025-3646: Petlibro Auth Bypass Vulnerability

  • CVE-2025-3653: Petlibro Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English