CVE-2026-71249

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 11:16

Updated : 2026-08-26 17:13


NVD link : CVE-2026-71249

Mitre link : CVE-2026-71249

CVE.ORG link : CVE-2026-71249


JSON object : View

Products Affected

No product.

CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')