cvelist/2018/1xxx/CVE-2018-1121.json

83 lines
2.7 KiB
JSON
Raw Normal View History

2017-12-04 03:02:28 -05:00
{
2018-06-13 16:04:47 -04:00
"CVE_data_meta" : {
"ASSIGNER" : "lpardo@redhat.com",
"ID" : "CVE-2018-1121",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
2018-06-13 15:22:21 -03:00
{
2018-06-13 16:04:47 -04:00
"product" : {
"product_data" : [
{
"product_name" : "procps-ng, procps",
"version" : {
"version_data" : [
{
"version_value" : "up to procps-ng 3.3.15 and newer"
}
]
}
}
]
},
"vendor_name" : "[UNKNOWN]"
2018-06-13 15:22:21 -03:00
}
2018-06-13 16:04:47 -04:00
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "procps-ng, procps is vulnerable to a process hiding through race condition. Since the kernel's proc_pid_readdir() returns PID entries in ascending numeric order, a process occupying a high PID can use inotify events to determine when the process list is being scanned, and fork/exec to obtain a lower PID, thus avoiding enumeration. An unprivileged attacker can hide a process from procps-ng's utilities by exploiting a race condition in reading /proc/PID entries. This vulnerability affects procps and procps-ng up to version 3.3.15, newer versions might be affected also."
}
]
},
"impact" : {
"cvss" : [
[
2018-06-13 15:22:21 -03:00
{
2018-06-13 16:04:47 -04:00
"vectorString" : "3.9/CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L",
"version" : "3.0"
2018-06-13 15:22:21 -03:00
}
2018-06-13 16:04:47 -04:00
]
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-367"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "[oss-security] 20180517 Qualys Security Advisory - Procps-ng Audit Report",
"refsource" : "MLIST",
"url" : "http://seclists.org/oss-sec/2018/q2/122"
},
{
"name" : "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt",
"refsource" : "MISC",
"url" : "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt"
},
{
"name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1121",
"refsource" : "CONFIRM",
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1121"
}
]
}
2017-12-04 03:02:28 -05:00
}