Miggo Logo

CVE-2014-0115: Apache Storm log viewer path traversal vulnerability

7.5

CVSS Score
3.0

Basic Information

EPSS Score
0.70272%
Published
5/17/2022
Updated
8/16/2023
KEV Status
No
Technology
TechnologyJava

Technical Details

CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package NameEcosystemVulnerable VersionsFirst Patched Version
org.apache.storm:stormmaven<= 0.9.0.1

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability stems from improper handling of user-supplied 'file' parameters in the log viewer endpoint. The description explicitly mentions exploitation via '..' in the file parameter to log, which matches classic path traversal patterns. The JIRA ticket STORM-269 and CWE-22 classification confirm this is a path sanitation failure in log file handling. While no patch diff is available, Storm's architecture suggests the log viewer functionality is implemented in LogResource class (common pattern in Java web apps), and the function name 'serveLogFile' aligns with standard REST resource method naming conventions for file serving endpoints.

Vulnerable functions

Only Mi**o us*rs **n s** t*is s**tion

WAF Protection Rules

WAF Rule

*ir**tory tr*v*rs*l vuln*r**ility in t** lo* vi*w*r in *p**** Storm *.*.*.* *llows r*mot* *tt**k*rs to r*** *r*itr*ry *il*s vi* * `..` (*ot *ot) in t** *il* p*r*m*t*r to lo*.

Reasoning

T** vuln*r**ility st*ms *rom improp*r **n*lin* o* us*r-suppli** '*il*' p*r*m*t*rs in t** lo* vi*w*r *n*point. T** **s*ription *xpli*itly m*ntions *xploit*tion vi* '..' in t** *il* p*r*m*t*r to lo*, w*i** m*t***s *l*ssi* p*t* tr*v*rs*l p*tt*rns. T** J