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

70 lines
2.3 KiB
JSON
Raw Normal View History

2017-12-04 03:02:28 -05:00
{
2018-06-13 15:22:21 -03:00
"impact": {
"cvss": [
[
{
"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"
}
]
]
},
"description": {
"description_data": [
{
"lang": "eng",
2018-06-13 15:34:19 -03:00
"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."
2018-06-13 15:22:21 -03:00
}
]
},
"data_type": "CVE",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value" : "up to procps-ng 3.3.15 and newer"
}
]
},
"product_name": "procps-ng, procps"
}
]
},
"vendor_name": "[UNKNOWN]"
}
]
}
},
"data_format": "MITRE",
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-367"
}
]
}
]
},
"data_version": "4.0",
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1121"
}
]
},
"CVE_data_meta": {
"ID": "CVE-2018-1121",
"ASSIGNER": "lpardo@redhat.com"
}
2017-12-04 03:02:28 -05:00
}