CVE-2023-45290 Affecting php-fpm_exporter package, versions <2.2.0-r1
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-WOLFILATEST-PHPFPMEXPORTER-6426253
- published 12 Mar 2024
- disclosed 5 Mar 2024
Introduced: 5 Mar 2024
CVE-2023-45290 Open this link in a new tabHow to fix?
Upgrade Wolfi
php-fpm_exporter
to version 2.2.0-r1 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream php-fpm_exporter
package and not the php-fpm_exporter
package as distributed by Wolfi
.
See How to fix?
for Wolfi
relevant fixed versions and status.
When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.