๐Ÿ” CVE Alert

CVE-2026-71249

MEDIUM 6.1

299Ko: Unauthenticated Reflected XSS in Public Contact Form

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th

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="><script>alert(document.domain)</script> 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.

CWE CWE-79
Vendor 299ko
Product 299ko
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for 299ko 299ko

Be the first to know when new medium vulnerabilities affecting 299ko 299ko 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:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

299ko / 299Ko
0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/search?q=299ko&type=repositories

Credits

Javokhir Tursunboyev