Information Disclosure Affecting org.apache.wicket:wicket-core package, versions [7.16.0,7.17.0) [8.8.0,8.9.0) [9.0.0-M5,9.0.0)


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.6% (79th percentile)
Expand this section
NVD
7.5 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGAPACHEWICKET-598243
  • published 12 Aug 2020
  • disclosed 12 Aug 2020
  • credit Mariusz Popławski

How to fix?

Upgrade org.apache.wicket:wicket-core to version 7.17.0, 8.9.0, 9.0.0 or higher.

Overview

org.apache.wicket:wicket-core is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

Affected versions of this package are vulnerable to Information Disclosure. By crafting a special URL it is possible to make Wicket deliver unprocessed HTML templates. This would allow an attacker to see possibly sensitive information inside a HTML template that is usually removed during rendering.