Apache Wicket 在生成网页时对输入未进行适当的中性化处理(即输入未得到充分净化)。 用于生成 和 头部标签。该类在写入属性名时进行了转义处理,但对属性值仅执行了将双引号 替换为反斜杠转义形式 。然而在 HTML 中,双引号前的反斜杠并无特殊含义,因此如果属性值中包含双引号,它会提前结束当前属性,导致后续内容被解析为同一标签的额外属性,从而可能引发跨站脚本(XSS)等安全问题。 当应用程序通过 方法或 和 工厂方法提供了攻击者可以影响的属性值时,该应用将受到影响。由于属性值可以以 对象形式提供,因此其内容
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.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| Apache Software Foundation | Apache Wicket | 8.0.0 ~ 8.18.0 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-58301 | 5.9 MEDIUM | Apache Shiro: Server-side POST request may be steered to an alternate host |
| CVE-2026-76983 | 5.1 MEDIUM | Apache Wicket: XSS in AutoLabelTextResolver via FormComponent.setLabel |
| CVE-2026-76982 | 5.1 MEDIUM | Apache Wicket: XSS in Button via its model object |
| CVE-2026-75802 | 5.1 MEDIUM | Apache Wicket: XSS in AjaxEditableLabel and its subclasses via IChoiceRenderer and default |
| CVE-2026-71378 | Apache Wicket: Cross-Site Request Forgery (CSRF) protection bypass in ResourceIsolationReq | |
| CVE-2026-71257 | Apache Wicket: Configured file upload limits are not enforced when the multipart request h | |
| CVE-2026-70449 | Apache Wicket: Path traversal in resource style/variation/locale |
No comments yet