mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
717 B
Markdown
18 lines
717 B
Markdown
### [CVE-2017-11334](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11334)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The address_space_write_continue function in exec.c in QEMU (aka Quick Emulator) allows local guest OS privileged users to cause a denial of service (out-of-bounds access and guest instance crash) by leveraging use of qemu_map_ram_ptr to access guest ram block area.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|