summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/786209
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/786209')
-rw-r--r--results/scraper/launchpad-without-comments/7862097
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/786209 b/results/scraper/launchpad-without-comments/786209
new file mode 100644
index 00000000..ecbe2da0
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/786209
@@ -0,0 +1,7 @@
+Information leak in IDE core
+
+When the DRQ_STAT bit is set, the IDE core permits both data reads and data writes, regardless of whether the current transfer was initiated as a read or write.
+
+Furthermore, the IO buffer is allocated via a qemu_memalign but not initialized or cleared at device creation.
+
+This potentially leaks uninitialized host memory into the guest, if, before doing anything else to an IDE device, the guest begins a write transaction (e.g. WIN_WRITE), but then *reads* from the IO port instead of writing to it. The IDE core will happily return the uninitialized contents of the buffer to the guest, potentially leaking offsets that could be used as part of an attack to get around ASLR.
\ No newline at end of file