Raw vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:HSummary
CVE-2023-39212 is a high-severity Improper Neutralization of Line Delimiters (CWE-144) vulnerability in Zoom Rooms. Its CVSS base score is 7.9 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-42946
Vulnerability Data
Untrusted search path in Zoom Rooms for Windows before version 5.15.5 may allow an authenticated user to enable a denial of service via local access.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
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.
Preventing execution of unauthorized code directly blocks the malicious binaries that an untrusted search path would load.
Secure SDLC practices directly require input neutralization to block line-delimiter injection.
Hardened configuration baselines can enforce safe search paths and restrict environment variables that enable the weakness.
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.
Security testing can detect the weakness but does not itself implement the neutralization.
Restricting software installation reduces the chance that untrusted binaries or libraries are placed in search paths.
Secure SDLC mandates input validation and sanitization that can prevent line-delimiter injection.
Application security requirements typically include rules for neutralizing special characters such as line delimiters.
Secure architecture principles encourage safe data handling but do not specifically address line-delimiter neutralization.
Secure coding standards directly require proper neutralization of line delimiters in input handling.