Actively exploited in the wild. This CVE is on the CISA Known Exploited Vulnerabilities list — treat remediation as urgent. Federal remediation due by 15 Apr 2022.
Subscription Asset ManagerApplication · Redhat

CVE-2014-0130

HIGH · 7.5 CVSS v3.1 Published 2014-05-07
Fix available
A fix is available. Upgrade to 3.2.18 / 4.0.5 or later.
See remediation →
100/100
Remediation priority · Urgent
In the wild High EPSS Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Directory traversal vulnerability in actionpack/lib/abstract_controller/base.rb in the implicit-render implementation in Ruby on Rails before 3.2.18, 4.0.x before 4.0.5, and 4.1.x before 4.1.1, when certain route globbing configurations are enabled, allows remote attackers to read arbitrary files via a crafted request.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

A directory traversal vulnerability exists in Ruby on Rails' implicit-render functionality within actionpack/lib/abstract_controller/base.rb. When route globbing configurations (using wildcard route parameters like '*path') are enabled, attackers can craft requests with '../' sequences to traverse directories and read arbitrary files on the server, exposing sensitive configuration files, source code, or other confidential data.

MitigationUpgrade Ruby on Rails to version 3.2.18 or later, 4.0.5 or later, or 4.1.1 or later. Additionally, audit route configurations to ensure globbing parameters are only used when necessary and validate any user input used in file operations.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Subscription Asset ManagerApplication
Affected:<= 1.3.0
Enterprise Linux ServerOperating system
Affected:= 6.0
RailsApplication
Affected:< 3.2.18>= 4.0.0, < 4.0.5>= 4.1.0, < 4.1.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Rails version
    Run `rails --version` or examine the Gemfile.lock for the rails gem version entry
    Affected if The version is less than 3.2.18, or between 4.0.0 and 4.0.5 (inclusive), or between 4.1.0 and 4.1.1 (inclusive)
  2. Identify route globbing configurations
    Examine config/routes.rb for wildcard route parameters such as `*path`, `*segments`, `*filename`, or similar glob patterns in route definitions
    Affected if Any route uses a wildcard parameter like `get '*path' => 'controller#action'` or `match '*path' => 'controller#action'`
  3. Verify implicit render usage
    Check for controller actions that lack explicit render or redirect statements - the vulnerability affects implicit render behavior in abstract_controller/base.rb
    Affected if The application has controller actions that rely on implicit render (no explicit render or redirect_to calls)
  4. Check actionpack gem version
    Run `gem list actionpack` or check Gemfile.lock for the actionpack gem version
    Affected if The actionpack version corresponds to a vulnerable Rails version (matches the affected Rails ranges above)
  5. Review file operation code
    Search codebase for uses of the globbing parameter in file operations, such as `render file: params[:path]` or similar dynamic file rendering patterns
    Affected if The globbing parameter is used in dynamic file operations without sanitization

The environment is affected if running a vulnerable Rails version (3.2.x before 3.2.18, 4.0.x before 4.0.5, or 4.1.x before 4.1.1) AND the application has route globbing configured with wildcard parameters that could be exploited via directory traversal sequences.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 3.2.18 / 4.0.5 / 4.1.1 or later
Fixed in 3.2.184.0.54.1.1
Interim mitigation

Upgrade Ruby on Rails to version 3.2.18 or later, 4.0.5 or later, or 4.1.1 or later. Additionally, audit route configurations to ensure globbing parameters are only used when necessary and validate any user input used in file operations.

Recommended fix High confidence

Rails 3.2.18+, 4.0.5+, or 4.1.1+ (or migrate to a supported Rails version like 4.2+ or 5.x)

  1. Identify the exact Rails version currently in use by checking Gemfile.lock or running `bundle show rails`
  2. For Rails 3.2.x: Run `bundle update rails` to update to 3.2.18 or later
  3. For Rails 4.0.x: Run `bundle update rails` to update to 4.0.5 or later
  4. For Rails 4.1.x: Run `bundle update rails` to update to 4.1.1 or later
  5. After updating, run `bundle install` to ensure all dependencies are resolved
  6. Test the application thoroughly to ensure compatibility with the new Rails version
  7. Deploy the updated application to production
Caveat Upgrading between Rails versions may introduce breaking changes; review Rails release notes for migration guides and test thoroughly before production deployment

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Subscription Asset Manager Exploited in the wild — priority engagement
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing12.0 h
  • Review / QA4.0 h
28.0 hours of engineering $4,760
Get it fixed fast

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,616.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2014-0130 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2014-0130 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data