AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-32742

HIGH · CVSS 7.5 EPSS 1.20% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-07-09 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-32742
Severity
HIGH
CVSS
7.5
EPSS
1.20%

Original NVD Description

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:)`.