CVE-2024-32114

NameCVE-2024-32114
DescriptionIn Apache ActiveMQ 6.x, the default configuration doesn't secure the API web context (where the Jolokia JMX REST API and the Message REST API are located). It means that anyone can use these layers without any required authentication. Potentially, anyone can interact with the broker (using Jolokia JMX REST API) and/or produce/consume messages or purge/delete destinations (using the Message REST API). To mitigate, users can update the default conf/jetty.xml configuration file to add authentication requirement: <bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">   <property name="constraint" ref="securityConstraint" />   <property name="pathSpec" value="/" /> </bean> Or we encourage users to upgrade to Apache ActiveMQ 6.1.2 where the default configuration has been updated with authentication by default.
SourceCVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more)

Vulnerable and fixed packages

The table below lists information on source packages.

Source PackageReleaseVersionStatus
activemq (PTS)jessie, jessie (lts)5.6.0+dfsg1-4+deb8u3fixed
stretch (security), stretch (lts), stretch5.14.3-3+deb9u2fixed
buster (security), buster, buster (lts)5.15.16-0+deb10u1fixed
bullseye5.16.1-1fixed
bullseye (security)5.16.1-1+deb11u1fixed
bookworm (security), bookworm5.17.2+dfsg-2+deb12u1fixed
sid, trixie5.17.6+dfsg-1fixed

The information below is based on the following data on fixed versions.

PackageTypeReleaseFixed VersionUrgencyOriginDebian Bugs
activemqsource(unstable)(not affected)

Notes

- activemq <not-affected> (Vulnerable code introduced later)
https://activemq.apache.org/security-advisories.data/CVE-2024-32114-announcement.txt

Search for package or bug name: Reporting problems