cvelist/2019/3xxx/CVE-2019-3901.json

102 lines
3.9 KiB
JSON
Raw Normal View History

2019-01-03 14:05:09 -05:00
{
2023-02-02 21:02:13 +00:00
"data_version": "4.0",
2019-04-22 12:17:55 -03:00
"data_type": "CVE",
"data_format": "MITRE",
2019-03-18 00:42:01 +00:00
"CVE_data_meta": {
"ID": "CVE-2019-3901",
2019-04-22 16:00:50 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
2019-04-22 12:17:55 -03:00
},
2023-02-02 21:02:13 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-02-12 23:00:43 +00:00
"value": "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."
2023-02-02 21:02:13 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
2023-02-12 23:00:43 +00:00
"value": "CWE-667",
2023-02-02 21:02:13 +00:00
"cweId": "CWE-667"
}
]
}
]
},
2019-04-22 12:17:55 -03:00
"affects": {
"vendor": {
"vendor_data": [
{
2023-02-12 23:00:43 +00:00
"vendor_name": "The Linux Foundation",
2019-04-22 12:17:55 -03:00
"product": {
"product_data": [
{
2023-02-12 23:00:43 +00:00
"product_name": "kernel",
2019-04-22 12:17:55 -03:00
"version": {
"version_data": [
{
2023-02-12 23:00:43 +00:00
"version_affected": "=",
"version_value": "older then 4.8"
2019-04-22 12:17:55 -03:00
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2020-12-04 19:01:48 +00:00
{
2023-02-02 21:02:13 +00:00
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
2020-12-04 19:01:48 +00:00
},
{
2023-02-02 21:02:13 +00:00
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00042.html",
"refsource": "MISC",
"name": "https://lists.debian.org/debian-lts-announce/2019/05/msg00042.html"
},
2019-03-18 00:42:01 +00:00
{
2023-02-02 21:02:13 +00:00
"url": "https://security.netapp.com/advisory/ntap-20190517-0005/",
"refsource": "MISC",
"name": "https://security.netapp.com/advisory/ntap-20190517-0005/"
},
{
"url": "http://www.securityfocus.com/bid/89937",
"refsource": "MISC",
"name": "http://www.securityfocus.com/bid/89937"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3901",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3901"
2019-03-18 00:42:01 +00:00
}
]
2019-04-22 12:17:55 -03:00
},
"impact": {
"cvss": [
2023-02-02 21:02:13 +00:00
{
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.0"
}
2019-04-22 12:17:55 -03:00
]
2019-03-18 00:42:01 +00:00
}
2019-04-22 16:00:50 +00:00
}