Authentication Bypass Affecting apache-activemq-6.2 package, versions <6.2.8-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.36% (28th 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 IDSNYK-MINIMOSLATEST-APACHEACTIVEMQ62-18311848
  • published26 Jul 2026
  • disclosed9 Feb 2026

Introduced: 9 Feb 2026

CVE-2026-23903  (opens in a new tab)
CWE-289  (opens in a new tab)

How to fix?

Upgrade Minimos:latest apache-activemq-6.2 to version 6.2.8-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream apache-activemq-6.2 package and not the apache-activemq-6.2 package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

Authentication Bypass by Alternate Name vulnerability in Apache Shiro.

This issue affects Apache Shiro: before 2.0.7.

Users are recommended to upgrade to version 2.0.7, which fixes the issue.

The issue only effects static files. If static files are served from a case-insensitive filesystem, such as default macOS setup, static files may be accessed by varying the case of the filename in the request. If only lower-case (common default) filters are present in Shiro, they may be bypassed this way.

Shiro 2.0.7 and later has a new parameters to remediate this issue shiro.ini: filterChainResolver.caseInsensitive = true application.propertie: shiro.caseInsensitive=true

Shiro 3.0.0 and later (upcoming) makes this the default.