Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc more kernel address leaks



details:   https://anonhg.NetBSD.org/src/rev/ba8c16db6cdd
branches:  trunk
changeset: 835700:ba8c16db6cdd
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Sep 04 15:41:08 2018 +0000

description:
more kernel address leaks

diffstat:

 doc/TODO.kaslr |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r a11290063a50 -r ba8c16db6cdd doc/TODO.kaslr
--- a/doc/TODO.kaslr    Tue Sep 04 15:36:01 2018 +0000
+++ b/doc/TODO.kaslr    Tue Sep 04 15:41:08 2018 +0000
@@ -17,9 +17,14 @@
 
 [DONE] -- PPPoE sends a kernel address as host unique. (What is this shit.)
 
--- "netstat -nat" leaks kernel addresses.
-
--- Investigate some other tools.
+-- Several entry points leak kernel addresses:
+       [DONE] - "modstat -k"
+       - "netstat -nat"
+       - kern.proc
+       - kern.proc2
+       - kern.file
+       - kern.file2
+       - kern.lwp
 
 -- Be careful with dmesg.
 



Home | Main Index | Thread Index | Old Index