Cyber Resilience

CVE-2023-23063

HighPublic PoC

Published: 22 February 2023

Published
22 February 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.3039 96.8th percentile
Risk Priority 33 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-23063 is a high-severity Path Traversal (CWE-22) vulnerability in Cellinx Nvt Web Server. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 3.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

Cellinx NVT version 1.0.6.002b contains a path traversal vulnerability (CWE-22) in the /cgi-bin/GetFileContent.cgi component that permits disclosure of arbitrary local files. The flaw received a CVSS 3.1 score of 7.5, reflecting network attack vector, low complexity, and no required authentication or user interaction, with the primary impact limited to high confidentiality loss.

Unauthenticated remote attackers can send crafted requests to the CGI endpoint to retrieve sensitive files from the underlying system. Successful exploitation grants read access to configuration data, credentials, or other restricted content without any prior privileges on the device.

Public references consist of GitHub repositories documenting the issue, but no vendor advisory, patch, or official mitigation guidance is referenced. The EPSS score rose from lower values to a peak of 0.6202 on 2025-12-11 before receding to the current 0.3039, indicating a clear post-disclosure increase in observed exploitation interest.

EU & UK References

Vulnerability details

Cellinx NVT v1.0.6.002b was discovered to contain a local file disclosure vulnerability via the component /cgi-bin/GetFileContent.cgi.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

cellinx
nvt web server
1.0.6.002b

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.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References