AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-44401

MEDIUM · CVSS 4.8 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The persistent cross-site scripting vulnerability in Typemill CMS version 2.x affects the Markdown parser extension, allowing authenticated users with theme-configuration access to inject malicious JavaScript URIs via unsanitized href values in Markdown links. This can lead to session cookie theft, authenticated request forgery, and credential harvesting for any visitor who interacts with the crafted links. Organizations using Typemill CMS should prioritize patching this vulnerability to protect their users and maintain the integrity of their web applications.

Public Exploit Signal

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

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

CVE
CVE-2026-44401
Severity
MEDIUM
CVSS
4.8
EPSS
0.23%
Java

Original NVD Description

Typemill CMS version 2.x contains a persistent cross-site scripting vulnerability in the Markdown parser extension that allows authenticated users with theme-configuration access to inject malicious JavaScript URIs by supplying unsanitized href values in Markdown links. Attackers can craft Markdown links using the javascript: scheme through ParsedownExtension.php or TwigMarkdownExtension.php, storing a persistent payload that executes in the browser of every visitor who clicks the link, enabling session cookie theft, authenticated request forgery, and credential harvesting.