Information disclosure via ptrace (memory/dumpability metadata leakage)
Description
Proof of Concept
Commit Details
Author: Linus Torvalds
Date: 2026-05-13 18:37 UTC
Message:
Triage Assessment
Vulnerability Type: Information disclosure
Confidence: HIGH
Reasoning:
The patch adjusts how ptrace checks for access rights to a task's memory dumpability, preventing leakage of kernel thread details and dumpable state to unprivileged or improperly privileged tasks. It introduces a safeguard that requires CAP_SYS_PTRACE to override dumpability checks for tasks without an MM, and preserves a cached last-dumpable flag for non-MM tasks. This directly addresses information disclosure via ptrace, aligning with the Qualys advisory and kernel hardening against leaking sensitive process memory/metadata.
Verification Assessment
Vulnerability Type: Information disclosure via ptrace (memory/dumpability metadata leakage)
Confidence: HIGH
Affected Versions: All versions prior to this patch in the 7.x series, i.e., before 7.0-rc6 (pre-patch).