漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Forem: Stored XSS in Admin Abuse Report Rendering
Vulnerability Description
Forem is open source software for building communities. In versions before commit 92eacd16a82cf9007ba8e16a2258b42e3b53ca9c, a malicious value submitted through feedback_message[message] is stored without sanitization and rendered in app/views/admin/feedback_messages/_feedback_message.html.erb through raw(feedback_message.message) when offender_id is present. Viewing the abuse report executes arbitrary JavaScript in an administrator's browser and may expose sensitive in-page data, abuse CSRF tokens, or perform administrative actions in the victim's session. The public FeedbackMessagesController accepts the report without authorization and previously permitted a submitted offender_id, making the vulnerable rendering path reachable by an unauthenticated attacker. This issue is fixed in commit 92eacd16a82cf9007ba8e16a2258b42e3b53ca9c
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:N
Vulnerability Type
输出中的特殊元素转义处理不恰当(注入)
Vulnerability Title
Forem 输出处理不当漏洞
Vulnerability Description
Forem是Forem公司开源的一个构建在线社区/论坛的Ruby开源项目。 Forem 存在安全漏洞,该漏洞源于FeedbackMessagesController未授权接受报告,且通过feedback_message[message]参数提交的恶意值未经过清理即被存储,并在app/views/admin/feedback_messages/_feedback_message.html.erb中通过raw()渲染,可能导致管理员浏览器中执行任意JavaScript、暴露敏感页面数据、滥用CSRF令牌或在受
CVSS Information
N/A
Vulnerability Type
N/A