cve/2023/CVE-2023-36479.md

18 lines
1.2 KiB
Markdown
Raw Normal View History

2024-08-05 18:41:32 +00:00
### [CVE-2023-36479](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36479)
![](https://img.shields.io/static/v1?label=Product&message=jetty.project&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%209.0.0%2C%20%3C%3D%209.4.51%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-149%3A%20Improper%20Neutralization%20of%20Quoting%20Syntax&color=brighgreen)
### Description
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 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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ytono/gcp-arcade