- Synchronized data.

This commit is contained in:
CVE Team 2018-10-26 10:06:43 -04:00
parent dccae9a21d
commit 4d48b922d6
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
5 changed files with 198 additions and 159 deletions

View File

@ -1,92 +1,93 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "security@ubuntu.com", "ASSIGNER" : "security@ubuntu.com",
"DATE_PUBLIC": "2018-10-25T00:00:00.000Z", "DATE_PUBLIC" : "2018-10-25T00:00:00.000Z",
"ID": "CVE-2018-15686", "ID" : "CVE-2018-15686",
"STATE": "PUBLIC", "STATE" : "PUBLIC",
"TITLE": "systemd: reexec state injection: fgets() on overlong lines leads to line splitting" "TITLE" : "systemd: reexec state injection: fgets() on overlong lines leads to line splitting"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "systemd", "product_name" : "systemd",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"affected": "<=", "affected" : "<=",
"version_value": "239" "version_value" : "239"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "systemd" "vendor_name" : "systemd"
} }
] ]
} }
}, },
"credit": [ "credit" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Jann Horn" "value" : "Jann Horn"
} }
], ],
"data_format": "MITRE", "data_format" : "MITRE",
"data_type": "CVE", "data_type" : "CVE",
"data_version": "4.0", "data_version" : "4.0",
"description": { "description" : {
"description_data": [ "description_data" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "A vulnerability in unit_deserialize of systemd allows an attacker to supply arbitrary state across systemd re-execution via NotifyAccess. This can be used to improperly influence systemd execution and possibly lead to root privilege escalation.\nAffected releases are systemd versions up to and including 239." "value" : "A vulnerability in unit_deserialize of systemd allows an attacker to supply arbitrary state across systemd re-execution via NotifyAccess. This can be used to improperly influence systemd execution and possibly lead to root privilege escalation. Affected releases are systemd versions up to and including 239."
} }
] ]
}, },
"impact": { "impact" : {
"cvss": { "cvss" : {
"attackComplexity": "HIGH", "attackComplexity" : "HIGH",
"attackVector": "LOCAL", "attackVector" : "LOCAL",
"availabilityImpact": "HIGH", "availabilityImpact" : "HIGH",
"baseScore": 7, "baseScore" : 7,
"baseSeverity": "HIGH", "baseSeverity" : "HIGH",
"confidentialityImpact": "HIGH", "confidentialityImpact" : "HIGH",
"integrityImpact": "HIGH", "integrityImpact" : "HIGH",
"privilegesRequired": "LOW", "privilegesRequired" : "LOW",
"scope": "UNCHANGED", "scope" : "UNCHANGED",
"userInteraction": "NONE", "userInteraction" : "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "vectorString" : "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0" "version" : "3.0"
} }
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "fgets() can be confused by overly-long input strings. The first read will return a partial string and subsequent reads will begin as if it were a new line." "value" : "fgets() can be confused by overly-long input strings. The first read will return a partial string and subsequent reads will begin as if it were a new line."
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"refsource": "CONFIRM", "name" : "https://github.com/systemd/systemd/pull/10519",
"url": "https://github.com/systemd/systemd/pull/10519" "refsource" : "MISC",
"url" : "https://github.com/systemd/systemd/pull/10519"
} }
] ]
}, },
"source": { "source" : {
"defect": [ "defect" : [
"https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1796402" "https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1796402"
], ],
"discovery": "EXTERNAL" "discovery" : "EXTERNAL"
} }
} }

View File

@ -1,92 +1,93 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "security@ubuntu.com", "ASSIGNER" : "security@ubuntu.com",
"DATE_PUBLIC": "2018-10-25T00:00:00.000Z", "DATE_PUBLIC" : "2018-10-25T00:00:00.000Z",
"ID": "CVE-2018-15687", "ID" : "CVE-2018-15687",
"STATE": "PUBLIC", "STATE" : "PUBLIC",
"TITLE": "systemd: chown_one() can dereference symlinks" "TITLE" : "systemd: chown_one() can dereference symlinks"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "systemd", "product_name" : "systemd",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"affected": "<=", "affected" : "<=",
"version_value": "239" "version_value" : "239"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "systemd" "vendor_name" : "systemd"
} }
] ]
} }
}, },
"credit": [ "credit" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Jann Horn" "value" : "Jann Horn"
} }
], ],
"data_format": "MITRE", "data_format" : "MITRE",
"data_type": "CVE", "data_type" : "CVE",
"data_version": "4.0", "data_version" : "4.0",
"description": { "description" : {
"description_data": [ "description_data" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "A race condition in chown_one() of systemd allows an attacker to cause systemd to set arbitrary permissions on arbitrary files.\nAffected releases are systemd versions up to and including 239." "value" : "A race condition in chown_one() of systemd allows an attacker to cause systemd to set arbitrary permissions on arbitrary files. Affected releases are systemd versions up to and including 239."
} }
] ]
}, },
"impact": { "impact" : {
"cvss": { "cvss" : {
"attackComplexity": "LOW", "attackComplexity" : "LOW",
"attackVector": "LOCAL", "attackVector" : "LOCAL",
"availabilityImpact": "HIGH", "availabilityImpact" : "HIGH",
"baseScore": 7.8, "baseScore" : 7.8,
"baseSeverity": "HIGH", "baseSeverity" : "HIGH",
"confidentialityImpact": "HIGH", "confidentialityImpact" : "HIGH",
"integrityImpact": "HIGH", "integrityImpact" : "HIGH",
"privilegesRequired": "LOW", "privilegesRequired" : "LOW",
"scope": "UNCHANGED", "scope" : "UNCHANGED",
"userInteraction": "NONE", "userInteraction" : "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "vectorString" : "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0" "version" : "3.0"
} }
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "There is a race condition between a stat(2) call and the fchmodat(2) call." "value" : "There is a race condition between a stat(2) call and the fchmodat(2) call."
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"refsource": "CONFIRM", "name" : "https://github.com/systemd/systemd/pull/10517/commits",
"url": "https://github.com/systemd/systemd/pull/10517/commits" "refsource" : "MISC",
"url" : "https://github.com/systemd/systemd/pull/10517/commits"
} }
] ]
}, },
"source": { "source" : {
"defect": [ "defect" : [
"https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1796692" "https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1796692"
], ],
"discovery": "EXTERNAL" "discovery" : "EXTERNAL"
} }
} }

