SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-84232

MEDIUM · CVSS 5.4 EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the Pulp content serving application within Java, allowing authenticated users or attackers with upload permissions to exploit file uploads by serving malicious HTML or SVG files without proper content headers. This can lead to stored cross-site scripting (XSS) attacks, where JavaScript executes in the browsers of users accessing the compromised files. Organizations using Pulp for file-type repositories should prioritize patching this vulnerability to mitigate potential XSS risks.

CVE
CVE-2026-84232
Severity
MEDIUM
CVSS
5.4
EPSS
0.18%
Java

Original NVD Description

A flaw was found in pulpcore's content serving application. Files uploaded to Pulp file-type repositories are served with their original content type (e.g., text/html for .html files, image/svg+xml for .svg files) and without a Content-Disposition: attachment header when using local filesystem storage. An authenticated user or attacker with content upload permissions can upload a specially crafted HTML or SVG file containing JavaScript, which executes in the browser of any user who visits the file URL, resulting in stored cross-site scripting (XSS) in the context of the host application.