๐Ÿ” CVE Alert

CVE-2026-67617

MEDIUM 4.8

Microweber CMS 2.0.20 Stored XSS via tag_names Parameter

CVSS Score
4.8
EPSS Score
0.0%
EPSS Percentile
0th

Microweber CMS through 2.0.20 contains a stored cross-site scripting vulnerability in the content tagging system that allows admin-authenticated attackers to inject arbitrary JavaScript by submitting malicious payloads via the tag_names parameter of the GET /api/save_content_admin endpoint, bypassing three independent sanitization controls including XSS middleware that ignores GET requests, a strip_unsafe() function that only matches double-quoted onerror attributes, and a titlecase normalizer that passes HTML decimal entity-encoded payloads through unchanged. Attackers can store malicious scripts that execute without user interaction for every visitor to the public blog page and within the admin post editor, enabling session riding through same-origin fetch requests using the CSRF token embedded in the page.

CWE CWE-79
Vendor microweber
Product microweber
Published Aug 3, 2026
Stay Ahead of the Next One

Get instant alerts for microweber microweber

Be the first to know when new medium vulnerabilities affecting microweber microweber are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

microweber / microweber
0 โ‰ค 2.0.20

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/theopaid/Stored-XSS-via-Content-Tag-Names-Microweber- vulncheck.com: https://www.vulncheck.com/advisories/microweber-cms-stored-xss-via-tag-names-parameter

Credits

Theodosis Paidakis