CVE-2006-4112: High severity vulnerability that affects rails.
7.5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90981%
CWE
-
Published
10/24/2017
Updated
11/9/2023
KEV Status
No
Technology
Ruby
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:P/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
rails | rubygems | >= 1.1.0, < 1.1.6 | 1.1.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
Multiple advisories (CERT VU#699540, Gentoo GLSA 200608-20) explicitly link the vulnerability to improper handling of URL parameters in routing code that affected LOAD_PATH
manipulation. The Rails security announcement references fixes in routing logic, and historical analysis of Rails 1.1.x shows routing components were responsible for parameter interpretation and load path configuration. The functions identified are core routing components that process
URL parameters and influence code loading behavior.