OESA-2024-1381

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1381
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2024-1381.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2024-1381
Upstream
Published
2024-04-12T11:07:36Z
Modified
2025-08-12T05:37:12.807258Z
Summary
cri-tools security update
Details

CLI and validation tools for Container Runtime Interface

Security Fix(es):

A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.(CVE-2022-41723)

A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.(CVE-2023-39325)

The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.(CVE-2024-24786)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:22.03-LTS-SP2 / cri-tools

Package

Name
cri-tools
Purl
pkg:rpm/openEuler/cri-tools&distro=openEuler-22.03-LTS-SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.22.0-5.oe2203sp2

Ecosystem specific

{
    "src": [
        "cri-tools-1.22.0-5.oe2203sp2.src.rpm"
    ],
    "x86_64": [
        "cri-tools-debuginfo-1.22.0-5.oe2203sp2.x86_64.rpm",
        "cri-tools-1.22.0-5.oe2203sp2.x86_64.rpm",
        "cri-tools-debugsource-1.22.0-5.oe2203sp2.x86_64.rpm"
    ],
    "aarch64": [
        "cri-tools-1.22.0-5.oe2203sp2.aarch64.rpm",
        "cri-tools-debugsource-1.22.0-5.oe2203sp2.aarch64.rpm",
        "cri-tools-debuginfo-1.22.0-5.oe2203sp2.aarch64.rpm"
    ]
}