vuln-list-alt/oval/p11/ALT-PU-2019-1185/definitions.json
2024-12-12 21:07:30 +00:00

208 lines
10 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20191185",
"Version": "oval:org.altlinux.errata:def:20191185",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2019-1185: package `curl` update to version 7.64.0-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch p11"
],
"Products": [
"ALT Container"
]
}
],
"References": [
{
"RefID": "ALT-PU-2019-1185",
"RefURL": "https://errata.altlinux.org/ALT-PU-2019-1185",
"Source": "ALTPU"
},
{
"RefID": "BDU:2019-00964",
"RefURL": "https://bdu.fstec.ru/vul/2019-00964",
"Source": "BDU"
},
{
"RefID": "BDU:2019-00965",
"RefURL": "https://bdu.fstec.ru/vul/2019-00965",
"Source": "BDU"
},
{
"RefID": "BDU:2019-00966",
"RefURL": "https://bdu.fstec.ru/vul/2019-00966",
"Source": "BDU"
},
{
"RefID": "BDU:2019-01668",
"RefURL": "https://bdu.fstec.ru/vul/2019-01668",
"Source": "BDU"
},
{
"RefID": "BDU:2019-01669",
"RefURL": "https://bdu.fstec.ru/vul/2019-01669",
"Source": "BDU"
},
{
"RefID": "BDU:2019-01750",
"RefURL": "https://bdu.fstec.ru/vul/2019-01750",
"Source": "BDU"
},
{
"RefID": "CVE-2018-16890",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-16890",
"Source": "CVE"
},
{
"RefID": "CVE-2019-3822",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2019-3822",
"Source": "CVE"
},
{
"RefID": "CVE-2019-3823",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2019-3823",
"Source": "CVE"
}
],
"Description": "This update upgrades curl to version 7.64.0-alt1. \nSecurity Fix(es):\n\n * BDU:2019-00964: Уязвимость функции NTLM type-2 библиотеки libcurl, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2019-00965: Уязвимость функции создания исходящего заголовка NTLM type-3 в библиотеке libcurl, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2019-00966: Уязвимость библиотеки libcurl, связанная с чтением за пределами границ буфера памяти, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2019-01668: Уязвимость функции smtp_endofresp библиотеки libcurl, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации\n\n * BDU:2019-01669: Уязвимость библиотеки libcurl, вызванная переполнением буфера на стеке, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации\n\n * BDU:2019-01750: Уязвимость функции ntlm_decode_type2_target библиотеки libcurl, позволяющая нарушителю вызвать отказ в обслуживании\n\n * CVE-2018-16890: libcurl versions from 7.36.0 to before 7.64.0 is vulnerable to a heap buffer out-of-bounds read. The function handling incoming NTLM type-2 messages (`lib/vauth/ntlm.c:ntlm_decode_type2_target`) does not validate incoming data correctly and is subject to an integer overflow vulnerability. Using that overflow, a malicious or broken NTLM server could trick libcurl to accept a bad length + offset combination that would lead to a buffer read out-of-bounds.\n\n * CVE-2019-3822: libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large 'nt response' data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a 'large value' needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.\n\n * CVE-2019-3823: libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to `smtp_endofresp()` isn't NUL terminated and contains no character ending the parsed number, and `len` is set to 5, then the `strtol()` call reads beyond the allocated buffer. The read contents will not be returned to the caller.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Critical",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2019-02-07"
},
"Updated": {
"Date": "2019-02-07"
},
"BDUs": [
{
"ID": "BDU:2019-00964",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-125",
"Href": "https://bdu.fstec.ru/vul/2019-00964",
"Impact": "High",
"Public": "20181230"
},
{
"ID": "BDU:2019-00965",
"CVSS": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-119",
"Href": "https://bdu.fstec.ru/vul/2019-00965",
"Impact": "Critical",
"Public": "20181230"
},
{
"ID": "BDU:2019-00966",
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-125",
"Href": "https://bdu.fstec.ru/vul/2019-00966",
"Impact": "Critical",
"Public": "20190118"
},
{
"ID": "BDU:2019-01668",
"CVSS": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-125",
"Href": "https://bdu.fstec.ru/vul/2019-01668",
"Impact": "Critical",
"Public": "20190206"
},
{
"ID": "BDU:2019-01669",
"CVSS": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-119",
"Href": "https://bdu.fstec.ru/vul/2019-01669",
"Impact": "Critical",
"Public": "20190129"
},
{
"ID": "BDU:2019-01750",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:C",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-125",
"Href": "https://bdu.fstec.ru/vul/2019-01750",
"Impact": "High",
"Public": "20181230"
}
],
"CVEs": [
{
"ID": "CVE-2018-16890",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-125",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-16890",
"Impact": "High",
"Public": "20190206"
},
{
"ID": "CVE-2019-3822",
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2019-3822",
"Impact": "Critical",
"Public": "20190206"
},
{
"ID": "CVE-2019-3823",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2019-3823",
"Impact": "High",
"Public": "20190206"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:container:11"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:3001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20191185001",
"Comment": "curl is earlier than 0:7.64.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20191185002",
"Comment": "libcurl is earlier than 0:7.64.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20191185003",
"Comment": "libcurl-devel is earlier than 0:7.64.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20191185004",
"Comment": "libcurl-devel-static is earlier than 0:7.64.0-alt1"
}
]
}
]
}
}
]
}