CVE-2013-0914
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Mitigation details
CVE-2013-0914 NameCVE-2013-0914 DescriptionThe 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. SourceCVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc,โฆ
CVE-2013-0914
| Name | CVE-2013-0914 |
| Description | 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. |
| Source | CVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
| References | DSA-2668-1 |
Vulnerable and fixed packages
The table below lists information on source packages.
| Source Package | Release | Version | Status |
|---|---|---|---|
| linux (PTS) | bullseye | 5.10.223-1 | fixed |
| bullseye (security) | 5.10.257-1 | fixed | |
| bookworm | 6.1.170-3 | fixed | |
| bookworm (security) | 6.1.172-1 | fixed | |
| trixie | 6.12.86-1 | fixed | |
| trixie (security) | 6.12.90-1 | fixed | |
| forky | 7.0.9-1 | fixed | |
| sid | 7.0.10-1 | fixed |
The information below is based on the following data on fixed versions.
| Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
|---|---|---|---|---|---|---|
| linux | source | (unstable) | 3.2.41-1 | low | ||
| linux-2.6 | source | squeeze | 2.6.32-48squeeze3 | DSA-2668-1 | ||
| linux-2.6 | source | (unstable) | (unfixed) | low |
OS impact
Linux kernel Affected 4 releases
| Version | Status | Fixed in |
|---|---|---|
| 3.8.2 | Affected | โ |
| 3.8.1 | Affected | โ |
| 3.8.0 | Affected | โ |
| โ | Affected | โ |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 3.2.41-1 |
| sid | Fixed | 3.2.41-1 |
| forky | Fixed | 3.2.41-1 |
| bullseye | Fixed | 3.2.41-1 |
| bookworm | Fixed | 3.2.41-1 |
References
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=2ca39528c01a933f6689cd6505ce65bd6d68a530
- http://lists.opensuse.org/opensuse-security-announce/2013-07/msg00018.html
- http://lists.opensuse.org/opensuse-updates/2013-12/msg00129.html
- http://rhn.redhat.com/errata/RHSA-2013-1051.html
- http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:176
- http://www.openwall.com/lists/oss-security/2013/03/11/8
- http://www.ubuntu.com/usn/USN-1787-1
- http://www.ubuntu.com/usn/USN-1788-1
- http://www.ubuntu.com/usn/USN-1792-1
- http://www.ubuntu.com/usn/USN-1793-1
- http://www.ubuntu.com/usn/USN-1794-1
- http://www.ubuntu.com/usn/USN-1795-1
- http://www.ubuntu.com/usn/USN-1796-1
- http://www.ubuntu.com/usn/USN-1797-1
- http://www.ubuntu.com/usn/USN-1798-1
- https://bugzilla.redhat.com/show_bug.cgi?id=920499
- https://github.com/torvalds/linux/commit/2ca39528c01a933f6689cd6505ce65bd6d68a530
- https://security-tracker.debian.org/tracker/CVE-2013-0914
CWEs
CWE-264
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.