Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2713 articles · 110576 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-39426EXPLOITEDPATCHED
1panel-dev · maxkb

MaxKB: Stored XSS via Unsanitized iframe_render Parsing

Description

MaxKB is an open-source AI assistant for enterprise. Versions 2.7.1 and below contain a Stored Cross-Site Scripting (XSS) vulnerability where the frontend's MdRenderer.vue component parses custom <iframe_render> tags from LLM responses or Application Prologue configurations, bypassing standard Markdown sanitization and XSS filtering. The unsanitized HTML content is passed to the IframeRender.vue component, which renders it directly into an <iframe> via the srcdoc attribute configured with sandbox="allow-scripts allow-same-origin". This can be a dangerous combination, allowing injected scripts to escape the iframe and execute JavaScript in the parent window using window.parent. Since the Prologue is rendered for any user visiting an application's chat interface, this results in a high-impact Stored XSS that can lead to session hijacking, unauthorized actions, and sensitive data exposure. This issue has been fixed in version 2.8.0.

Affected Products

VendorProductVersions
1panel-devmaxkb< 2.8.0

References

  • https://github.com/1Panel-dev/MaxKB/security/advisories/GHSA-q2qg-43vq-f2wv(x_refsource_CONFIRM)
  • https://github.com/1Panel-dev/MaxKB/releases/tag/v2.8.0(x_refsource_MISC)

Related News (1 articles)

Tier C
VulDB10h ago
CVE-2026-39426 | 1Panel-dev MaxKB up to 2.7.x cross site scripting (GHSA-q2qg-43vq-f2wv)
→ No new info (linked only)
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
2.8.0
CWECWE-79
PublishedApr 14, 2026
Last enriched10h agov2
Trending Score45
Source articles1
Independent1
Info Completeness8/14
Missing: cvss, epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-39421EXP
MaxKB: Sandbox escape via ctypes and unhooked SYS_pkey_mprotect
Trending: 47
CRITICALCVE-2026-39420EXP
MaxKB: Sandbox escape via LD_PRELOAD bypass
Trending: 47
NONECVE-2026-39422EXP
MaxKB has Stored XSS via ChatHeadersMiddleware
Trending: 46
NONECVE-2026-39425EXP
MaxKB: Stored XSS via Unsanitized html_rander Tags in Markdown Rendering
Trending: 45
LOWCVE-2026-39419EXP
MaxKB: Sandbox Result Validation Bypass via Tool Output Spoofing
Trending: 39

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Apr 14, 2026
Actively Exploited
Apr 14, 2026
Patch Available
Apr 14, 2026
Discovered by ZDM
Apr 14, 2026
Updated: severity, activelyExploited, patchAvailable
Apr 14, 2026

Version History

v2
Last enriched 10h ago
v2Tier C10h ago

Updated severity to HIGH, marked as actively exploited, and clarified that no exploit is available.

severityactivelyExploitedpatchAvailable
via VulDB
v114h ago

Initial creation