Bug 2511536 - CVE-2026-8384 log4j: Eclipse Jetty: Path confusion vulnerability may lead to information disclosure in web applications [fedora-all]
Summary: CVE-2026-8384 log4j: Eclipse Jetty: Path confusion vulnerability may lead to ...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: log4j
Version: 45
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["da3f97b0-97a4-4c4d-8e59-4...
Depends On:
Blocks: CVE-2026-8384
TreeView+ depends on / blocked
 
Reported: 2026-08-05 13:42 UTC by Avinash Hanwate
Modified: 2026-08-17 15:47 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Avinash Hanwate 2026-08-05 13:42:41 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.

Comment 1 Aoife Moloney 2026-08-17 15:47:11 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 45 development cycle.
Changing version to 45.


Note You need to log in before you can comment on or make changes to this bug.