SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-85601

MEDIUM · CVSS 5.4 EPSS 0.17% Public Exploit

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

CyberRota Analysis

AI-Generated

Grav Admin versions prior to 2.0.20 are vulnerable due to inadequate output sanitization from marked.parse(), allowing attackers to inject malicious JavaScript into the DOM through Svelte's {@html} directive in the MarkdownEditor and MarkdownModal components. This vulnerability enables the execution of arbitrary code in authenticated admin sessions, potentially compromising site integrity without direct access. Administrators of affected Grav installations should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-85601
Severity
MEDIUM
CVSS
5.4
EPSS
0.17%
Java

Original NVD Description

Grav Admin before 2.0.20 fails to sanitize output from marked.parse() before injecting it into the DOM via Svelte's {@html} directive in MarkdownEditor and MarkdownModal components. Attackers can inject javascript: URI schemes in plugin or theme changelogs to execute arbitrary code in authenticated admin sessions without requiring site access.