Skip to content

Commit db02ca1

Browse files
committed
kernel xdk need target /proc/version to work
1 parent eacd2ce commit db02ca1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Binary file not shown.

pocs/linux/kernelctf/CVE-2026-43074_lts/exploit/lts-6.12.82/modules/xdk_layout.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ uint64_t image_offset(uint64_t absolute_address) {
1515
}
1616

1717
void add_exploit_target_entries(TargetDb& kxdb) {
18-
Target target("kernelctf", "lts-6.12.82");
18+
Target target(
19+
"kernelctf", "lts-6.12.82",
20+
"Linux version 6.12.82 (runner@runnervmeorf1) (gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) "
21+
"13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #1 SMP Sun Apr 19 12:29:38 UTC 2026");
1922

2023
target.AddSymbol("panic_on_oops", image_offset(DEFAULT_PANIC_ON_OOPS));
2124
target.AddSymbol("epnested_mutex", image_offset(DEFAULT_EPNESTED_BASE));

0 commit comments

Comments
 (0)