CVE-2024-36475
Published: 17 July 2024
Summary
CVE-2024-36475 is a high-severity OS Command Injection (CWE-78) vulnerability in Centurysys Futurenet Nxr-1300 Firmware. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 33.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-36112
Vulnerability details
FutureNet NXR series, VXR series and WXR series provided by Century Systems Co., Ltd. contain an active debug code vulnerability. If a user who knows how to use the debug function logs in to the product, the debug function may…
more
be used and an arbitrary OS command may be executed.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Minimal functionality precludes inclusion of active debug code or diagnostic interfaces.
Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.
Validates inputs to block special elements that would alter OS command execution.