Access Restriction Bypass The advisory has been revoked - it doesn't affect any version of package us.springett:alpine-parent  (opens in a new tab)


Threat Intelligence

Exploit Maturity
Proof of concept
EPSS
0.07% (32nd percentile)

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 Learn

Learn about Access Restriction Bypass vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JAVA-USSPRINGETT-3184952
  • published29 Dec 2022
  • disclosed29 Dec 2022
  • creditAlvaro Muñoz

Introduced: 29 Dec 2022

CVE-2022-23554  (opens in a new tab)
CWE-287  (opens in a new tab)

How to fix?

Upgrade us.springett:alpine-parent to version 1.10.4 or higher.

Amendment

This was deemed not a vulnerability.

Overview

Affected versions of this package are vulnerable to Access Restriction Bypass due to the AuthenticationFilter relying on the request URI to evaluate if the user is accessing the swagger endpoint. By accessing a URL with a path such as /api/foo;%2fapi%2fswagger, the contains condition will hold and will return from the authentication filter without aborting the request.

Note: The principal object will not be assigned and therefore the issue won't allow user impersonation.

References