VYPR
to achieve reflected XSS against any visitor who submits or is tricked into auto-submitting the form, including a targeted administrator, enabling session token theft.","additionalType":"https://schema.org/SoftwareApplication","sameAs":["https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-71249"]},"keywords":"CVE-2026-71249, 299Ko CMS 299Ko CMS","mentions":[{"@type":"SoftwareApplication","name":"299Ko CMS","applicationCategory":"SecurityApplication","publisher":{"@type":"Organization","name":"299Ko CMS"}}],"isAccessibleForFree":true},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://portal.vyprsec.ai/"},{"@type":"ListItem","position":2,"name":"CVEs","item":"https://portal.vyprsec.ai/cves"},{"@type":"ListItem","position":3,"name":"CVE-2026-71249","item":"https://portal.vyprsec.ai/cves/CVE-2026-71249"}]}]}
Unrated severityNVD Advisory· Published Aug 5, 2026· Updated Aug 5, 2026

299Ko: Unauthenticated Reflected XSS in Public Contact Form

CVE-2026-71249

Description

299Ko's public contact form (plugin/contact/controllers/ContactController.php, home()) sets raw POST field values (name, firstname, email, message) into the page template with no sanitization. The template engine's variable output function (common/Template.php, _show_var()) echoes values with no htmlspecialchars() call, and the sink template (contact.tpl) outputs these values unescaped into an HTML attribute and a textarea. An unauthenticated attacker can submit a payload such as name="> to achieve reflected XSS against any visitor who submits or is tricked into auto-submitting the form, including a targeted administrator, enabling session token theft.

Affected products

1

Patches

Vulnerability mechanics

News mentions

0

No linked articles in our index yet.