We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd62a3 commit a30dc7bCopy full SHA for a30dc7b
RCTF/RNote3/pwn.py
@@ -1,7 +1,7 @@
1
# Uninitialized variable when deleting a note => UAF
2
#
3
-# Viewing a note and then deleting an invalid title will still free whatever is at [rbp - 0x18],
4
-# leading to a beautiful UAF
+# Viewing a note and then deleting one with an invalid title will still free whatever is at [rbp - 0x18],
+# without zeroing out the entry, leading to a UAF.
5
6
from pwn import *
7
0 commit comments