@@ -9,18 +9,27 @@ Category: vulnerable driver
99Commands :
1010 Command : sc.exe create signeddrv binPath=C:\windows\temp\signeddrv.sys type=kernel
1111 && sc.exe start signeddrv
12- Description : signeddrv.sys is a vulnerable kernel driver from the KeServiceDescriptorTable/vulnerable-drivers
13- repository. The driver exposes dangerous kernel primitives to usermode.
12+ Description : signeddrv.sys is a Microsoft-signed vulnerable kernel driver that
13+ exposes an unrestricted \\.\WinNotify device. Public research documents IOCTL
14+ 0x22200C for kernel base disclosure, IOCTL 0x222040 for arbitrary kernel
15+ read, and IOCTL 0x222044 for arbitrary kernel write, enabling local privilege
16+ escalation.
1417 Usecase : Elevate privileges
1518 Privileges : kernel
1619 OperatingSystem : Windows 10
1720Resources :
1821- https://github.com/magicsword-io/LOLDrivers/issues/325
22+ - https://github.com/magicsword-io/LOLDrivers/issues/367
23+ - https://github.com/magicsword-io/LOLDrivers/issues/370
1924- https://github.com/KeServiceDescriptorTable/vulnerable-drivers
25+ - https://github.com/Haider303/winnotify-exp
26+ - https://github.com/Haider303/sliff-driv-exploit
27+ - https://medium.com/@haider303mustafa/winnotify-signeddrv-sys-full-local-privilege-escalation-via-arbitrary-kernel-read-write-09e0c1ababf3
28+ - https://medium.com/@haider303mustafa/applockerflter-sliffdriver-sys-full-kernel-exploit-chain-from-driver-recon-to-system-shell-b57d87738308
2029Detection : []
2130Acknowledgement :
2231 Person : ' '
23- Handle : ' @rainbowdynamix, @DbgPrint'
32+ Handle : ' @rainbowdynamix, @DbgPrint, @Haider303 '
2433KnownVulnerableSamples :
2534- Filename : signeddrv.sys
2635 MD5 : e052ac7d39d07f6657cf049aae0c5b60
0 commit comments