View File

@ -1,92 +1,93 @@
{ {
"CVE_data_meta": { "CVE_data_meta" : {
"ASSIGNER": "security@ubuntu.com", "ASSIGNER" : "security@ubuntu.com",
"DATE_PUBLIC": "2018-10-25T00:00:00.000Z", "DATE_PUBLIC" : "2018-10-25T00:00:00.000Z",
"ID": "CVE-2018-15688", "ID" : "CVE-2018-15688",
"STATE": "PUBLIC", "STATE" : "PUBLIC",
"TITLE": "Out-of-Bounds write in systemd-networkd dhcpv6 option handling" "TITLE" : "Out-of-Bounds write in systemd-networkd dhcpv6 option handling"
}, },
"affects": { "affects" : {
"vendor": { "vendor" : {
"vendor_data": [ "vendor_data" : [
{ {
"product": { "product" : {
"product_data": [ "product_data" : [
{ {
"product_name": "systemd", "product_name" : "systemd",
"version": { "version" : {
"version_data": [ "version_data" : [
{ {
"affected": "<=", "affected" : "<=",
"version_value": "239" "version_value" : "239"
} }
] ]
} }
} }
] ]
}, },
"vendor_name": "systemd" "vendor_name" : "systemd"
} }
] ]
} }
}, },
"credit": [ "credit" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "Felix Wilhelm from the Google Security Team" "value" : "Felix Wilhelm from the Google Security Team"
} }
], ],
"data_format": "MITRE", "data_format" : "MITRE",
"data_type": "CVE", "data_type" : "CVE",
"data_version": "4.0", "data_version" : "4.0",
"description": { "description" : {
"description_data": [ "description_data" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "A buffer overflow vulnerability in the dhcp6 client of systemd allows a malicious dhcp6 server to overwrite heap memory in systemd-networkd.\nAffected releases are systemd: versions up to and including 239." "value" : "A buffer overflow vulnerability in the dhcp6 client of systemd allows a malicious dhcp6 server to overwrite heap memory in systemd-networkd. Affected releases are systemd: versions up to and including 239."
} }
] ]
}, },
"impact": { "impact" : {
"cvss": { "cvss" : {
"attackComplexity": "LOW", "attackComplexity" : "LOW",
"attackVector": "ADJACENT_NETWORK", "attackVector" : "ADJACENT_NETWORK",
"availabilityImpact": "HIGH", "availabilityImpact" : "HIGH",
"baseScore": 8.8, "baseScore" : 8.8,
"baseSeverity": "HIGH", "baseSeverity" : "HIGH",
"confidentialityImpact": "HIGH", "confidentialityImpact" : "HIGH",
"integrityImpact": "HIGH", "integrityImpact" : "HIGH",
"privilegesRequired": "NONE", "privilegesRequired" : "NONE",
"scope": "UNCHANGED", "scope" : "UNCHANGED",
"userInteraction": "NONE", "userInteraction" : "NONE",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "vectorString" : "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0" "version" : "3.0"
} }
}, },
"problemtype": { "problemtype" : {
"problemtype_data": [ "problemtype_data" : [
{ {
"description": [ "description" : [
{ {
"lang": "eng", "lang" : "eng",
"value": "dhcp6_option_append_ia() contained an incorrect buffer size calculation." "value" : "dhcp6_option_append_ia() contained an incorrect buffer size calculation."
} }
] ]
} }
] ]
}, },
"references": { "references" : {
"reference_data": [ "reference_data" : [
{ {
"refsource": "CONFIRM", "name" : "https://github.com/systemd/systemd/pull/10518",
"url": "https://github.com/systemd/systemd/pull/10518" "refsource" : "MISC",
"url" : "https://github.com/systemd/systemd/pull/10518"
} }
] ]
}, },
"source": { "source" : {
"defect": [ "defect" : [
"https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1795921" "https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1795921"
], ],
"discovery": "EXTERNAL" "discovery" : "EXTERNAL"
} }
} }

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-18663",
"STATE" : "RESERVED"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"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."
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-18664",
"STATE" : "RESERVED"
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"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."
}
]
}
}