| Summary | In the Linux kernel, the following vulnerability has been resolved: ptrace: slightly saner 'get_dumpable()' logic The 'dumpability' of a task is fundamentally about the memory image of And almost all users do in fact use it only for the case where the task But we have one odd special case: ptrace_may_access() uses 'dumpable' to It's not what this flag was designed for, but it is what it is. The ptrace code does check that the uid/gid matches, so you do have to Make it all make a *bit* more sense by saying that if you don't have a |
|---|---|
| Publication Date | May 15, 2026, 11:16 p.m. |
| Registration Date | May 17, 2026, 4:12 a.m. |
| Last Update | May 21, 2026, 11:16 p.m. |
| CVSS3.1 : HIGH | |
| スコア | 7.1 |
|---|---|
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | 高 |
| 完全性への影響(I) | 高 |
| 可用性への影響(A) | なし |