Allocation of Resources Without Limits or Throttling Affecting podman-docker package, versions <3:4.4.1-25.2.rhaos4.15.el9
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RHEL9-PODMANDOCKER-7569187
- published 26 Jul 2024
- disclosed 30 Jun 2024
Introduced: 30 Jun 2024
CVE-2024-37298 Open this link in a new tabHow to fix?
Upgrade RHEL:9 podman-docker to version 3:4.4.1-25.2.rhaos4.15.el9 or higher.
This issue was patched in RHSA-2024:4702.
NVD Description
Note: Versions mentioned in the description apply only to the upstream podman-docker package and not the podman-docker package as distributed by RHEL.
See How to fix? for RHEL:9 relevant fixed versions and status.
gorilla/schema converts structs to and from form values. Prior to version 1.4.1 Running schema.Decoder.Decode() on a struct that has a field of type []struct{...} opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode() on a struct with arrays of other structs could be vulnerable to this memory exhaustion vulnerability. Version 1.4.1 contains a patch for the issue.