Skip to content

kernelCTF: add CVE-2026-52910_lts_cos_mitigation#407

Open
5unkn0wn wants to merge 9 commits into
google:masterfrom
5unkn0wn:CVE-2026-52910_lts_cos_mitigation
Open

kernelCTF: add CVE-2026-52910_lts_cos_mitigation#407
5unkn0wn wants to merge 9 commits into
google:masterfrom
5unkn0wn:CVE-2026-52910_lts_cos_mitigation

Conversation

@5unkn0wn

Copy link
Copy Markdown

No description provided.

@5unkn0wn 5unkn0wn changed the title Add kernelCTF CVE-2026-52910_lts_cos_mitigation kernelCTF: add CVE-2026-52910_lts_cos_mitigation Jul 14, 2026

static void add_cbpf_jit_gadget_symbol(Target &target)
{
target.AddSymbol(CBPF_JIT_GADGET_SYMBOL,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Judging from the name, it looks like it's JIT Gadget, not a Kernel Symbol. So using AddSymbol in this case will not be a correct way. Please follow https://google.github.io/security-research/kernelctf/style_guide.html#rop-chains and just use constants.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Applied.

@5unkn0wn
5unkn0wn requested a review from artmetla July 17, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants