Lookup for vulnerable packages by Package URL.

Purlpkg:maven/org.eclipse.jetty/jetty-util@12.0.1
Typemaven
Namespaceorg.eclipse.jetty
Namejetty-util
Version12.0.1
Qualifiers
Subpath
Is_vulnerablefalse
Next_non_vulnerable_versionnull
Latest_non_vulnerable_versionnull
Affected_by_vulnerabilities
Fixing_vulnerabilities
0
url VCID-w2z8-sxzw-rugp
vulnerability_id VCID-w2z8-sxzw-rugp
summary
Jetty vulnerable to errant command quoting in CGI Servlet
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. For example, if a request references a binary called file” name “here, the escaping algorithm will generate the command line string “file” name “here”, which will invoke the binary named file, not the one that the user requested.

```java
if (execCmd.length() > 0 && execCmd.charAt(0) != '"' && execCmd.contains(" "))
execCmd = "\"" + execCmd + "\"";
```
references
0
reference_url https://github.com/eclipse/jetty.project
reference_id
reference_type
scores
url https://github.com/eclipse/jetty.project
1
reference_url https://github.com/eclipse/jetty.project/pull/9516
reference_id
reference_type
scores
url https://github.com/eclipse/jetty.project/pull/9516
2
reference_url https://github.com/eclipse/jetty.project/pull/9888
reference_id
reference_type
scores
url https://github.com/eclipse/jetty.project/pull/9888
3
reference_url https://github.com/eclipse/jetty.project/pull/9889
reference_id
reference_type
scores
url https://github.com/eclipse/jetty.project/pull/9889
4
reference_url https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html
reference_id
reference_type
scores
url https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html
5
reference_url https://www.debian.org/security/2023/dsa-5507
reference_id
reference_type
scores
url https://www.debian.org/security/2023/dsa-5507
6
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-36479
reference_id CVE-2023-36479
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-36479
7
reference_url https://github.com/advisories/GHSA-3gh6-v5v9-6v9j
reference_id GHSA-3gh6-v5v9-6v9j
reference_type
scores
url https://github.com/advisories/GHSA-3gh6-v5v9-6v9j
8
reference_url https://github.com/eclipse/jetty.project/security/advisories/GHSA-3gh6-v5v9-6v9j
reference_id GHSA-3gh6-v5v9-6v9j
reference_type
scores
url https://github.com/eclipse/jetty.project/security/advisories/GHSA-3gh6-v5v9-6v9j
fixed_packages
0
url pkg:maven/org.eclipse.jetty/jetty-util@9.4.52.v20230823
purl pkg:maven/org.eclipse.jetty/jetty-util@9.4.52.v20230823
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@9.4.52.v20230823
1
url pkg:maven/org.eclipse.jetty/jetty-util@10.0.16
purl pkg:maven/org.eclipse.jetty/jetty-util@10.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@10.0.16
2
url pkg:maven/org.eclipse.jetty/jetty-util@11.0.16
purl pkg:maven/org.eclipse.jetty/jetty-util@11.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@11.0.16
3
url pkg:maven/org.eclipse.jetty/jetty-util@12.0.1
purl pkg:maven/org.eclipse.jetty/jetty-util@12.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@12.0.1
aliases CVE-2023-36479, GHSA-3gh6-v5v9-6v9j
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-w2z8-sxzw-rugp
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@12.0.1