This commit is contained in:
Cristina Padro 2019-01-11 15:15:33 -05:00
commit 243e1b1a85

View File

@ -1,18 +1,74 @@
{ {
"CVE_data_meta" : { "data_type": "CVE",
"ASSIGNER" : "cve@mitre.org", "data_format": "MITRE",
"ID" : "CVE-2018-16865", "data_version": "4.0",
"STATE" : "RESERVED" "CVE_data_meta": {
}, "ID": "CVE-2018-16865",
"data_format" : "MITRE", "ASSIGNER": "psampaio@redhat.com"
"data_type" : "CVE", },
"data_version" : "4.0", "affects": {
"description" : { "vendor": {
"description_data" : [ "vendor_data": [
{ {
"lang" : "eng", "vendor_name": "The systemd Project",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." "product": {
} "product_data": [
] {
} "product_name": "systemd",
"version": {
"version_data": [
{
"version_value": "through v240"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-770"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16865",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16865",
"refsource": "CONFIRM"
},
{
"url": "https://www.qualys.com/2019/01/09/system-down/system-down.txt"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "An allocation of memory without limits, that could result in the stack clashing with another memory region, was discovered in systemd-journald when many entries are sent to the journal socket. A local attacker, or a remote one if systemd-journal-remote is used, may use this flaw to crash systemd-journald or execute code with journald privileges. Versions through v240 are vulnerable."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "7.5/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
}
]
]
}
} }