Vapor is a web framework for Swift. In versions 4.47.1 and prior, bug in the `Data.init(base32Encoded:)` function opens up the potential for exposing server memory and/or crashing the server (Denial of Service) for applications where untrusted data can end up in said function. Vapor does not currently use this function itself so this only impact applications that use the impacted function directly or through other dependencies. The vulnerability is patched in version 4.47.2. As a workaround, one may use an alternative to Vapor's built-in `Data.init(base32Encoded:)`.
References
Link | Resource |
---|---|
https://github.com/vapor/vapor/releases/tag/4.47.2 | Release Notes Third Party Advisory |
https://github.com/vapor/vapor/security/advisories/GHSA-pqwh-c2f3-vxmq | Third Party Advisory |
https://github.com/vapor/vapor/releases/tag/4.47.2 | Release Notes Third Party Advisory |
https://github.com/vapor/vapor/security/advisories/GHSA-pqwh-c2f3-vxmq | Third Party Advisory |
Configurations
History
21 Nov 2024, 06:07
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/vapor/vapor/releases/tag/4.47.2 - Release Notes, Third Party Advisory | |
References | () https://github.com/vapor/vapor/security/advisories/GHSA-pqwh-c2f3-vxmq - Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 6.4
v3 : 7.5 |
Information
Published : 2021-07-09 14:15
Updated : 2024-11-21 06:07
NVD link : CVE-2021-32742
Mitre link : CVE-2021-32742
CVE.ORG link : CVE-2021-32742
JSON object : View
Products Affected
vapor_project
- vapor
CWE
CWE-502
Deserialization of Untrusted Data