Files
CVEs-PoC/2013/CVE-2013-1828.md
T
2024-06-18 02:51:15 +02:00

19 lines
866 B
Markdown

### [CVE-2013-1828](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1828)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The sctp_getsockopt_assoc_stats function in net/sctp/socket.c in the Linux kernel before 3.8.4 does not validate a size value before proceeding to a copy_from_user operation, which allows local users to gain privileges via a crafted application that contains an SCTP_GET_ASSOC_STATS getsockopt system call.
### POC
#### Reference
- http://www.exploit-db.com/exploits/24747
- https://github.com/torvalds/linux/commit/726bc6b092da4c093eb74d13c07184b18c1af0f1
#### Github
No PoCs found on GitHub currently.