CVE-2022-23554
published 2022-12-28CVE-2022-23554: 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…
PriorityP429medium5.4CVSS 3.1
AVNACLPRNUIRSUCLILAN
EPSS
0.66%
46.9th percentile
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.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| alpine_project | alpine | < 1.10.4 | 1.10.4 |
| stevespringett | alpine | < 1.10.4 | 1.10.4 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Alpine allows Authentication Filter bypass
ghsa·2024-08-05
CVE-2022-23554 [MEDIUM] CWE-287 Alpine allows Authentication Filter bypass
Alpine allows Authentication Filter bypass
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.
OSV
Alpine allows Authentication Filter bypass
osv·2024-08-05
CVE-2022-23554 [MEDIUM] Alpine allows Authentication Filter bypass
Alpine allows Authentication Filter bypass
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.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/stevespringett/Alpine/blob/f03dbda46229c26145a5f9f7f2660cc2c386be02/alpine/src/main/java/alpine/filters/AuthenticationFilter.java#L58-L60https://github.com/stevespringett/Alpine/releases/tag/alpine-parent-1.10.4https://securitylab.github.com/advisories/GHSL-2021-1010-Alpine/https://github.com/stevespringett/Alpine/blob/f03dbda46229c26145a5f9f7f2660cc2c386be02/alpine/src/main/java/alpine/filters/AuthenticationFilter.java#L58-L60https://github.com/stevespringett/Alpine/releases/tag/alpine-parent-1.10.4https://securitylab.github.com/advisories/GHSL-2021-1010-Alpine/
2022-12-28
Published