vuln-list-alt/oval/c10f2/ALT-PU-2024-3502/definitions.json
2024-04-16 14:26:14 +00:00

136 lines
6.4 KiB
JSON

{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20243502",
"Version": "oval:org.altlinux.errata:def:20243502",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-3502: package `golang` update to version 1.21.8-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f2"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-3502",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-3502",
"Source": "ALTPU"
},
{
"RefID": "CVE-2023-45288",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"Source": "CVE"
},
{
"RefID": "CVE-2023-45289",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"Source": "CVE"
},
{
"RefID": "CVE-2023-45290",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"Source": "CVE"
},
{
"RefID": "CVE-2024-24783",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"Source": "CVE"
}
],
"Description": "This update upgrades golang to version 1.21.8-alt1. \nSecurity Fix(es):\n\n * CVE-2023-45288: An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.\n\n * CVE-2023-45289: When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.\n\n * CVE-2023-45290: When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.\n\n * CVE-2024-24783: Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-06"
},
"Updated": {
"Date": "2024-03-06"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2023-45288",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"Impact": "None",
"Public": "20240404"
},
{
"ID": "CVE-2023-45289",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"Impact": "None",
"Public": "20240305"
},
{
"ID": "CVE-2023-45290",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"Impact": "None",
"Public": "20240305"
},
{
"ID": "CVE-2024-24783",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"Impact": "None",
"Public": "20240305"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",
"cpe:/o:alt:spserver:10"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:5001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20243502001",
"Comment": "golang is earlier than 0:1.21.8-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243502002",
"Comment": "golang-docs is earlier than 0:1.21.8-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243502003",
"Comment": "golang-gdb is earlier than 0:1.21.8-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243502004",
"Comment": "golang-misc is earlier than 0:1.21.8-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243502005",
"Comment": "golang-shared is earlier than 0:1.21.8-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243502006",
"Comment": "golang-src is earlier than 0:1.21.8-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243502007",
"Comment": "golang-tests is earlier than 0:1.21.8-alt1"
}
]
}
]
}
}
]
}