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.
RailsApplication · Rubyonrails

CVE-2016-0752

HIGH · 7.5 CVSS v3.1 Published 2016-02-16
Fix available
A fix is available. Upgrade to 3.2.22.1 / 4.1.14.1 or later.
See remediation →
100/100
Remediation priority · Urgent
In the wild High EPSS Public exploit 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 Action View in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 allows remote attackers to read arbitrary files by leveraging an application's unrestricted use of the render method and providing a .. (dot dot) in a pathname.

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

Directory traversal vulnerability in Rails Action View allows remote attackers to read arbitrary files by using '..' sequences in paths passed to the render method. This bypasses intended view directory restrictions and enables access to sensitive system files.

MitigationUpgrade Rails to version 3.2.22.1, 4.1.14.1, 4.2.5.1, or 5.0.0.beta1.1 or later, which contain input validation fixes. Alternatively, audit and restrict render method calls to reject user-supplied path parameters.

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
RailsApplication
Affected:< 3.2.22.1>= 4.0.0, < 4.1.14.1>= 4.2.0, < 4.2.5.1= 5.0.0
Debian LinuxOperating system
Affected:= 8.0
Software CollectionsApplication
Affected:= 1.0
LeapOperating system
Affected:= 42.1
OpensuseOperating system
Affected:= 13.2
Linux Enterprise Module For ContainersOperating system
Affected:= 12

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. Determine installed Rails version
    Run 'rails --version' in the application root directory, or check the Gemfile.lock for the rails gem version, or run 'gem list rails' to list installed Rails gems
    Affected if The version is less than 3.2.22.1, OR between 4.0.0 and 4.1.14.1 (exclusive), OR between 4.2.0 and 4.2.5.1 (exclusive), OR equals 5.0.0 (not 5.0.0.beta1.1 or later)
  2. Identify render method calls with dynamic path parameters
    Search application code for render calls that accept path parameters, particularly those that could be influenced by user input (e.g., render params[:template], render "#{some_variable}", render file: params[:path])
    Affected if The application uses the render method with dynamically constructed paths derived from user-supplied input without validation
  3. Review controller actions for path traversal patterns
    Examine controller files for patterns like 'render params[:view]', 'render file: params[:file]', or similar constructs where user parameters are passed directly to render
    Affected if User-provided parameters are used directly in render calls without sanitization of '..' sequences

You are affected if your Rails version falls within the vulnerable ranges AND your application passes unsanitized user input to the render method.

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.22.1 / 4.1.14.1 / 4.2.5.1 or later
Fixed in 3.2.22.14.1.14.14.2.5.1
Interim mitigation

Upgrade Rails to version 3.2.22.1, 4.1.14.1, 4.2.5.1, or 5.0.0.beta1.1 or later, which contain input validation fixes. Alternatively, audit and restrict render method calls to reject user-supplied path parameters.

Recommended fix High confidence

Rails 3.2.22.1, 4.1.14.1, 4.2.5.1, or 5.0.0.beta1.1 and later; for Linux distros apply vendor security updates

  1. Identify the Rails version currently in use by checking the Gemfile or running `rails -v`
  2. For Rails 3.x: Upgrade to version 3.2.22.1 or later by updating the gem version in Gemfile: `gem 'rails', '3.2.22.1'` and running `bundle update rails`
  3. For Rails 4.0.x: Upgrade to version 4.1.14.1 or later (note: 4.0.x is EOL, consider upgrading to 4.1.x or 4.2.x)
  4. For Rails 4.1.x: Upgrade to version 4.1.14.1 or later by updating Gemfile and running `bundle update rails`
  5. For Rails 4.2.x: Upgrade to version 4.2.5.1 or later by updating Gemfile and running `bundle update rails`
  6. For Rails 5.0.0: Upgrade to version 5.0.0.beta1.1 or later
  7. After updating, run `bundle install` to install the new gem version
  8. Test the application thoroughly to ensure the upgrade does not break existing functionality
Caveat Upgrading Rails versions may introduce breaking changes; Rails 4.0.x is end-of-life and upgrading to 4.1+ or 4.2+ may require code modifications; test thoroughly before deploying to production

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

Fix this in Rails Exploited in the wild — priority engagement
  • Consultation4.0 h
  • Implementation6.0 h
  • Testing8.0 h
  • Review / QA6.0 h
24.0 hours of engineering $4,160
Get it fixed fast

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2016-0752 — 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-2016-0752 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