CVE-2021-44138:
Path Traversal in Caucho Resin
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/5/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.caucho:resin | maven | >= 4.0.52, <= 4.0.56 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper URI parsing that allows semicolons to bypass path restrictions. Resin's request handling (e.g., UrlDispatcher.service and WebApp.handleRequest) likely processes URIs without properly normalizing or sanitizing semicolons, treating them as valid path separators. This aligns with the attack vector examples (e.g., '/resin-doc/;/WEB-INF/resin-web.xml'), where the semicolon tricks the server into traversing directories. These functions are core to URI resolution in Resin, making them high-confidence candidates.