2019-01-03 14:05:09 -05:00
{
2019-04-22 12:17:55 -03:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
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
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "The Linux Foundation" ,
"product" : {
"product_data" : [
{
"product_name" : "kernel" ,
"version" : {
"version_data" : [
{
"version_value" : "older then 4.8"
}
]
}
}
]
}
}
]
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-362"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3901" ,
"name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3901" ,
"refsource" : "CONFIRM"
2019-04-24 15:00:44 +00:00
} ,
{
"refsource" : "BID" ,
"name" : "89937" ,
"url" : "http://www.securityfocus.com/bid/89937"
2019-05-17 10:00:43 +00:00
} ,
{
"refsource" : "CONFIRM" ,
"name" : "https://security.netapp.com/advisory/ntap-20190517-0005/" ,
"url" : "https://security.netapp.com/advisory/ntap-20190517-0005/"
2019-05-28 18:00:49 +00:00
} ,
{
"refsource" : "MLIST" ,
"name" : "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-1] linux security update" ,
"url" : "https://lists.debian.org/debian-lts-announce/2019/05/msg00041.html"
2019-05-28 19:00:49 +00:00
} ,
{
"refsource" : "MLIST" ,
"name" : "[debian-lts-announce] 20190528 [SECURITY] [DLA 1799-2] linux security update" ,
"url" : "https://lists.debian.org/debian-lts-announce/2019/05/msg00042.html"
2019-04-22 12:17:55 -03:00
}
]
2019-03-18 00:42:01 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2019-04-22 12:17:55 -03: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."
2019-03-18 00:42:01 +00:00
}
]
2019-04-22 12:17:55 -03:00
} ,
"impact" : {
"cvss" : [
[
{
"vectorString" : "5.6/CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N" ,
"version" : "3.0"
}
]
]
2019-03-18 00:42:01 +00:00
}
2019-04-22 16:00:50 +00:00
}