Skip to content
VulniPulse
Medium5.1Apache Software Foundation Updated

Medium [CVE-2026-76983] Improper neutralization of input during web page generation in Apache Wicket

This medium-severity Apache Software Foundation advisory covers CVE-2026-76983 affecting Apache Wicket.

CVE-2026-76983 Published Aug 31, 2026Updated by vendor Aug 31, 2026
Affected products & platforms
Apache Software FoundationUnclassified
Open vendor advisory

Android app · Google Play

Monitor future Apache Software Foundation CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

Improper neutralization of input during web page generation in Apache Wicket.

The tag is provided by org.apache.wicket.markup.html.form. AutoLabelTextResolver, which is registered by default in every WebApplication.

The resolver writes the label it finds into the markup as it is, and reads no escaping setting at all, so markup in a label is rendered as markup.

When the label comes from the labelled component's label model, set through FormComponent#setLabel(IModel), it is written to the markup unescaped. An application is affected where the label of a form component holds data an attacker can influence.

Wicket cannot determine where a model value comes from, so whether it reaches the page from a request or from storage is a property of the application.

There is no workaround. Unlike every other rendering path in Wicket, the resolver never consulted the escape-model-strings setting, so an application had no way to ask for the label to be escaped.

The body of a tag is markup by design and is not affected; it remains the supported way to place markup in a label.

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.

Affected versions
  • 8.0.0 through 8.18.0
  • 9.0.0 through 9.23.0
  • 10.0.0 through 10.10.0.
  • through 10.10.0

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Fixed versions
  • 8.19.0
  • 9.24.0
  • 10.11.0

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • Users are recommended to upgrade to version 8.19.0, 9.24.0 or 10.11.0, which fix the issue.

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.