mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 04:38:03 +02:00
22 lines
966 B
Markdown
22 lines
966 B
Markdown
### [CVE-2013-2140](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2140)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
- http://www.ubuntu.com/usn/USN-1944-1
|
|
- http://www.ubuntu.com/usn/USN-1946-1
|
|
- http://www.ubuntu.com/usn/USN-2038-1
|
|
- http://www.ubuntu.com/usn/USN-2039-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|