CVE-2019-3901
CVSS V2 Low 1.9
CVSS V3 Medium 4.7
Description
A race condition in perf_event_open() allows local attackers to leak sensitive data from setuid programs. As no relevant locks (in particular the cred_guard_mutex) are held during the ptrace_may_access() call, it is possible for the specified target task to perform an execve() syscall with setuid execution before perf_event_alloc() actually attaches to it, allowing an attacker to bypass the ptrace_may_access() check and the perf_event_exit_task(current) call that is performed in install_exec_creds() during privileged execve() calls. This issue affects kernel versions before 4.8.
Overview
- CVE ID
- CVE-2019-3901
- Assigner
- secalert@redhat.com
- Vulnerability Status
- Modified
- Published Version
- 2019-04-22T16:29:01
- Last Modified Date
- 2023-02-12T23:38:57
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
AND | ||||
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 1 | OR | 4.8 | |
AND | ||||
cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:* | 1 | OR | ||
AND | ||||
cpe:2.3:a:netapp:active_iq_unified_manager_for_vmware_vsphere:*:*:*:*:*:*:*:* | 1 | OR | 9.5 | |
cpe:2.3:a:netapp:hci_management_node:-:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:netapp:snapprotect:-:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:netapp:solidfire:-:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:netapp:storage_replication_adapter_for_clustered_data_ontap_for_vmware_vsphere:*:*:*:*:*:*:*:* | 1 | OR | 7.2 | |
cpe:2.3:a:netapp:vasa_provider_for_clustered_data_ontap:*:*:*:*:*:*:*:* | 1 | OR | 7.2 | |
cpe:2.3:a:netapp:virtual_storage_console_for_vmware_vsphere:*:*:*:*:*:*:*:* | 1 | OR | 7.2 | |
AND | ||||
cpe:2.3:o:netapp:cn1610_firmware:-:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:h:netapp:cn1610:-:*:*:*:*:*:*:* | 0 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:L/AC:M/Au:N/C:P/I:N/A:N
- Access Vector
- LOCAL
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 1.9
- Severity
- LOW
- Exploitability Score
- 3.4
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
- Attack Vector
- LOCAL
- Attack Compatibility
- HIGH
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- NONE
- Base Score
- 4.7
- Base Severity
- MEDIUM
- Exploitability Score
- 1
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
http://www.securityfocus.com/bid/89937 | Third Party Advisory VDB Entry |
https://access.redhat.com/errata/RHSA-2020:1016 | |
https://access.redhat.com/errata/RHSA-2020:1070 | |
https://access.redhat.com/errata/RHSA-2020:2522 | |
https://access.redhat.com/errata/RHSA-2020:2851 | |
https://access.redhat.com/security/cve/CVE-2019-3901 | |
https://bugzilla.redhat.com/show_bug.cgi?id=1701245 | |
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3901 | Issue Tracking Patch Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html | Mailing List Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2019/05/msg00042.html | Mailing List Third Party Advisory |
https://security.netapp.com/advisory/ntap-20190517-0005/ | Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-3901 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3901 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:31:14 | Added to TrackCVE | |||
2022-12-03 19:50:33 | 2019-04-22T16:29Z | 2019-04-22T16:29:01 | CVE Published Date | updated |
2022-12-03 19:50:33 | 2022-11-30T22:01:06 | CVE Modified Date | updated | |
2022-12-03 19:50:33 | Analyzed | Vulnerability Status | updated | |
2023-02-02 22:09:28 | 2023-02-02T21:19:18 | CVE Modified Date | updated | |
2023-02-02 22:09:28 | Analyzed | Modified | Vulnerability Status | updated |
2023-02-02 22:09:28 | A race condition in perf_event_open() allows local attackers to leak sensitive data from setuid programs. As no relevant locks (in particular the cred_guard_mutex) are held during the ptrace_may_access() call, it is possible for the specified target task to perform an execve() syscall with setuid execution before perf_event_alloc() actually attaches to it, allowing an attacker to bypass the ptrace_may_access() check and the perf_event_exit_task(current) call that is performed in install_exec_creds() during privileged execve() calls. This issue affects kernel versions before 4.8. | A race condition in perf_event_open() allows local attackers to leak sensitive data from setuid programs. As no relevant locks (in particular the cred_guard_mutex) are held during the ptrace_may_access() call, it is possible for the specified target task to perform an execve() syscall with setuid execution before perf_event_alloc() actually attaches to it, allowing an attacker to bypass the ptrace_may_access() check and the perf_event_exit_task(current) call that is performed in install_exec_creds() during privileged execve() calls. | Description | updated |
2023-02-02 22:09:30 | References | updated | ||
2023-02-13 00:09:02 | 2023-02-12T23:38:57 | CVE Modified Date | updated | |
2023-02-13 00:09:02 | A race condition in perf_event_open() allows local attackers to leak sensitive data from setuid programs. As no relevant locks (in particular the cred_guard_mutex) are held during the ptrace_may_access() call, it is possible for the specified target task to perform an execve() syscall with setuid execution before perf_event_alloc() actually attaches to it, allowing an attacker to bypass the ptrace_may_access() check and the perf_event_exit_task(current) call that is performed in install_exec_creds() during privileged execve() calls. | A race condition in perf_event_open() allows local attackers to leak sensitive data from setuid programs. As no relevant locks (in particular the cred_guard_mutex) are held during the ptrace_may_access() call, it is possible for the specified target task to perform an execve() syscall with setuid execution before perf_event_alloc() actually attaches to it, allowing an attacker to bypass the ptrace_may_access() check and the perf_event_exit_task(current) call that is performed in install_exec_creds() during privileged execve() calls. This issue affects kernel versions before 4.8. | Description | updated |