Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
299Ko - Unauthenticated Reflected XSS in Public Contact Form
Vulnerability 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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Vulnerability Title
299ko 跨站脚本漏洞
Vulnerability Description
299Ko是299Ko组织开源的一个简单、快速、轻量级的内容管理系统。 299Ko存在跨站脚本漏洞,该漏洞源于对plugin/contact/controllers/ContactController.php中home()函数的POST字段值(name、firstname、email、message)未进行清理和转义,且模板引擎common/Template.php的_show_var()函数未调用htmlspecialchars(),contact.tpl模板未转义输出,导致反射型跨站脚本攻击,可能造成
CVSS Information
N/A
Vulnerability Type
N/A