vuln-list-alt/oval/c10f1/ALT-PU-2021-1226/definitions.json
2024-06-28 13:17:52 +00:00

165 lines
8.7 KiB
JSON

{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20211226",
"Version": "oval:org.altlinux.errata:def:20211226",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2021-1226: package `node` update to version 14.15.4-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2021-1226",
"RefURL": "https://errata.altlinux.org/ALT-PU-2021-1226",
"Source": "ALTPU"
},
{
"RefID": "BDU:2021-00872",
"RefURL": "https://bdu.fstec.ru/vul/2021-00872",
"Source": "BDU"
},
{
"RefID": "BDU:2021-00883",
"RefURL": "https://bdu.fstec.ru/vul/2021-00883",
"Source": "BDU"
},
{
"RefID": "BDU:2021-01025",
"RefURL": "https://bdu.fstec.ru/vul/2021-01025",
"Source": "BDU"
},
{
"RefID": "CVE-2020-1971",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971",
"Source": "CVE"
},
{
"RefID": "CVE-2020-8265",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2020-8265",
"Source": "CVE"
},
{
"RefID": "CVE-2020-8287",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2020-8287",
"Source": "CVE"
}
],
"Description": "This update upgrades node to version 14.15.4-alt1. \nSecurity Fix(es):\n\n * BDU:2021-00872: Уязвимость функции GENERAL_NAME_cmp библиотеки OpenSSL, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2021-00883: Уязвимость реализации метода DoWrite программной платформы Node.js, позволяющая нарушителю вызвать отказ в обслуживании или оказать другое воздействие\n\n * BDU:2021-01025: Уязвимость программной платформы Node.js, позволяющая нарушителю оказать воздействие на конфиденциальность и целостность защищаемой информации\n\n * CVE-2020-1971: The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL's s_server, s_client and verify tools have support for the \"-crl_download\" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL's parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).\n\n * CVE-2020-8265: Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 are vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory leading to a Denial of Service or potentially other exploits.\n\n * CVE-2020-8287: Node.js versions before 10.23.1, 12.20.1, 14.15.4, 15.5.1 allow two copies of a header field in an HTTP request (for example, two Transfer-Encoding header fields). In this case, Node.js identifies the first header field and ignores the second. This can lead to HTTP Request Smuggling.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2021-02-06"
},
"Updated": {
"Date": "2021-02-06"
},
"BDUs": [
{
"ID": "BDU:2021-00872",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-476",
"Href": "https://bdu.fstec.ru/vul/2021-00872",
"Impact": "Low",
"Public": "20201218"
},
{
"ID": "BDU:2021-00883",
"CVSS": "AV:N/AC:L/Au:N/C:C/I:C/A:N",
"CVSS3": "AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-416",
"Href": "https://bdu.fstec.ru/vul/2021-00883",
"Impact": "High",
"Public": "20210106"
},
{
"ID": "BDU:2021-01025",
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"CWE": "CWE-444",
"Href": "https://bdu.fstec.ru/vul/2021-01025",
"Impact": "Low",
"Public": "20210106"
}
],
"CVEs": [
{
"ID": "CVE-2020-1971",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2020-1971",
"Impact": "Low",
"Public": "20201208"
},
{
"ID": "CVE-2020-8265",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-416",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2020-8265",
"Impact": "High",
"Public": "20210106"
},
{
"ID": "CVE-2020-8287",
"CVSS": "AV:N/AC:L/Au:N/C:P/I:P/A:N",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"CWE": "CWE-444",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2020-8287",
"Impact": "Low",
"Public": "20210106"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",
"cpe:/o:alt:spserver:10"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:4001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20211226001",
"Comment": "node is earlier than 0:14.15.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20211226002",
"Comment": "node-devel is earlier than 0:14.15.4-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20211226003",
"Comment": "node-doc is earlier than 0:14.15.4-alt1"
}
]
}
]
}
}
]
}