csaf2cusa/cvrfs/2024/cvrf-openEuler-SA-2024-1074.xml
Jia Chao 0b84f3c661 增加测试用的配置和目录
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-02 15:51:55 +08:00

268 lines
26 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
<DocumentTitle xml:lang="en">An update for containernetworking-plugins is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3</DocumentTitle>
<DocumentType>Security Advisory</DocumentType>
<DocumentPublisher Type="Vendor">
<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
<IssuingAuthority>openEuler security committee</IssuingAuthority>
</DocumentPublisher>
<DocumentTracking>
<Identification>
<ID>openEuler-SA-2024-1074</ID>
</Identification>
<Status>Final</Status>
<Version>1.0</Version>
<RevisionHistory>
<Revision>
<Number>1.0</Number>
<Date>2024-01-12</Date>
<Description>Initial</Description>
</Revision>
</RevisionHistory>
<InitialReleaseDate>2024-01-12</InitialReleaseDate>
<CurrentReleaseDate>2024-01-12</CurrentReleaseDate>
<Generator>
<Engine>openEuler SA Tool V1.0</Engine>
<Date>2024-01-12</Date>
</Generator>
</DocumentTracking>
<DocumentNotes>
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">containernetworking-plugins security update</Note>
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for containernetworking-plugins is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3.</Note>
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">The CNI (Container Network Interface) project consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted.
Security Fix(es):
HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.(CVE-2023-24534)
Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.(CVE-2023-24536)
Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.(CVE-2023-24537)
Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. &quot;var a = {{.}}&quot;), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.(CVE-2023-24538)</Note>
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for containernetworking-plugins is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3.
openEuler Security has rated this update as having a security impact of critical. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.</Note>
<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">Critical</Note>
<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">containernetworking-plugins</Note>
</DocumentNotes>
<DocumentReferences>
<Reference Type="Self">
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1074</URL>
</Reference>
<Reference Type="openEuler CVE">
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-24534</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-24536</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-24537</URL>
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-24538</URL>
</Reference>
<Reference Type="Other">
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-24534</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-24536</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-24537</URL>
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-24538</URL>
</Reference>
</DocumentReferences>
<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
<Branch Type="Product Name" Name="openEuler">
<FullProductName ProductID="openEuler-20.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">openEuler-20.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-20.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">openEuler-20.03-LTS-SP4</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">openEuler-22.03-LTS</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">openEuler-22.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">openEuler-22.03-LTS-SP2</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">openEuler-22.03-LTS-SP3</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="aarch64">
<FullProductName ProductID="containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-0.8.6-6.gitad10b6f.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-0.8.6-6.gitad10b6f.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">containernetworking-plugins-1.1.1-4.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">containernetworking-plugins-1.1.1-4.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">containernetworking-plugins-1.1.1-4.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">containernetworking-plugins-1.1.1-4.oe2203sp3.aarch64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203sp3.aarch64.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="noarch">
<FullProductName ProductID="containernetworking-plugins-devel-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-devel-0.8.6-6.gitad10b6f.oe1.noarch.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-devel-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-devel-0.8.6-6.gitad10b6f.oe2003sp4.noarch.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">containernetworking-plugins-devel-1.1.1-4.oe2203.noarch.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">containernetworking-plugins-devel-1.1.1-4.oe2203sp1.noarch.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">containernetworking-plugins-devel-1.1.1-4.oe2203sp2.noarch.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">containernetworking-plugins-devel-1.1.1-4.oe2203sp3.noarch.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="src">
<FullProductName ProductID="containernetworking-plugins-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-0.8.6-6.gitad10b6f.oe1.src.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-0.8.6-6.gitad10b6f.oe2003sp4.src.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">containernetworking-plugins-1.1.1-4.oe2203.src.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">containernetworking-plugins-1.1.1-4.oe2203sp1.src.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">containernetworking-plugins-1.1.1-4.oe2203sp2.src.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">containernetworking-plugins-1.1.1-4.oe2203sp3.src.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="x86_64">
<FullProductName ProductID="containernetworking-plugins-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-0.8.6-6.gitad10b6f.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-debugsource-0.8.6-6.gitad10b6f.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-unit-test-devel-0.8.6-6.gitad10b6f.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-debuginfo-0.8.6-6.gitad10b6f.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-0.8.6-6.gitad10b6f" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">containernetworking-plugins-0.8.6-6.gitad10b6f.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">containernetworking-plugins-1.1.1-4.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">containernetworking-plugins-1.1.1-4.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">containernetworking-plugins-1.1.1-4.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-unit-test-devel-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">containernetworking-plugins-unit-test-devel-1.1.1-4.oe2203sp3.x86_64.rpm</FullProductName>
<FullProductName ProductID="containernetworking-plugins-1.1.1-4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">containernetworking-plugins-1.1.1-4.oe2203sp3.x86_64.rpm</FullProductName>
</Branch>
</ProductTree>
<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">HTTP and MIME header parsing can allocate large amounts of memory, even when parsing small inputs, potentially leading to a denial of service. Certain unusual patterns of input data can cause the common function used to parse HTTP and MIME headers to allocate substantially more memory than required to hold the parsed headers. An attacker can exploit this behavior to cause an HTTP server to allocate large amounts of memory from a small request, potentially leading to memory exhaustion and a denial of service. With fix, header parsing now correctly allocates only the memory required to hold parsed headers.</Note>
</Notes>
<ReleaseDate>2024-01-12</ReleaseDate>
<CVE>CVE-2023-24534</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP4</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>containernetworking-plugins security update</Description>
<DATE>2024-01-12</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1074</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="2" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="2" xml:lang="en">Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.</Note>
</Notes>
<ReleaseDate>2024-01-12</ReleaseDate>
<CVE>CVE-2023-24536</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP4</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>containernetworking-plugins security update</Description>
<DATE>2024-01-12</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1074</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="3" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="3" xml:lang="en">Calling any of the Parse functions on Go source code which contains //line directives with very large line numbers can cause an infinite loop due to integer overflow.</Note>
</Notes>
<ReleaseDate>2024-01-12</ReleaseDate>
<CVE>CVE-2023-24537</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP4</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>High</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>7.5</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>containernetworking-plugins security update</Description>
<DATE>2024-01-12</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1074</URL>
</Remediation>
</Remediations>
</Vulnerability>
<Vulnerability Ordinal="4" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="4" xml:lang="en">Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. var a = {{.}} ), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.</Note>
</Notes>
<ReleaseDate>2024-01-12</ReleaseDate>
<CVE>CVE-2023-24538</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP4</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Critical</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>9.8</BaseScore>
<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>containernetworking-plugins security update</Description>
<DATE>2024-01-12</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1074</URL>
</Remediation>
</Remediations>
</Vulnerability>
</cvrfdoc>