Cyber Resilience

CVE-2026-48920

High

Published: 27 May 2026

Published
27 May 2026
Modified
28 May 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0030 21.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-48920 is a high-severity External Control of File Name or Path (CWE-73) vulnerability in Jenkins Email Extension. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 21.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Jenkins Email Extension Plugin 1933.v45cec755423f and earlier allows inlining images as `base64` in email content by setting the `data-inline` attribute, without restrictions on the image URLs that can be inlined, allowing attackers able to control the email content to specify…

more

`file:` URLs for images to read arbitrary files from the Jenkins controller filesystem.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Arbitrary file read via file: URLs directly enables collection of data from the local Jenkins controller filesystem.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-48921Same vendor: Jenkins
CVE-2026-33002Same vendor: Jenkins
CVE-2026-33354Shared CWE-73
CVE-2026-23529Shared CWE-73
CVE-2024-12036Shared CWE-73
CVE-2025-24398Same vendor: Jenkins
CVE-2025-24399Same vendor: Jenkins
CVE-2026-42520Same vendor: Jenkins
CVE-2026-29611Shared CWE-73
CVE-2026-29962Shared CWE-73

Affected Assets

jenkins
email extension
1933.v45cec755423f · ≤ 1925.v1598902b_58dd

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-73

Rejects externally supplied file or resource identifiers that fail validity checks.

References