CVE-2025-3652: Petlibro Smart Pet Feeder Platform through 1.7.31 Audio Information Disclosure via API endpoint
Petlibro Smart Pet Feeder Platform versions up to 1.7.31 contains an information disclosure vulnerability that allows unauthorized access to private audio recordings by exploiting sequential audio IDs and insecure assignment endpoints. Attackers can send requests to /device/deviceAudio/use with arbitrary audio IDs to assign recordings to any device, then retrieve audio URLs to access other users' private recordings.
Security readout for executives and security teams
Plain-English summary
Petlibro’s cloud platform for smart feeders reportedly allowed unauthorized access to private audio recordings through weak API authorization. The issue affects platform versions through 1.7.31. The main business risk is privacy exposure for consumer audio, not system takeover or data destruction.
Executive priority
Treat this as a moderate privacy issue requiring prompt verification, especially for consumer-facing environments. It does not indicate device takeover, but private audio exposure can create trust, regulatory, and notification concerns.
Technical view
The cited advisories describe an information disclosure flaw involving the device audio API. Sequential audio IDs and insecure assignment logic could let an unauthenticated network attacker access other users’ audio URLs. The CVSS 4.0 score is 6.9, with low confidentiality impact and no stated integrity or availability impact.
Likely exposure
Exposure appears limited to Petlibro Smart Pet Feeder Platform deployments through 1.7.31 that store or retrieve private audio recordings via the affected platform API.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The described weakness is remotely reachable, unauthenticated, and low complexity, which makes privacy impact plausible if the vulnerable service remains exposed.
Researcher notes
Evidence is based on third-party advisories and the CVE record. The affected metadata is inconsistent: the description names versions through 1.7.31, while the affected block lists version 0 and default unaffected. Confirm vendor scope before enforcement decisions.
Mitigation direction
Check Petlibro or platform operator guidance for a fixed release or server-side remediation.
Update beyond version 1.7.31 if the vendor identifies a corrected version.
Delete unnecessary stored audio recordings where the platform allows it.
Temporarily disable audio features if privacy risk outweighs operational need.
Notify affected users if internal assessment confirms unauthorized audio exposure.
Validation and detection
Inventory Petlibro Smart Pet Feeder Platform versions and identify any through 1.7.31.
Confirm whether audio recording storage or retrieval features are enabled.
Review available audit logs for unusual audio assignment or retrieval activity.
Check vendor advisories for patch status and affected-version clarification.
Document whether private audio recordings may have been exposed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-288: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-288 · source CWE mapping
Authentication Bypass Using an Alternate Path or Channel
Authentication Bypass Using an Alternate Path or Channel represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.