Path traversal in Ruby on Rails - CVE-2016-0752

 

Path traversal in Ruby on Rails - CVE-2016-0752

Published: February 16, 2016 / Updated: March 25, 2022


Vulnerability identifier: #VU8568
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2016-0752
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: The vulnerability is being exploited in the wild

Vulnerability details

The vulnerability allows a remote attacker to read arbitrary files on the system.

The vulnerability exists due to improper input validation in Action View. A remote attacker can send a specially crafted request, containing directory traversal sequences (e.g. "../") and view contents of arbitrary file on vulnerable system.

Affected software

Ruby on Rails
Debian Linux
Fedora
rubygem-activemodel
rubygem-actionview
rubygem-actionpack

How to mitigate CVE-2016-0752

Update to version 3.2.22.1, 4.1.14.1 or 4.2.5.1.

rubygem-activemodel - update to 4.2.0-2.fc22
rubygem-actionview - addressed in versions 4.2.0-3.fc22, 4.2.3-3.fc23
rubygem-actionpack - update to 4.2.0-3.fc22

Links to Public Exploits and PoC-codes

External References

Related Security Bulletins