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-3646

CVE-2025-3646: Petlibro Auth Bypass Vulnerability

CVE-2025-3646 is an authorization bypass flaw in Petlibro Smart Pet Feeder Platform that lets attackers add unauthorized users as shared owners to devices. This article covers technical details, affected versions, and mitigation.

Updated: April 30, 2026

CVE-2025-3646 Overview

CVE-2025-3646 is an authorization bypass vulnerability affecting the Petlibro Smart Pet Feeder Platform. This IoT security flaw allows unauthorized users to add themselves as shared owners to any device by exploiting missing permission checks in the device share API. The vulnerability enables attackers to gain unauthorized access to smart pet feeders and view owner information without proper authorization validation.

Critical Impact

Attackers can exploit this vulnerability to gain unauthorized access to any Petlibro smart pet feeder device, potentially compromising pet care schedules, viewing owner personal information, and taking control of device functionality.

Affected Products

  • Petlibro Smart Pet Feeder Platform versions up to 1.7.31
  • Petlibro mobile application and cloud infrastructure
  • All Petlibro smart pet feeder devices connected to the affected platform

Discovery Timeline

  • 2026-01-04 - CVE-2025-3646 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-3646

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The Petlibro Smart Pet Feeder Platform fails to implement proper authorization checks when processing device share requests through its API. This architectural flaw allows any authenticated user to send requests that add themselves as shared owners to devices they do not own, bypassing the intended access control mechanisms.

The vulnerability can be exploited remotely over the network without requiring any user interaction. An attacker with network access to the Petlibro platform API can craft malicious requests to the device share endpoint, effectively granting themselves access to victim devices. The impact includes unauthorized viewing of device owner information, potential manipulation of feeding schedules, and access to device telemetry data.

Root Cause

The root cause of this vulnerability is the absence of proper permission validation in the device share API endpoint. When a user attempts to add a shared owner to a device, the platform fails to verify whether the requesting user has ownership or administrative privileges over the target device. This missing authorization check allows any authenticated user to share any device, regardless of their relationship to that device.

Attack Vector

The attack vector is network-based, requiring the attacker to have access to the Petlibro platform API. An attacker can exploit this vulnerability by sending crafted HTTP requests to the device share API endpoint, specifying a target device ID and their own user account as the new shared owner.

The exploitation process involves identifying target device IDs (which may be enumerable or leaked through other means) and then sending unauthorized share requests to gain access. Once access is granted, the attacker can view device information, owner details, and potentially modify device settings.

For detailed technical analysis and proof-of-concept information, refer to the BobDaHacker Blog Post and the VulnCheck Security Advisory.

Detection Methods for CVE-2025-3646

Indicators of Compromise

  • Unexpected shared owner additions to Petlibro devices that were not authorized by the device owner
  • Unusual API requests to device share endpoints from unfamiliar IP addresses or user accounts
  • Multiple device share requests targeting various device IDs from a single user account
  • Anomalous access patterns showing users interacting with devices they should not have access to

Detection Strategies

  • Monitor Petlibro platform API logs for unusual device share request patterns, particularly requests involving device IDs that do not belong to the requesting user
  • Implement alerting on bulk device share requests or requests originating from newly created accounts
  • Review shared owner lists on devices for unauthorized additions and compare against expected user relationships
  • Deploy network monitoring to detect reconnaissance activity targeting device enumeration endpoints

Monitoring Recommendations

  • Enable detailed logging for all device share API transactions including source IP, user account, and target device ID
  • Implement real-time alerting for device sharing events that occur outside normal usage patterns
  • Conduct periodic audits of device sharing configurations to identify unauthorized access grants
  • Monitor for API abuse patterns such as rapid enumeration of device IDs or brute-force sharing attempts

How to Mitigate CVE-2025-3646

Immediate Actions Required

  • Review all Petlibro devices for unauthorized shared owners and remove any suspicious or unrecognized accounts
  • Update the Petlibro application to the latest available version if a patched release is available
  • Change account passwords and enable any available multi-factor authentication features
  • Consider temporarily disconnecting devices from the platform if unauthorized access is detected
  • Contact Petlibro support to report any suspected unauthorized access to your devices

Patch Information

As of the last modification date (2026-02-03), no official vendor patch has been publicly documented. Users should monitor the official Petlibro channels for security updates. For the latest vulnerability information, consult the VulnCheck Security Advisory.

Workarounds

  • Regularly audit the shared owners list on all Petlibro devices and immediately remove any unrecognized accounts
  • Implement network-level restrictions to limit access to the Petlibro platform from trusted networks only
  • Consider using a dedicated IoT network segment to isolate smart pet feeders from other devices
  • Enable any available notification features to receive alerts when device sharing changes occur
  • If the device supports local-only operation, consider disconnecting from cloud services until a patch is available
bash
# Network monitoring example for suspicious API activity
# Monitor for unusual device share API requests
tcpdump -i eth0 -nn 'host petlibro.com and port 443' -w petlibro_traffic.pcap

# Review device access logs periodically
# Check for unauthorized shared owner additions in application settings

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

  • Vulnerability Details
  • TypeAuth Bypass

  • 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:L/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
  • AvailabilityLow
  • CWE References
  • CWE-306
  • Technical References
  • BobDaHacker Blog Post

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2025-3653: Petlibro Auth Bypass Vulnerability

  • CVE-2025-15115: Petlibro Smart Pet Feeder Auth Bypass

  • CVE-2025-3660: Petlibro Access Control Vulnerability

  • CVE-2025-3654: Petlibro Pet Feeder Information Disclosure
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