Cyber Resilience

CVE-2025-3654

Petlibro ≤ 1.7.31

Public PoC
Published
04 January 2026
Modified
20 July 2026
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/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
EPSS Score 0.0024 16th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2025-3654 is a medium-severity Improper Authorization of Index Containing Sensitive Information (CWE-612) vulnerability in Petlibro Petlibro. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Information Repositories (T1213); ranked at the 16th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-3654 is an information disclosure vulnerability affecting the Petlibro Smart Pet Feeder Platform in versions up to 1.7.31. The flaw stems from insecure API endpoints that lack proper authorization checks, allowing unauthorized access to sensitive device hardware information. Specifically, attackers can exploit the /device/devicePetRelation/getBoundDevices endpoint by providing pet IDs to retrieve device serial numbers and MAC addresses. The vulnerability has a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N) and is associated with CWE-612.

Any unauthenticated attacker with network access can exploit this vulnerability due to its low attack complexity and lack of required privileges. By obtaining device serial numbers and MAC addresses, attackers gain the ability to achieve full control over the affected devices without further authentication, potentially enabling unauthorized feeding schedules, settings changes, or other manipulations of the smart pet feeder.

For mitigation details, security practitioners should consult the referenced advisories, including https://bobdahacker.com/blog/petlibro and https://www.vulncheck.com/advisories/petlibro-smart-pet-feeder-platform-through-information-disclosure-via-api-endpoint, which were published alongside the CVE on 2026-01-04.

EU & UK References

Vulnerability Data

Petlibro Smart Pet Feeder Platform versions up to 1.7.31 contains an information disclosure vulnerability that allows unauthorized access to device hardware information by exploiting insecure API endpoints. Attackers can retrieve device serial numbers and MAC addresses through /device/devicePetRelation/getBoundDevices using pet…

more

IDs, enabling full device control without proper authorization checks.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-3660Same product: Petlibro Petlibro
CVE-2025-3653Same product: Petlibro Petlibro
CVE-2025-15115Same product: Petlibro Petlibro
CVE-2025-3652Same product: Petlibro Petlibro
CVE-2025-3646Same product: Petlibro Petlibro
CVE-2024-25635Shared CWE-612
CVE-2023-4560Shared CWE-612
CVE-2019-25605Shared CWE-612
CVE-2024-49071Shared CWE-612
CVE-2025-57756Shared CWE-612

Affected Assets

petlibro
petlibro
≤ 1.7.31

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 directly enforces authorization checks on the search index so that only users permitted to view the original documents can access indexed content.

AC-6 limits privileges so that fewer accounts can reach the index, reducing the chance that unauthorized actors obtain sensitive indexed data.

AC-16 associates sensitivity attributes with data, enabling the index to inherit and enforce the same access restrictions as the source documents.

AC-4 enforces information-flow rules that can stop sensitive data from being reachable through an improperly authorized index.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Directly enforces authorization policy and least privilege for access to sensitive data including indexes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Information access restriction is the technical mechanism that prevents unauthorized index queries.

prevents

Managing access rights ensures only authorized users can reach indexed sensitive content.

prevents

Privileged access rights may be used to enforce index restrictions but are not the primary control.

prevents

Classification helps identify what must be protected but does not enforce index access limits.

prevents

Access control policies directly limit who can query or view the index.

mitigates

Data leakage prevention can block unauthorized index exposure but is supplementary.

References