kernel registry: add CVE-2026-46333 ptrace exit-race (ssh-keysign-pwn)#649
Open
JChamblee99 wants to merge 1 commit into
Open
kernel registry: add CVE-2026-46333 ptrace exit-race (ssh-keysign-pwn)#649JChamblee99 wants to merge 1 commit into
JChamblee99 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add CVE-2026-46333 ("ssh-keysign-pwn") detection to the LinPEAS kernel exploit registry.
Summary: local root privilege escalation / credential disclosure via a logic flaw in
__ptrace_may_access()— during the process-exit window an unprivileged caller can usepidfd_getfd(2)to steal root-owned file descriptors (ssh-keysign host keys,/etc/shadow).Updated:
linPEAS/builder/linpeas_parts/variables/kernel_cve_registry_data.shlinPEAS/builder/linpeas_parts/functions/kernel_cve_registry_checks.shWhat changed:
CVE-2026-46333to the kernel registry in a newKERNEL_CVE_DATA_22chunk.4.10to<5.10.2565.11to<5.15.2075.16to<6.1.1736.2to<6.6.1396.7to<6.12.896.13to<6.18.316.19to<7.0.83.16.52to<3.174.4.40to<4.54.8.16to<4.94.9.1to<4.10sysctl:kernel.yama.ptrace_scope!=2KERNEL_CVE_ALL_DATAconcatenation and theGlobal Variablesmetadata inkernel_cve_registry_checks.sh, and bumped the chunk range to1..22.11-06-2026.Build validation:
python3 -m builder.linpeas_builder --include "Kernel_Exploit_Registry" --output /tmp/linpeas_kernel.shpython3 -m builder.linpeas_builder --all --output /tmp/linpeas_fat.shNotes:
bash -nsyntax check clean on the generated output.CVE-2026-46333rows.7.0.0-22, which carries the fix in the package revision) are still reported as candidates — consistent with the rest of the registry and linux-exploit-suggester behavior.Sources: