← voltar
CVE-2022-41678CWE-287

Apache ActiveMQ: Insufficient API restrictions on Jolokia allow authenticated users to perform RCE

40Vexday Risk Score

Corrija em breve. Ela tem exploit funcional público.

ssvc Attendepss 86%
probabilidade de exploração
86%top 1% das CVEs
exploração observada
nãonenhuma fonte reporta
O que os fabricantes declaram (VEX)

Declarações oficiais dos fabricantes em formato CSAF/VEX: se o produto deles está afetado, já corrigido ou descartado — e por quê. É afirmação do fabricante, não juízo do Vexday.

Afetado
4 produtos
Red Hat JBoss Data Grid 7 · Red Hat JBoss Fuse 6 · Red Hat JBoss Fuse Service Works 6 · Red Hat Process Automation 7
workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
Corrigido
3 produtos (11 componentes)
Middleware Containers for OpenShift · Red Hat AMQ Broker 7 · Red Hat Fuse 7.13.0
Não afetado
9 produtos (12 componentes)porque o código vulnerável não está presente no produto
Middleware Containers for OpenShift · A-MQ Clients 2 · Red Hat Data Grid 8 · Red Hat Integration Camel K 1 · Red Hat JBoss Enterprise Application Platform 7 · e outros 4
Once an user is authenticated on Jolokia, he can potentially trigger arbitrary code execution.  In details, in ActiveMQ configurations, jetty allows org.jolokia.http.AgentServlet to handler request to /api/jolokia org.jolokia.http.HttpRequestHandler#handlePostRequest is able to create JmxRequest through JSONObject. And calls to org.jolokia.http.HttpRequestHandler#executeRequest. Into deeper calling stacks, org.jolokia.handler.ExecHandler#doHandleRequest can be invoked through refection. This could lead to RCE through via various mbeans. One example is unrestricted deserialization in jdk.management.jfr.FlightRecorderMXBeanImpl which exists on Java version above 11. 1 Call newRecording. 2 Call setConfiguration. And a webshell data hides in it. 3 Call startRecording. 4 Call copyTo method. The webshell will be written to a .jsp file. The mitigation is to restrict (by default) the actions authorized on Jolokia, or disable Jolokia. A more restrictive Jolokia configuration has been defined in default ActiveMQ distribution. We encourage users to upgrade to ActiveMQ distributions version including updated Jolokia configuration: 5.16.6, 5.17.4, 5.18.0, 6.0.0.