目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-76986— Apache Wicket 远程跨站脚本(XSS)漏洞

一分钟漏洞结论

影响对象
Apache Software Foundation Apache Wicket
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

这段描述涉及 Apache Wicket 框架中网页生成过程中的输入未正确中和(即潜在的安全漏洞,通常指未对来自用户或外部数据的 HTML/文本进行适当的转义/转义处理)。 Apache Wicket 中网页生成时的输入中和不当 是 的基类。该类在生成下拉选择框( 元素)时,会将“默认选项”(即未选择任何选项时显示的条目)的内容原样写入标记(markup)中,而同一选择框中的其他选项内容则会根据 设置进行转义处理。这些默认选项的内容来源于 或 ,这两个方法均为 ,因此它们返回的值不一定是从资源束(resource

AI 预测 6.3 利用难度: 中等
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-76986 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Apache Wicket: XSS in AbstractSingleSelectChoice via getNullValidDisplayValue
来源: CVE Program / CVE List V5
Vulnerability Description
Improper neutralization of input during web page generation in Apache Wicket. org.apache.wicket.markup.html.form.AbstractSingleSelectChoice, the base class of DropDownChoice, writes the body of the default option — the entry shown when no choice is selected — into the markup as it is, while every other option body in the same select is escaped according to the escape-model-strings setting. The body comes from getNullValidDisplayValue() or getNullKeyDisplayValue(), both of which are protected, so what they return is not necessarily the plain text the default implementation reads from a resource bundle. An application is affected where it overrides one of those methods and returns a value holding data an attacker can influence, or where its own nullValid or null bundle entry holds such a value. The bundles shipped with Wicket contain plain text. RadioChoice overrides getDefaultChoice to emit no default option and is not affected. As a workaround, escape the value in the override. This issue affects Apache Wicket: from 8.0.0 through 8.18.0, from 9.0.0 through 9.23.0, from 10.0.0 through 10.10.0. Older, unsupported releases from 1.5.0 onwards are also affected. Users are recommended to upgrade to version 8.19.0, 9.24.0 or 10.11.0, which fix the issue.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Apache Software Foundation Apache Wicket 8.0.0 ~ 8.18.0 -

二、漏洞 CVE-2026-76986 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-76986 的情报信息

登录查看更多情报信息。

CVE-2026-76986 邮件列表归档 (1)

同批安全公告 · Apache Software Foundation · 2026-08-31 · 共 10 条

CVE-2026-58301 5.9 MEDIUM Apache Shiro POST 请求重定向至其他主机漏洞
CVE-2026-76985 5.1 MEDIUM Apache Wicket 1.0 跨站脚本漏洞
CVE-2026-76983 5.1 MEDIUM Apache Wicket XSS漏洞
CVE-2026-76984 5.1 MEDIUM Apache Wicket 远程跨站脚本漏洞
CVE-2026-76982 5.1 MEDIUM Apache Wicket 按钮模型对象跨站脚本漏洞
CVE-2026-75802 5.1 MEDIUM Apache Wicket AjaxEditableLabel XSS漏洞
CVE-2026-71378 Wicket 2.9.0 跨站请求伪造保护绕过漏洞
CVE-2026-71257 Apache Wicket 文件上传限制未生效漏洞
CVE-2026-70449 Apache Wicket 资源路径遍历漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-76986

暂无评论


发表评论