Cyber Resilience

CVE-2026-5571

MediumPublic PoC

Published: 05 April 2026

Published
05 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score v4 5.5 CVSS: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: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.0005 17.1th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5571 is a medium-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Technostrobe Hi-Led-Wr120-G2 Firmware. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.1th 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 are NIST 800-53 AC-3 (Access Enforcement) and AU-13 (Monitoring for Information Disclosure).

Deeper analysis

CVE-2026-5571 is an information disclosure vulnerability affecting the Technostrobe HI-LED-WR120-G2 device running firmware version 5.5.0.1R6.03.30. The issue resides in an unknown function within the /fs file of the Configuration Data Handler component, where manipulation of the File argument enables unauthorized access to sensitive data. Classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-284 (Improper Access Control), it 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), indicating medium severity with low confidentiality impact and no effects on integrity or availability.

The vulnerability can be exploited remotely by unauthenticated attackers with no privileges or user interaction required, leveraging low attack complexity over the network. Successful exploitation allows disclosure of configuration data or other sensitive information from the affected component, potentially aiding further attacks on the device or network. A public exploit is available, increasing the risk of widespread use.

Advisories from VULDB and a related GitHub repository detail the vulnerability but report no vendor response despite early notification, with no patches or mitigations issued. Security practitioners should isolate affected devices, monitor for anomalous /fs file access, and restrict network exposure until firmware updates are available. References include https://github.com/shiky8/my--cve-vulnerability-research/blob/main/my_VulnDB_cves/CVE-TECHNOSTROBE-03-InfoDisclosure.md, https://vuldb.com/submit/783324, https://vuldb.com/vuln/355341, and https://vuldb.com/vuln/355341/cti.

The public availability of the exploit suggests potential for active exploitation in the wild, particularly against unpatched Technostrobe HI-LED-WR120-G2 deployments in environments like lighting or industrial control systems.

EU & UK References

Vulnerability details

A vulnerability was identified in Technostrobe HI-LED-WR120-G2 5.5.0.1R6.03.30. The impacted element is an unknown function of the file /fs of the component Configuration Data Handler. Such manipulation of the argument File leads to information disclosure. It is possible to launch…

more

the attack remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

The remote unauthenticated info disclosure via File arg manipulation in a public-facing Configuration Data Handler directly maps to T1190 (Exploit Public-Facing Application) for initial exploitation and facilitates T1005 (Data from Local System) by enabling unauthorized access to sensitive configuration data.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-5569Same product: Technostrobe Hi-Led-Wr120-G2
CVE-2026-5573Same product: Technostrobe Hi-Led-Wr120-G2
CVE-2026-5570Same product: Technostrobe Hi-Led-Wr120-G2
CVE-2026-5574Same product: Technostrobe Hi-Led-Wr120-G2
CVE-2025-31125Shared CWE-200, CWE-284
CVE-2026-32938Shared CWE-200, CWE-284
CVE-2025-30208Shared CWE-200, CWE-284
CVE-2026-2055Shared CWE-200, CWE-284
CVE-2024-13600Shared CWE-200
CVE-2024-55272Shared CWE-200

Affected Assets

technostrobe
hi-led-wr120-g2 firmware
5.5.0.1r6.03.30

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for logical access to prevent unauthorized manipulation of the File argument in the Configuration Data Handler leading to information disclosure.

detect

Monitors the system for information disclosure through anomalous access to the /fs component, enabling identification of exploitation attempts.

prevent

Validates inputs to the Configuration Data Handler function to block manipulation of the File argument that exposes sensitive configuration data.

References