Bug 2499932 (CVE-2026-8384)

Summary: CVE-2026-8384 jetty: Eclipse Jetty: Path confusion vulnerability may lead to information disclosure in web applications
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security <prodsec-ir-bot>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: abrianik, anthomas, anujha, aschwart, asoldano, asyoung, aszczucz, ataylor, bbaranow, bmaxwell, boliveir, bstansbe, ccranfor, chfoley, dbruscin, dfreiber, dlofthou, drichtar, drow, ehelms, ehugonne, ewittman, fmariani, fmongiar, ggainey, ggrzybek, gmalinko, istudens, ivassile, iweiss, janstey, jburrell, jhollowa, jnethert, jpasqual, jpechane, jraez, juwatts, jwon, kaycoth, kgaikwad, kvanderr, mcarlett, mdellweg, mhulan, mosmerov, mposolda, msvehla, nipatil, nmoumoul, nwallace, osousa, pantinor, parichar, pberan, pcreech, pesilva, pjindal, pmackay, prichard, rchan, rgodfrey, rhel-process-autobot, rkubis, rmartinc, rstancel, rstepani, sdawley, smallamp, ssilvert, sthirugn, sthorger, swoodman, tasato, tcunning, thjenkin, tmalecek, vdosoudi, vkumar, vmuzikar, watson-tool-maintainers, yfang
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in Eclipse Jetty. An attacker could craft a specially formed HTTP Uniform Resource Identifier (URI) that, when processed by Jetty, results in an unresolved path. While Jetty itself is not directly affected, web applications relying on Jetty to provide resolved paths may be confused, potentially leading to unintended information disclosure. This could allow an attacker to access sensitive files or directories that should otherwise be protected.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2511534, 2511535, 2511536    
Bug Blocks:    

Description OSIDB Bzimport 2026-07-14 10:01:42 UTC
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.