a13xp0p0v / linux-kernel-defence-map

Linux Kernel Defence Map shows the relationships between vulnerability classes, exploitation techniques, bug detection mechanisms, and defence technologies
GNU General Public License v3.0
1.77k stars 122 forks source link

Add CONFIG_ZERO_CALL_USED_REGS information (https://git.kernel.org/pub/scm/linux/… #4

Closed MenV1S closed 2 years ago

MenV1S commented 3 years ago

…kernel/git/torvalds/linux.git/commit/security/Kconfig.hardening?id=a82adfd5c7cb4b8bb37ef439aed954f9972bb618)

a13xp0p0v commented 2 years ago

Hi @MenV1S, thanks for your PR!

Yes, ZERO_CALL_USED_REGS is related to ROP. However, it is not related to Info Exposure, which is about infoleak between the kernelspace and userspace. Could you please fix your commit and force-push your branch?

Also, would you like to generate the svg and update it in a separate commit?

Thanks! Alexander