A 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.
This issue has been patched in 4.47.2.
Use an alternative to Vapor's built-in Data.init(base32Encoded:)
.
If you have any questions or comments about this advisory: * Open an issue in Vapor * Ask in Discord
{ "nvd_published_at": "2021-07-09T14:15:00Z", "cwe_ids": [ "CWE-502" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-06-09T19:31:54Z" }