CVE-2015-2686
high
CVSS v3
7.8
CVSS v2
7.2
VIR risk
7.8
Description
net/socket.c in the Linux kernel 3.19 before 3.19.3 does not validate certain range data for (1) sendto and (2) recvfrom system calls, which allows local users to gain privileges by leveraging a subsystem that uses the copy_from_iter function in the iov_iter interface, as demonstrated by the Bluetooth subsystem.
Predictions
Exploit likelihood
75%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2015-2686
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 0 |
| debian | sid | fixed | 0 |
| debian | trixie | fixed | 0 |
| linux-kernel | 3.19 | affected | |
| linux-kernel | 3.19.1 | affected | |
| linux-kernel | 3.19.2 | affected | |
References
- http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4de930efc23b92ddf88ce91c405ee645fe6e27ea
- http://grsecurity.net/~spender/viro.txt
- http://twitter.com/grsecurity/statuses/579050211605102592
- http://twitter.com/grsecurity/statuses/579060953477701632
- http://twitter.com/grsecurity/statuses/579075689439059968
- http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.19.3
- http://www.openwall.com/lists/oss-security/2015/03/23/14
- http://www.securityfocus.com/bid/73286
- https://bugzilla.redhat.com/show_bug.cgi?id=1205242
- https://github.com/torvalds/linux/commit/4de930efc23b92ddf88ce91c405ee645fe6e27ea
- https://security-tracker.debian.org/tracker/CVE-2015-2686
CWEs
CWE-264
Verify integrity in audit chain (admin only). AS-IS.