Cyber Resilience

CVE-2023-53962

HighPublic PoC

Published: 22 December 2025

Published
22 December 2025
Modified
16 January 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/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.0104 59.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-53962 is a high-severity Path Traversal (CWE-22) vulnerability in Sound4 Impact Firmware. Its CVSS base score is 8.8 (High).

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

Deeper analysis

SOUND4 IMPACT/FIRST/PULSE/Eco v2.x contains an unauthenticated directory traversal vulnerability that permits remote attackers to write arbitrary files via the 'upgfile' parameter in upload.cgi. The flaw is tracked as CWE-22 and carries a CVSS 4.0 score of 8.8, reflecting network attack vector, low complexity, and no required authentication or user interaction.

Attackers can exploit the issue by submitting specially crafted multipart form-data POST requests that include directory traversal sequences, allowing files to be placed in arbitrary system locations outside the intended upload directory.

Public references include an Exploit-DB entry, a Zero Science disclosure (ZSL-2022-5730), and a VulnCheck advisory, but no vendor-supplied patches or mitigation guidance are documented in the available sources. The EPSS score remains flat at 0.0530 with no material increase after disclosure.

EU & UK References

Vulnerability details

SOUND4 IMPACT/FIRST/PULSE/Eco v2.x contains an unauthenticated directory traversal vulnerability that allows remote attackers to write arbitrary files through the 'upgfile' parameter in upload.cgi. Attackers can exploit the vulnerability by sending crafted multipart form-data POST requests with directory traversal sequences to…

more

write files to unintended system locations.

CWE(s)

Related Threats

CVEs Like This One

CVE-2022-50792Same product: Sound4 Big Voice2
CVE-2022-50796Same product: Sound4 Big Voice2
CVE-2023-53960Same product: Sound4 Big Voice2
CVE-2023-53964Same product: Sound4 Big Voice2
CVE-2022-50695Same product: Sound4 Big Voice2
CVE-2022-50793Same product: Sound4 Big Voice2
CVE-2022-50794Same product: Sound4 Big Voice2
CVE-2022-50789Same product: Sound4 Big Voice2
CVE-2023-53963Same product: Sound4 Big Voice2
CVE-2022-50696Same product: Sound4 Big Voice2

Affected Assets

sound4
impact firmware
1.69, 2.15
sound4
pulse firmware
1.69, 2.15
sound4
first firmware
1.69, 2.15
sound4
impact eco firmware
1.16
sound4
pulse eco firmware
1.16
sound4
big voice4 firmware
1.2
sound4
big voice2 firmware
1.30
sound4
wm2 firmware
1.11
sound4
stream extension
2.4.29

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