Cross-site scripting in Apache Wicket - CVE-2026-76983
Published: August 31, 2026
Vulnerability details
The vulnerability allows a remote attacker to execute arbitrary script code in the victim's browser.
The vulnerability exists due to improper neutralization of input during web page generation in AutoLabelTextResolver when rendering a form component label supplied through FormComponent.setLabel(IModel). A remote attacker can supply crafted label content to execute arbitrary script code in the victim's browser.
An application is affected only if a form component label contains data that can be influenced by an attacker, whether from a request or from stored data.