CVE-2025-66168 PUBLISHED

Apache ActiveMQ, Apache ActiveMQ All Module, Apache ActiveMQ MQTT Module: MQTT control packet remaining length field is not properly validated

Assigner: apache
Reserved: 21.11.2025 Published: 04.03.2026 Updated: 04.03.2026

Apache ActiveMQ does not properly validate the remaining length field which may lead to an overflow during the decoding of malformed packets. When this integer overflow occurs, ActiveMQ may incorrectly compute the total Remaining Length and subsequently misinterpret the payload as multiple MQTT control packets which makes the broker susceptible to unexpected behavior when interacting with non-compliant clients. This behavior violates the MQTT v3.1.1 specification, which restricts Remaining Length to a maximum of 4 bytes. The scenario occurs on established connections after the authentication process. Brokers that are not enabling mqtt transport connectors are not impacted.

This issue affects Apache ActiveMQ: before 5.19.2, 6.0.0 to 6.1.8, and 6.2.0

Users are recommended to upgrade to version 5.19.2, 6.1.9, or 6.2.1, which fixes the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
CVSS Score: 5.4

AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N/E:F/RL:O/RC:C

Product Status

Vendor Apache Software Foundation
Product Apache ActiveMQ
Versions Default: unaffected
  • affected from 0 to 5.19.2 (excl.)
  • affected from 6.0.0 to 6.1.9 (excl.)
  • affected from 6.2.0 to 6.2.1 (excl.)
Vendor Apache Software Foundation
Product Apache ActiveMQ All Module
Versions Default: unaffected
  • affected from 0 to 5.19.2 (excl.)
  • affected from 6.0.0 to 6.1.9 (excl.)
  • affected from 6.2.0 to 6.2.1 (excl.)
Vendor Apache Software Foundation
Product Apache ActiveMQ MQTT Module
Versions Default: unaffected
  • affected from 0 to 5.19.2 (excl.)
  • affected from 6.0.0 to 6.1.9 (excl.)
  • affected from 6.2.0 to 6.2.1 (excl.)

Credits

  • Gai Tanaka <641.work123@gmail.com> finder

References

Problem Types

  • CWE-190 Integer Overflow or Wraparound CWE