AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-31151

LOW · CVSS 3.7 EPSS 0.70% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-07-21 · 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.

Detected Signals
exploit

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

CVE
CVE-2022-31151
Severity
LOW
CVSS
3.7
EPSS
0.70%

Original NVD Description

Authorization headers are cleared on cross-origin redirect. However, cookie headers which are sensitive headers and are official headers found in the spec, remain uncleared. There are active users using cookie headers in undici. This may lead to accidental leakage of cookie to a 3rd-party site or a malicious attacker who can control the redirection target (ie. an open redirector) to leak the cookie to the 3rd party site. This was patched in v5.7.1. By default, this vulnerability is not exploitable. Do not enable redirections, i.e. `maxRedirections: 0` (the default).