Cyber Resilience

CVE-2025-11644

Info Disclosure in Furbo Mini Firmware ≤ 074

Public PoCInfo Disclosure
Published
12 October 2025
Modified
29 April 2026
CVSS Score v4 0.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:P/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/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.0026 17th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-11644 is a low-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Furbo Furbo Mini Firmware. Its CVSS base score is 0.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Gather Victim Host Information (T1592); ranked at the 17th 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 PE-3 (Physical Access Control) and SC-28 (Protection of Information at Rest) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A weakness has been identified in Tomofun Furbo 360 and Furbo Mini. Affected by this issue is some unknown functionality of the component UART Interface. Executing manipulation can lead to insecure storage of sensitive information. The physical device can be…

more

targeted for the attack. This attack is characterized by high complexity. The exploitation is known to be difficult. The firmware versions determined to be affected are Furbo 360 up to FB0035_FW_036 and Furbo Mini up to MC0020_FW_074. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1592 Gather Victim Host Information Reconnaissance
Adversaries may gather information about the victim's hosts that can be used during targeting.
T1592.003 Firmware Reconnaissance
Adversaries may gather information about the victim's host firmware that can be used during targeting.
Why these techniques?

The vulnerability enables physical attackers to access sensitive information transmitted over the UART interface, including firmware decryption key, DeviceToken, AccountID, and P2P auth details, facilitating gathering victim host information, particularly firmware details (T1592/T1592.003) as explicitly mapped in the advisory.

CVEs Like This One

CVE-2025-11639Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11634Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11647Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11649Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11640Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11633Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11641Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11648Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11650Same product: Furbo Furbo 360 Dog Camera
CVE-2025-11646Same product: Furbo Furbo 360 Dog Camera

Affected Assets

furbo
furbo mini firmware
≤ 074
furbo
furbo 360 dog camera firmware
≤ 036

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-28 Protection of Information at Rest
  • PE-3 Physical Access Control
  • SC-41 Port and I/O Device Access
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 10 hardening rules · 6 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V10.4.9
  • V11.7.1
  • V14.1.2
  • V14.2.4

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires cryptographic or equivalent protection of sensitive information at rest, addressing the root CWE-922 flaw that allows UART-based extraction.

prevent

Enforces physical access control and authorization for the device itself, blocking the physical UART attack vector before any manipulation can occur.

prevent

Explicitly governs logical and physical access to ports and I/O devices such as UART, limiting exposure even if storage protections are weak.

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

PR.AA-05 directly enforces least-privilege authorization that blocks most unauthorized disclosures, yet CWE-200 also arises from logging, error messages, and side-channel paths that access controls alone do not address.

PR.DS-01 mostly match
prevents

Directly protects data-at-rest confidentiality via encryption or access controls that prevent unauthorized reads.

PR.DS-10 mostly match
prevents

PR.DS-10 mostly prevents CWE-200 by directly eliminating unauthorized access to sensitive data-in-use, yet only partially addresses the weakness because CWE-200 spans many other exposure vectors outside runtime protection.

PR.IR-01 mostly match
prevents

PR.IR-01's segmentation/zero-trust controls largely eliminate network-level unauthorized access paths that enable exposure, yet CWE-200 spans many additional vectors (API responses, logs, app logic) that network controls alone cannot close.

PR.PS-06 mostly match
prevents

Secure SDLC practices catch most exposure flaws via design, testing and release controls, yet CWE-200 spans runtime/config issues a single development outcome cannot fully close.

PR.AA-01 partial match
prevents

PR.AA-01 supplies proper credential lifecycle controls that reduce unauthorized access paths, yet leaves many other exposure vectors (error messages, logging, side channels, etc.) unaddressed.

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

Restricting anonymous or unknown access and encrypting high-value information limits the exposure of sensitive data that would otherwise be obtainable by unauthorized actors.

prevents

Suppressing system details, error specifics, and previous log-on information until successful authentication reduces the information an unauthenticated attacker can gather.

prevents

By requiring owners to assign sensitivity labels and corresponding handling rules, the control ensures that information is not left unmarked and therefore reduces the chance that sensitive data will be exposed to unauthorized actors.

prevents

Requiring encryption, access controls, and recipient authentication for transfers directly reduces the chance that sensitive data reaches an unauthorized observer.

prevents

Secure delivery, protected storage, and confidentiality of allocation records limit exposure of authentication material to unauthorized observers.

prevents

Requiring defined procedures, assigned roles, and technical/organizational measures for handling PII reduces the chance that sensitive personal data will be exposed to unauthorized actors through inadequate handling or missing safeguards.

References