Cyber Resilience

CVE-2026-3559

Philips Hue Bridge V2 Firmware ≤ 1975170000

Published
16 March 2026
Modified
27 April 2026
CVSS Score v3 8.1
Click a component to see what it means
Raw vectorCVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0040 33th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2026-3559 is a high-severity Reusing a Nonce, Key Pair in Encryption (CWE-323) vulnerability in Philips Hue Bridge V2 Firmware. Its CVSS base score is 8.1 (High).

Operationally, ranked at the 33th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Philips Hue Bridge HomeKit Accessory Protocol Static Nonce Authentication Bypass Vulnerability. This vulnerability allows network-adjacent attackers to bypass authentication on affected installations of Philips Hue Bridge. Authentication is not required to exploit this vulnerability. The specific flaw exists within the…

more

configuration of the SRP authentication mechanism in the HomeKit Accessory Protocol service, which listens on TCP port 8080 by default. The issue results from the use of a static nonce value. An attacker can leverage this vulnerability to bypass authentication on the system. Was ZDI-CAN-28451.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-3558Same product: Philips Hue Bridge V2
CVE-2026-3555Same product: Philips Hue Bridge V2
CVE-2026-3557Same product: Philips Hue Bridge V2
CVE-2026-3556Same product: Philips Hue Bridge V2
CVE-2026-3560Same product: Philips Hue Bridge V2
CVE-2026-3561Same product: Philips Hue Bridge V2
CVE-2026-3562Same product: Philips Hue Bridge V2
CVE-2025-27954Same vendor: Philips
CVE-2025-27953Same vendor: Philips
CVE-2025-27955Same vendor: Philips

Affected Assets

philips
hue bridge v2 firmware
≤ 1975170000

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.8.3
  • V11.3.4

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover nonce reuse through static analysis, fuzzing, or known-answer tests.

Engineering principles include correct use of cryptographic primitives such as unique nonces per key.

Selecting and implementing appropriate cryptographic algorithms and modes reduces nonce-reuse exposure.

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.PS-06 mostly match
prevents

Secure SDLC practices directly prevent nonce/key reuse errors in cryptographic implementations.

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

Mandates proper cryptographic key and nonce management, directly preventing nonce/key-pair reuse.

finds

Security testing can detect nonce reuse, yet the control addresses many other issues beyond this CWE.

prevents

Secure-coding rules can require unique nonces, but the control is broader than this single weakness.

References