Allocation of Resources Without Limits or Throttling Affecting buildah package, versions <2:1.33.8-4.module+el8.10.0+22202+761b9a65
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-CENTOS8-BUILDAH-7686486
- published 14 Aug 2024
- disclosed 30 Jun 2024
Introduced: 30 Jun 2024
CVE-2024-37298 Open this link in a new tabHow to fix?
Upgrade Centos:8
buildah
to version 2:1.33.8-4.module+el8.10.0+22202+761b9a65 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream buildah
package and not the buildah
package as distributed by Centos
.
See How to fix?
for Centos:8
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.