Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:rpm/redhat/podman@4:4.9.4-5.1.rhaos4.16?arch=el8
purl pkg:rpm/redhat/podman@4:4.9.4-5.1.rhaos4.16?arch=el8
Next non-vulnerable version None.
Latest non-vulnerable version None.
Risk 4.0
Vulnerabilities affecting this package (7)
Vulnerability Summary Fixed by
VCID-1rpd-33se-hkex
Aliases:
CVE-2024-28176
GHSA-hhhv-q57g-882q
jose vulnerable to resource exhaustion via specifically crafted JWE with compressed plaintext A vulnerability has been identified in the JSON Web Encryption (JWE) decryption interfaces, specifically related to the [support for decompressing plaintext after its decryption](https://www.rfc-editor.org/rfc/rfc7516.html#section-4.1.3). This allows an adversary to exploit specific scenarios where the compression ratio becomes exceptionally high. As a result, the length of the JWE token, which is determined by the compressed content's size, can land below application-defined limits. In such cases, other existing application level mechanisms for preventing resource exhaustion may be rendered ineffective. Note that as per [RFC 8725](https://www.rfc-editor.org/rfc/rfc8725.html#name-avoid-compression-of-encryp) compression of data SHOULD NOT be done before encryption, because such compressed data often reveals information about the plaintext. For this reason the v5.x major version of `jose` removed support for compressed payloads entirely and is therefore NOT affected by this advisory. ### Impact Under certain conditions it is possible to have the user's environment consume unreasonable amount of CPU time or memory during JWE Decryption operations. ### Affected users The impact is limited only to Node.js users utilizing the JWE decryption APIs to decrypt JWEs from untrusted sources. You are NOT affected if any of the following applies to you - Your code uses jose version v5.x where JWE Compression is not supported anymore - Your code runs in an environment other than Node.js (e.g. Deno, CF Workers), which is the only runtime where JWE Compression is implemented out of the box - Your code does not use the JWE decryption APIs - Your code only accepts JWEs produced by trusted sources ### Patches `v2.0.7` and `v4.15.5` releases limit the decompression routine to only allow decompressing up to 250 kB of plaintext. In v4.x it is possible to further adjust this limit via the `inflateRaw` decryption option implementation. In v2.x it is possible to further adjust this limit via the `inflateRawSyncLimit` decryption option. ### Workarounds If you cannot upgrade and do not want to support compressed JWEs you may detect and reject these tokens early by checking the token's protected header ```js const { zip } = jose.decodeProtectedHeader(token) if (zip !== undefined) { throw new Error('JWE Compression is not supported') } ``` If you wish to continue supporting JWEs with compressed payloads in these legacy release lines you must upgrade (v1.x and v2.x to version v2.0.7, v3.x and v4.x to version v4.15.5) and review the limits put forth by the patched releases. ### For more information If you have any questions or comments about this advisory please open a discussion in the project's [repository](https://github.com/panva/jose/discussions/new?category=q-a&title=GHSA-hhhv-q57g-882q%20advisory%20question) There are no reported fixed by versions.
VCID-4psv-cefc-7kad
Aliases:
CVE-2024-24783
Multiple vulnerabilities have been discovered in Go, the worst of which could lead to information leakage or a denial of service. There are no reported fixed by versions.
VCID-52c5-4udv-jydb
Aliases:
CVE-2024-3727
GHSA-6wvf-f2vw-3425
github.com/containers/image allows unexpected authenticated registry accesses A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks. There are no reported fixed by versions.
VCID-86md-jx8m-1kck
Aliases:
CVE-2024-24784
Multiple vulnerabilities have been discovered in Go, the worst of which could lead to information leakage or a denial of service. There are no reported fixed by versions.
VCID-f8ak-21d8-juff
Aliases:
CVE-2024-24786
GHSA-8r3f-844c-mc37
Golang protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON 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. There are no reported fixed by versions.
VCID-h93z-zvkv-cyed
Aliases:
CVE-2024-24785
Multiple vulnerabilities have been discovered in Go, the worst of which could lead to information leakage or a denial of service. There are no reported fixed by versions.
VCID-wq29-hzz2-5beh
Aliases:
CVE-2023-45290
Multiple vulnerabilities have been discovered in Go, the worst of which could lead to information leakage or a denial of service. There are no reported fixed by versions.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-01T13:49:22.153254+00:00 RedHat Importer Affected by VCID-f8ak-21d8-juff https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-24786.json 38.0.0
2026-04-01T13:49:21.010287+00:00 RedHat Importer Affected by VCID-h93z-zvkv-cyed https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-24785.json 38.0.0
2026-04-01T13:49:20.685044+00:00 RedHat Importer Affected by VCID-86md-jx8m-1kck https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-24784.json 38.0.0
2026-04-01T13:49:19.562782+00:00 RedHat Importer Affected by VCID-4psv-cefc-7kad https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-24783.json 38.0.0
2026-04-01T13:49:17.423815+00:00 RedHat Importer Affected by VCID-wq29-hzz2-5beh https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-45290.json 38.0.0
2026-04-01T13:49:11.543736+00:00 RedHat Importer Affected by VCID-1rpd-33se-hkex https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-28176.json 38.0.0
2026-04-01T13:47:45.682010+00:00 RedHat Importer Affected by VCID-52c5-4udv-jydb https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-3727.json 38.0.0