CVE-2013-4413: Wicked gem contains Path traversal vulnerability
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.7473%
CWE
Published
10/24/2017
Updated
7/4/2023
KEV Status
No
Technology
Ruby
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
wicked | rubygems | < 1.0.1 | 1.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows the vulnerability was patched by adding ERB::Util.url_encode() to sanitize the_step in render_step. The unencoded the_step parameter was passed directly to render(), enabling path traversal via crafted URLs. The vulnerability reports explicitly reference this file and method as the attack vector, and the fix directly addresses this function's input handling.