Add kernelCTF CVE-2026-23278_cos (#exp462)#374
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
04f598b to
b702377
Compare
Replace hardcoded CORE_PATTERN_PHYS and struct unix_address_user / BIND_LEN with per-target kernelXDK definitions using AddSymbol and AddStruct, following the recommended pattern from the libxdk sample exploit documentation. Update exploit.md line references and code blocks to match.
|
Hi, thanks for your submission. This exploit needs to support the |
Implement the required --vuln-trigger mode that triggers the nft_map_catchall break-statement bug and causes a UAF write detectable by KASAN, without running the full exploit chain.
|
Added Regarding msg_msg size: |
kernelCTF submission for CVE-2026-23278 (nf_tables catchall break-statement UAF).
Submission ID: exp462
Target: cos-121-18867.381.30
Note: vuln-verify CI fails because the fix commit (7cb9a23d7ae4) has not been backported to the 6.6 stable branch yet. It exists in v7.0-rc4 and was backported to v6.12.78+, but not to 6.6.x which COS-121-18867.381.30 is based on.