FedoraOperating system · Fedoraproject

CVE-2015-6524

MEDIUM · 5.0 CVSS v2.0 Published 2015-08-24
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
59/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
The LDAPLoginModule implementation in the Java Authentication and Authorization Service (JAAS) in Apache ActiveMQ 5.x before 5.10.1 allows wildcard operators in usernames, which allows remote attackers to obtain credentials via a brute force attack. NOTE: this identifier was SPLIT from CVE-2014-3612 per ADT2 due to different vulnerability types.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The LDAPLoginModule in JAAS for Apache ActiveMQ 5.x before 5.10.1 improperly accepts wildcard operators in usernames during LDAP authentication. This allows remote attackers to bypass the intended authentication mechanism by using wildcards (e.g., * or ?) to match multiple user accounts with a single login attempt, enabling credential brute force attacks.

MitigationUpgrade Apache ActiveMQ to version 5.10.1 or later, or implement input validation in the LDAPLoginModule configuration to reject wildcard characters in usernames before authentication.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
FedoraOperating system
Affected:= 22= 23
ActivemqApplication
Affected:= 5.0.0= 5.1.0= 5.2.0= 5.3.0= 5.3.1= 5.3.2= 5.4.0= 5.4.1= 5.4.2= 5.4.3= 5.5.0= 5.5.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Authentication
None
Confidentiality
Partial
Integrity
None
Availability
None

AV:N/AC:L/Au:N/C:P/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Determine ActiveMQ version
    Check the ActiveMQ version from the installation directory or startup logs. Typical location: look for version info in the ActiveMQ JAR files (activemq-core*.jar) or check the startup output.
    Affected if Version is 5.0.0 through 5.5.1 (any version before 5.10.1)
  2. Locate JAAS configuration file
    Find the JAAS configuration file used by ActiveMQ. Default location is typically ${ACTIVEMQ_HOME}/conf/login.conf. Check ActiveMQ startup scripts or XML configuration for the JAAS configuration path.
    Affected if A JAAS login configuration file exists and is in use by ActiveMQ
  3. Verify LDAPLoginModule is configured
    Inspect the JAAS configuration file and look for entries containing 'LDAPLoginModule' in the module chain. This indicates LDAP-based authentication is enabled.
    Affected if LDAPLoginModule is present in the JAAS configuration
  4. Inspect LDAP authentication parameters
    Review the LDAPLoginModule configuration parameters in the JAAS file, specifically looking for how usernames are processed. Check if there is any input validation or filtering of wildcard characters (* or ?) in the username parameter.
    Affected if LDAPLoginModule is configured without wildcard character filtering in usernames, allowing special characters to pass through to the LDAP query

If running ActiveMQ version 5.0.0 through 5.5.1 with LDAPLoginModule enabled in JAAS configuration, the environment is vulnerable to wildcard-based authentication bypass.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade Apache ActiveMQ to version 5.10.1 or later, or implement input validation in the LDAPLoginModule configuration to reject wildcard characters in usernames before authentication.

Fix this in Fedora Scoped from the published advisory
  • Consultation3.0 h
  • Implementation2.0 h
  • Testing3.0 h
  • Review / QA2.0 h
10.0 hours of engineering $1,770
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,832.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2015-6524 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2015-6524 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data