AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-22872

MEDIUM · CVSS 6.5 EPSS 0.51%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-04-16 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.5. See the original NVD description below for full technical details.

CVE
CVE-2025-22872
Severity
MEDIUM
CVSS
6.5
EPSS
0.51%

Original NVD Description

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. <math>, <svg>, etc contexts).