SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-54087

HIGH · CVSS 7.6 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability affects EasyAdmin versions 5.0.0 to 5.0.13, allowing attackers to upload malicious HTML or SVG files through FileField and ImageField, which can execute JavaScript in the context of an authenticated administrator. This can lead to exposure of sensitive session or CSRF tokens and potential privilege escalation, particularly if there is a privilege gap between the uploader and the viewer. Organizations using affected versions of EasyAdmin should prioritize updating to version 5.0.13 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit code execution

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

CVE
CVE-2026-54087
Severity
HIGH
CVSS
7.6
EPSS
N/A
Java

Original NVD Description

EasyAdmin is a fast and modern admin generator for Symfony applications. From 5.0.0 until 5.0.13, FileField and ImageField can accept browser-executable uploads while templates/crud/field/file.html.twig links to stored files for inline same-origin rendering without a download attribute or Content-Disposition attachment header. When uploads are stored under the public web root, an attacker with access to an affected form can upload HTML through FileField or SVG through ImageField, and JavaScript executes in an authenticated administrator's origin when the file is opened from the backend. Exploitation requires a privilege gap between the uploader and viewer. The issue can expose session or CSRF tokens and enable privilege escalation, but does not permit PHP or PHTML code execution because Symfony guessExtension does not produce those stored extensions. This issue is fixed in version 5.0.13.