Fastify is a fast and low overhead web framework, for Node.js. In versions 5.0.0 to 5.3.0, applications that specify different validation strategies for different content types have a possibility to bypass validation by providing a _slightly altered_ content type such as with different casing or altered whitespacing before `;`. This was patched in v5.3.1, but the initial patch did not cover all problems. This has been fully patched in v5.3.2. A workaround involves not specifying individual content types in the schema.
References
Configurations
No configuration.
History
18 Apr 2025, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Summary | (en) Fastify is a fast and low overhead web framework, for Node.js. In versions 5.0.0 to 5.3.0, applications that specify different validation strategies for different content types have a possibility to bypass validation by providing a _slightly altered_ content type such as with different casing or altered whitespacing before `;`. This was patched in v5.3.1, but the initial patch did not cover all problems. This has been fully patched in v5.3.2. A workaround involves not specifying individual content types in the schema. |
18 Apr 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-04-18 16:15
Updated : 2025-04-21 14:23
NVD link : CVE-2025-32442
Mitre link : CVE-2025-32442
CVE.ORG link : CVE-2025-32442
JSON object : View
Products Affected
No product.
CWE
CWE-1287
Improper Validation of Specified Type of Input