Use of Non-Canonical URL Paths for Authorization Decisions Affecting jetty9 package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.23% (14th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-ECHOLATEST-JETTY9-18011508
  • published18 Jul 2026
  • disclosed14 Jul 2026

Introduced: 14 Jul 2026

NewCVE-2026-8384  (opens in a new tab)
CWE-647  (opens in a new tab)

How to fix?

There is no fixed version for Echo:latest jetty9.

NVD Description

Note: Versions mentioned in the description apply only to the upstream jetty9 package and not the jetty9 package as distributed by Echo. See How to fix? for Echo:latest relevant fixed versions and status.

In Eclipse Jetty, an HTTP URI of this form:

/public;/../admin/secret.txt

results in an unresolved path of:

/public/../admin/secret.txt

instead of the expected:

/admin/secret.txt

Jetty itself is not affected, as it will not serve the secret.txt file because it will not pass the alias checker (only resolved resources are served).

However, web applications that rely on resolved paths being provided by Jetty may be confused when receiving an unresolved path.