CVE-2022-23554
MEDIUM WAF: Low
CVSS 5.4
Published: 2022-12-28
CWE-287
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.
WAF Coverage Analysis
Improper Authentication
Low WAF Coverage
OWASP: A07:2021 Identification and Authentication Failures
Affected Software
| Vendor | Product | Version |
|---|---|---|
| alpine_project | alpine | up to 1.10.4 |
References
- github.com (Patch, Third Party Advisory)
- github.com (Release Notes, Third Party Advisory)
- securitylab.github.com (Third Party Advisory)