Skip to content

Commit bde9fca

Browse files
authored
Apply suggestions from code review
1 parent 31348da commit bde9fca

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

documentation/modules/exploit/windows/local/cve_2024_30088_authz_basep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ to multiple Time Of Check Time Of Use (TOCTOU) vulnerabilities in the function.
1111

1212
### Setup
1313

14-
Windows 10 versions 22H2 (without the patch ie. excluding 10.0.19045.4529) are vulnerable out of the box.
14+
Windows 10 22H2 versions without the patch (before 10.0.19045.4529) are vulnerable out of the box.
1515
This exploit module has been tested on Windows 10 version 22H2 build 19045.2965.
1616

1717
## Verification Steps

external/source/exploits/CVE-2024-30088/CVE-2024-30088/dllmain.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define REFLECTIVEDLLINJECTION_VIA_LOADREMOTELIBRARYR
22
#define REFLECTIVEDLLINJECTION_CUSTOM_DLLMAIN
3-
//#define DEBUGTRACE 1
43

54
#include "ReflectiveLoader.c"
65
#include <common.h>

external/source/exploits/CVE-2024-30088/CVE-2024-30088/exploit.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
3131
SystemExtendedHandleInformation = 64
3232
} SYSTEM_INFORMATION_CLASS;
3333

34-
// Changed return type from NTSTATUS to LONG due to E00900 https://stackoverflow.com/questions/28859456/function-returning-function-is-not-allowed-in-typedef-foobar
3534
typedef NTSTATUS(WINAPI* PNtQuerySystemInformation)(
3635
__in SYSTEM_INFORMATION_CLASS SystemInformationClass,
3736
__inout PVOID SystemInformation,

0 commit comments

Comments
 (0)