Allocation of Resources Without Limits or Throttling Affecting mattermost-fips-10.7 package, versions <10.7.2-r1


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.02% (4th percentile)

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 Learn

Learn about Allocation of Resources Without Limits or Throttling vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-CHAINGUARDLATEST-MATTERMOSTFIPS107-10117481
  • published12 May 2025
  • disclosed8 Apr 2025

Introduced: 8 Apr 2025

CVE-2025-32024  (opens in a new tab)
CWE-770  (opens in a new tab)

How to fix?

Upgrade Chainguard mattermost-fips-10.7 to version 10.7.2-r1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream mattermost-fips-10.7 package and not the mattermost-fips-10.7 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

bep/imagemeta is a Go library for reading EXIF, IPTC and XMP image meta data from JPEG, TIFF, PNG, and WebP files. The EXIF data format allows for defining excessively large data structures in relatively small payloads. Before v0.10.0, If you didn't trust the input images, this could be abused to construct denial-of-service attacks. v0.10.0 added LimitNumTags (default 5000) and LimitTagSize (default 10000) options.