Permissions, Privileges, and Access Controls in Linux kernel - CVE-2013-0914

 

Permissions, Privileges, and Access Controls in Linux kernel - CVE-2013-0914

Published: March 22, 2013 / Updated: August 11, 2020


Vulnerability identifier: #VU42962
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2013-0914
CWE-ID: CWE-264
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to read and manipulate data.

The flush_signal_handlers function in kernel/signal.c in the Linux kernel before 3.8.4 preserves the value of the sa_restorer field across an exec operation, which makes it easier for local users to bypass the ASLR protection mechanism via a crafted application containing a sigaction system call.


How to mitigate CVE-2013-0914

Install update from vendor's website.

Sources