Cyber Resilience

CVE-2023-6118

Path Traversal in Neutron Neu-Ipb210-28 Firmware ≤ b1130.1.0.1

Published
23 November 2023
Modified
20 May 2026
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0076 52th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2023-6118 is a high-severity Path Traversal: '/../filedir' (CWE-25) vulnerability in Neutron Neu-Ipb210-28 Firmware. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Path Traversal: '/../filedir' vulnerability in Neutron IP Camera allows Absolute Path Traversal. This issue affects IP Camera: before b1130.1.0.1.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2022-20775Shared CWE-22, CWE-25
CVE-2025-68916Shared CWE-22, CWE-25
CVE-2023-6947Shared CWE-22, CWE-25
CVE-2025-21048Shared CWE-22
CVE-2026-23939Shared CWE-22
CVE-2024-7145Shared CWE-22
CVE-2023-42225Shared CWE-22
CVE-2024-33109Shared CWE-22
CVE-2023-35016Shared CWE-22
CVE-2025-10723Shared CWE-22

Affected Assets

neutron
neu-ipb210-28 firmware
≤ b1130.1.0.1
neutron
ntl-pt-06wod-3mp firmware
≤ b1130.1.0.1
neutron
neu-ipb410-28 firmware
≤ b1130.1.0.1
neutron
ntl-bc-01w firmware
≤ b1130.1.0.1
neutron
neu-ipbm211 firmware
≤ b1130.1.0.1
neutron
ntl-pt-09-wos-3mp firmware
≤ b1130.1.0.1
neutron
neu-ipbm411 firmware
≤ b1130.1.0.1
neutron
ntl-pt-10-4gwos-3mp firmware
≤ b1130.1.0.1
neutron
ipc2224-sr3-npf-36 firmware
≤ b1130.1.0.1
neutron
ipc2624-sr3-npf-36 firmware
≤ b1130.1.0.1
+7 more product configuration(s) — see NVD for full list

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)
  • V5.3.2

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.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

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 require input validation and path sanitization that prevent traversal flaws.

PR.PS-02 partial match
prevents

Patching/maintenance can remediate known path-traversal flaws in deployed software (partial prevention of exploitability) but does nothing to stop the coding defect from being introduced in the first place.

PR.AA-05 none match
prevents

PR.AA-05 defines and reviews access policies but does not address code-level pathname neutralization, so neither direction prevents CWE-22.

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

Secure coding standards require canonicalization and neutralization of '../' sequences in path construction.

finds

Security testing in development catches path-traversal flaws before production deployment.

prevents

Secure development lifecycle mandates input validation and path sanitization that directly prevents traversal sequences.

prevents

Application security requirements explicitly call for controls against path traversal and directory escape attacks.

prevents

Secure architecture principles reduce exposure to path traversal through least-privilege file-system design.

mitigates

Information access restriction limits which directories users or processes may traverse.

References