Cross-site scripting in Apache Wicket - CVE-2026-76984
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 org.apache.wicket.markup.head.MetaDataHeaderItem when generating and tags with attacker-influenced attribute values. A remote attacker can supply a crafted attribute value containing a double quote to inject additional attributes and execute arbitrary script code in the victim's browser.
An application is affected only if it passes attacker-influenced data to addTagAttribute or the forMetaTag or forLinkTag factory methods. A value may be provided through an IModel rather than as a literal.