First published: Wed Dec 28 2022(Updated: )
Alpine is a scaffolding library in Java. Alpine prior to version 1.10.4 allows Authentication Filter bypass. The AuthenticationFilter relies 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 that the principal object will not be assigned and therefore the issue wont allow user impersonation. This issue has been fixed in version 1.10.4. There are no known workarounds.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Alpine Project Alpine | <1.10.4 | |
maven/us.springett:alpine | <1.10.4 | 1.10.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID is CVE-2022-23554.
The severity of CVE-2022-23554 is medium with a CVSS score of 5.4.
The affected software is Alpine prior to version 1.10.4.
The vulnerability can be exploited by accessing a URL with a path that contains specific characters.
To fix CVE-2022-23554, update Alpine to version 1.10.4 or later.