AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-35923

HIGH · CVSS 7.5 EPSS 1.63% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-08-02 · 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-2022-35923
Severity
HIGH
CVSS
7.5
EPSS
1.63%
Java

Original NVD Description

v8n is a javascript validation library. Versions of v8n prior to 1.5.1 were found to have an inefficient regular expression complexity in the `lowercase()` and `uppercase()` regex which could lead to a denial of service attack. In testing of the `lowercase()` function a payload of 'a' + 'a'.repeat(i) + 'A' with 32 leading characters took 29443 ms to execute. The same issue happens with uppercase(). Users are advised to upgrade. There are no known workarounds for this issue.