CVE-2026-3588
Published: 09 March 2026
Summary
CVE-2026-3588 is a high-severity SSRF (CWE-918) vulnerability in Ikea Dirigera Firmware. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 9.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-4 (Information Flow Enforcement) and SC-7 (Boundary Protection).
Deeper analysis
CVE-2026-3588 is a server-side request forgery (SSRF) vulnerability, classified under CWE-918, affecting IKEA Dirigera version v2.866.4. Published on 2026-03-09T16:16:21.343, it carries a CVSS v3.1 base score of 7.5 (AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:L). The issue allows an attacker to exfiltrate private keys by sending a crafted request to the affected component.
An attacker can exploit this vulnerability from the adjacent network (AV:A) with high privileges (PR:H), low attack complexity (AC:L), and no user interaction (UI:N). Successful exploitation results in high confidentiality impact (C:H) through private key exfiltration, low integrity (I:L) and availability (A:L) impacts, and a changed scope (S:C) that amplifies the consequences.
Mitigation details are available in the advisory from Nozomi Networks at https://www.nozominetworks.com/labs/vulnerability-advisories-cve-2026-3588.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-10343
Vulnerability details
A server-side request forgery (SSRF) vulnerability in IKEA Dirigera v2.866.4 allows an attacker to exfiltrate private keys by sending a crafted request.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SSRF vuln directly enables exploitation of the application's remote interface (T1190) and specifically facilitates exfiltration of private keys (T1552.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Validates user-supplied inputs to prevent crafted requests that trigger SSRF and enable private key exfiltration.
Implements boundary protections to monitor and block unauthorized outbound network requests initiated by SSRF exploits from the adjacent network.
Enforces information flow control policies to restrict the affected component's access to internal resources containing private keys during SSRF exploitation.