org.mortbay.jetty:jetty@6.1.22 vulnerabilities

  • latest version

    6.1.26

  • first published

    19 years ago

  • latest version published

    14 years ago

  • licenses detected

  • package manager

Direct Vulnerabilities

Known vulnerabilities in the org.mortbay.jetty:jetty package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • H
Path Traversal

org.mortbay.jetty:jetty is a web server and servlet engine.

Affected versions of this package are vulnerable to Path Traversal due to improper handling of encoded directory traversal sequences in the URL. An attacker can read arbitrary files on the server by crafting a URL that includes encoded ../ sequences to navigate the server's directory structure.

Note: This might be the same issue as CVE-2005-3747.

How to fix Path Traversal?

There is no fixed version for org.mortbay.jetty:jetty.

[0,)
  • H
Privilege Escalation

org.mortbay.jetty:jetty is a web server and servlet engine.

Affected versions of this package are vulnerable to Privilege Escalation. The system's temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. If the attacker wins the race then they will have read and write permission to the subdirectory used to unpack web applications, including their WEB-INF/lib jar files and JSP files. If any code is ever executed out of this temporary directory, this can lead to a local privilege escalation vulnerability.

How to fix Privilege Escalation?

Upgrade org.mortbay.jetty:jetty to version 7.0.0pre4 or higher.

[6.0.0Beta1,7.0.0pre4)
  • M
Cryptographic Issues

org.mortbay.jetty:jetty is a web server and servlet engine.

Affected versions of this package are vulnerable to Cryptographic Issues. It computes hash values for form parameters without restricting the ability to trigger hash collisions predictably, which allows remote attackers to cause a denial of service (CPU consumption) by sending many crafted parameters.

How to fix Cryptographic Issues?

There is no fixed version for org.mortbay.jetty:jetty.

[0,)