Closed benoitsevens closed 5 years ago
Hi @b3n7s
Thanks for the report. From the report, it seems you are right.
I'll investigate and push a fix if needed.
Thanks.
This is a valid bug. Fixed locally. Will push it soon with HEVD v3.0
Thanks for the bug report. Much appreciated.
Fixed with HEVD v3.00
There seems to me a problem with the implementation of the Write NULL vulnerability.
Currently, it is not writing NULL to the address pointed to by the user buffer, but to the user buffer itself.
To correct this, I think there should be a second dereference operator on multiple lines:
should become:
And
should become:
Or am I missing something?