CVE-2019-13272

CVSS V2 High 7.2 CVSS V3 High 7.8
Description
In the Linux kernel before 5.1.17, ptrace_link in kernel/ptrace.c mishandles the recording of the credentials of a process that wants to create a ptrace relationship, which allows local users to obtain root access by leveraging certain scenarios with a parent-child process relationship, where a parent drops privileges and calls execve (potentially allowing control by an attacker). One contributing factor is an object lifetime issue (which can also cause a panic). Another contributing factor is incorrect marking of a ptrace relationship as privileged, which is exploitable through (for example) Polkit's pkexec helper with PTRACE_TRACEME. NOTE: SELinux deny_ptrace might be a usable workaround in some environments.
Overview
  • CVE ID
  • CVE-2019-13272
  • Assigner
  • cve@mitre.org
  • Vulnerability Status
  • Analyzed
  • Published Version
  • 2019-07-17T13:15:10
  • Last Modified Date
  • 2023-01-17T21:25:07
CPE Configuration (Product)
CPE Vulnerable Operator Version Start Version End
AND
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 1 OR 3.16 3.16.71
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 1 OR 4.4 4.4.185
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 1 OR 4.9 4.9.185
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 1 OR 4.10 4.14.133
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 1 OR 4.19 4.19.58
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 1 OR 5.1 5.1.17
cpe:2.3:o:linux:linux_kernel:5.2:-:*:*:*:*:*:* 1 OR
AND
cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:* 1 OR
cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* 1 OR
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* 1 OR
AND
cpe:2.3:o:fedoraproject:fedora:29:*:*:*:*:*:*:* 1 OR
AND
cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:* 1 OR
cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:* 1 OR
cpe:2.3:o:canonical:ubuntu_linux:19.04:*:*:*:*:*:*:* 1 OR
AND
cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:* 1 OR
cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:* 1 OR
cpe:2.3:o:redhat:enterprise_linux_for_real_time:8:*:*:*:*:*:*:* 1 OR
AND
cpe:2.3:o:netapp:aff_a700s_firmware:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:h:netapp:aff_a700s:-:*:*:*:*:*:*:* 0 OR
AND
cpe:2.3:o:netapp:h410c_firmware:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:h:netapp:h410c:-:*:*:*:*:*:*:* 0 OR
AND
cpe:2.3:o:netapp:h610s_firmware:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:h:netapp:h610s:-:*:*:*:*:*:*:* 0 OR
AND
cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:* 1 OR
cpe:2.3:a:netapp:e-series_performance_analyzer:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:* 1 OR 11.0.0 11.60.3
cpe:2.3:a:netapp:hci_management_node:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:a:netapp:service_processor:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:a:netapp:steelstore_cloud_integrated_storage:-:*:*:*:*:*:*:* 1 OR
cpe:2.3:h:netapp:hci_compute_node:-:*:*:*:*:*:*:* 1 OR
CVSS Version 2
  • Version
  • 2.0
  • Vector String
  • AV:L/AC:L/Au:N/C:C/I:C/A:C
  • Access Vector
  • LOCAL
  • Access Compatibility
  • LOW
  • Authentication
  • NONE
  • Confidentiality Impact
  • COMPLETE
  • Integrity Impact
  • COMPLETE
  • Availability Impact
  • COMPLETE
  • Base Score
  • 7.2
  • Severity
  • HIGH
  • Exploitability Score
  • 3.9
  • Impact Score
  • 10
CVSS Version 3
  • Version
  • 3.1
  • Vector String
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Attack Vector
  • LOCAL
  • Attack Compatibility
  • LOW
  • Privileges Required
  • LOW
  • User Interaction
  • NONE
  • Scope
  • UNCHANGED
  • Confidentiality Impact
  • HIGH
  • Availability Impact
  • HIGH
  • Base Score
  • 7.8
  • Base Severity
  • HIGH
  • Exploitability Score
  • 1.8
  • Impact Score
  • 5.9
References
Reference URL Reference Tags
https://bugs.chromium.org/p/project-zero/issues/detail?id=1903 Exploit Issue Tracking Patch Third Party Advisory
http://packetstormsecurity.com/files/153663/Linux-PTRACE_TRACEME-Broken-Permission-Object-Lifetime-Handling.html Third Party Advisory VDB Entry
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.1.17 Patch Vendor Advisory
https://github.com/torvalds/linux/commit/6994eefb0053799d2e07cd140df6c2ea106c41ee Patch Third Party Advisory
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6994eefb0053799d2e07cd140df6c2ea106c41ee Patch Vendor Advisory
https://bugzilla.suse.com/show_bug.cgi?id=1140671 Issue Tracking Patch Third Party Advisory
https://bugzilla.redhat.com/show_bug.cgi?id=1730895 Issue Tracking Patch Third Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OGRK5LYWBJ4E4SRI4DKX367NHYSI3VOH/ Third Party Advisory
https://www.debian.org/security/2019/dsa-4484 Third Party Advisory
https://seclists.org/bugtraq/2019/Jul/30 Issue Tracking Mailing List Third Party Advisory
https://seclists.org/bugtraq/2019/Jul/33 Issue Tracking Mailing List Third Party Advisory
https://lists.debian.org/debian-lts-announce/2019/07/msg00023.html Mailing List Third Party Advisory
https://lists.debian.org/debian-lts-announce/2019/07/msg00022.html Mailing List Third Party Advisory
http://packetstormsecurity.com/files/153702/Slackware-Security-Advisory-Slackware-14.2-kernel-Updates.html Third Party Advisory VDB Entry
https://security.netapp.com/advisory/ntap-20190806-0001/ Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2405 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2411 Third Party Advisory
https://usn.ubuntu.com/4095-1/ Third Party Advisory
https://usn.ubuntu.com/4094-1/ Third Party Advisory
https://usn.ubuntu.com/4093-1/ Third Party Advisory
http://packetstormsecurity.com/files/154245/Kernel-Live-Patch-Security-Notice-LSN-0054-1.html Third Party Advisory VDB Entry
https://support.f5.com/csp/article/K91025336 Third Party Advisory
https://usn.ubuntu.com/4117-1/ Third Party Advisory
https://usn.ubuntu.com/4118-1/ Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2809 Third Party Advisory
https://support.f5.com/csp/article/K91025336?utm_source=f5support&utm_medium=RSS Third Party Advisory
http://packetstormsecurity.com/files/154957/Linux-Polkit-pkexec-Helper-PTRACE_TRACEME-Local-Root.html Exploit Third Party Advisory VDB Entry
http://packetstormsecurity.com/files/156929/Linux-PTRACE_TRACEME-Local-Root.html Exploit Third Party Advisory VDB Entry
http://packetstormsecurity.com/files/165051/Linux-Kernel-5.1.x-PTRACE_TRACEME-pkexec-Local-Privilege-Escalation.html Third Party Advisory VDB Entry
History
Created Old Value New Value Data Type Notes
2022-05-10 06:44:44 Added to TrackCVE
2022-12-03 23:23:46 2019-07-17T13:15Z 2019-07-17T13:15:10 CVE Published Date updated
2022-12-03 23:23:46 2021-11-28T23:34:05 CVE Modified Date updated
2022-12-03 23:23:46 Undergoing Analysis Vulnerability Status updated
2023-01-17 22:12:04 2023-01-17T21:25:07 CVE Modified Date updated
2023-01-17 22:12:04 Undergoing Analysis Analyzed Vulnerability Status updated