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

18 lines
814 B
Markdown

### [CVE-2013-2140](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2140)
![](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 dispatch_discard_io function in drivers/block/xen-blkback/blkback.c in the Xen blkback implementation in the Linux kernel before 3.10.5 allows guest OS users to cause a denial of service (data loss) via filesystem write operations on a read-only disk that supports the (1) BLKIF_OP_DISCARD (aka discard or TRIM) or (2) SCSI UNMAP feature.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-1938-1
#### Github
No PoCs found on GitHub currently.