mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 18:29:31 +02:00
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
### [CVE-2015-7613](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7613)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Race condition in the IPC object implementation in the Linux kernel through 4.2.3 allows local users to gain privileges by triggering an ipc_addid call that leads to uid and gid comparisons against uninitialized data, related to msg.c, shm.c, and util.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.openwall.com/lists/oss-security/2015/10/01/8
|
|
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html
|
|
- http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html
|
|
- https://github.com/torvalds/linux/commit/b9a532277938798b53178d5a66af6e2915cb27cf
|
|
- https://kc.mcafee.com/corporate/index?page=content&id=SB10146
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|