CVE-2026-27469
Last modified
CVE-2026-27469 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. Isso is a lightweight commenting server written in Python and JavaScript. In commits before 0afbfe0691ee237963e8fb0b2ee01c9e55ca2144, there is a stored Cross-Site Scripting (XSS) vulnerability affecting the website and author comment fields. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
Isso is a lightweight commenting server written in Python and JavaScript. In commits before 0afbfe0691ee237963e8fb0b2ee01c9e55ca2144, there is a stored Cross-Site Scripting (XSS) vulnerability affecting the website and author comment fields. The website field was HTML-escaped using quote=False, which left single and double quotes unescaped. Since the frontend inserts the website value directly into a single-quoted href attribute via string concatenation, a single quote in the URL breaks out of the attribute context, allowing injection of arbitrary event handlers (e.g. onmouseover, onclick). The same escaping is missing entirely from the user-facing comment edit endpoint (PUT /id/) and the moderation edit endpoint (POST /id//edit/). This issue has been patched in commit 0afbfe0691ee237963e8fb0b2ee01c9e55ca2144. To workaround, nabling comment moderation (moderation = enabled = true in isso.cfg) prevents unauthenticated users from publishing comments, raising the bar for exploitation, but it does not fully mitigate the issue since a moderator activating a malicious comment would still expose visitors.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-27469?
How severe is CVE-2026-27469?
How do I fix CVE-2026-27469?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27461Pimcore is an Open Source Data & Experience Management Platf…4.9
- CVE-2026-27464Metabase is an open-source data analytics platform. In versi…6.5
- CVE-2026-27465Fleet is open source device management software. In versions…6.5
- CVE-2026-27466BigBlueButton is an open-source virtual classroom. In versio…8.2
- CVE-2026-27467BigBlueButton is an open-source virtual classroom. In versio…2.4
- CVE-2026-27468Mastodon is a free, open-source social network server based …8.2
- CVE-2026-2747SEPPmail Secure Email Gateway before version 15.0.1 decrypts…7.5
- CVE-2026-27470ZoneMinder is a free, open source closed-circuit television …8.8
- CVE-2026-27471ERP is a free and open source Enterprise Resource Planning t…9.1
- CVE-2026-27472SPIP before 4.4.9 allows Blind Server-Side Request Forgery (…5.3
- CVE-2026-27473SPIP before 4.4.9 allows Stored Cross-Site Scripting (XSS) v…6.4
- CVE-2026-27474SPIP before 4.4.9 allows Cross-Site Scripting (XSS) in the p…6.1
Are you affected by CVE-2026-27469?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
