Cyber Resilience

CVE-2023-36479

Eclipse Jetty 9.0.0 – 9.4.52

Public PoC
Published
15 September 2023
Modified
27 May 2025
Patch / advisory
CVSS Score v3.1 3.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
EPSS Score 0.010 60th percentile
Risk Priority 33 floored blend · peak EPSS

Summary

CVE-2023-36479 is a low-severity Improper Neutralization of Quoting Syntax (CWE-149) vulnerability in Eclipse Jetty. Its CVSS base score is 3.5 (Low).

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

EU & UK References

Vulnerability Data

Eclipse Jetty Canonical Repository is the canonical repository for the Jetty project. Users of the CgiServlet with a very specific command structure may have the wrong command executed. If a user sends a request to a org.eclipse.jetty.servlets.CGI Servlet for a…

more

binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name provided by the user contains a quotation mark followed by a space, the resulting command line will contain multiple tokens instead of one. This issue was patched in version 9.4.52, 10.0.16, 11.0.16 and 12.0.0-beta2.

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.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-40167Same product: Debian Debian Linux
CVE-2023-41900Same product: Debian Debian Linux
CVE-2023-36478Same product: Debian Debian Linux
CVE-2026-2332Same product: Eclipse Jetty
CVE-2026-8384Same product: Eclipse Jetty
CVE-2024-6763Same product: Eclipse Jetty
CVE-2024-22201Same product: Debian Debian Linux
CVE-2026-10050Same product: Eclipse Jetty
CVE-2026-42511Shared CWE-149
CVE-2025-1094Shared CWE-149

Affected Assets

eclipse
jetty
12.0.0 · 9.0.0 — 9.4.52 · 10.0.0 — 10.0.16 · 11.0.0 — 11.0.16
debian
debian linux
10.0, 11.0, 12.0

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input neutralization and quoting handling to prevent injection flaws.

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.

finds

Security testing can detect quote-injection but does not itself implement the fix.

prevents

Secure development life cycle mandates input validation and output encoding that directly prevent quote-injection flaws.

prevents

Application security requirements explicitly call for neutralization of special characters such as quotes.

prevents

Secure architecture principles reduce the attack surface but do not prescribe the specific quoting-neutralization technique.

prevents

Secure coding standards require proper escaping or parameterization, directly eliminating CWE-149.

References