CVE-2023-38493: Paths contain matrix variables bypass decorators
Armeria is a microservice framework Spring supports Matrix variables. When Spring integration is used, Armeria calls Spring controllers via TomcatService
or JettyService
with the path that may contain matrix variables. Prior to version 1.24.3, the Armeria decorators might not invoked because of the matrix variables. If an attacker sends a specially crafted request, the request may bypass the authorizer. Version 1.24.3 contains a patch for this issue.
References
- docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann-methods/matrix-variables.html
- github.com/advisories/GHSA-wvp2-9ppw-337j
- github.com/line/armeria/commit/039db50bbfc88014ea8737fd1e1ddd6fd3fc4f07
- github.com/line/armeria/commit/49e04ef231ad65750739529c7fa4ce946ff7588b
- github.com/line/armeria/security/advisories/GHSA-wvp2-9ppw-337j
- nvd.nist.gov/vuln/detail/CVE-2023-38493
Detect and mitigate CVE-2023-38493 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →