# CVE-2026-34197 Lab Environment # Spins up a vulnerable ActiveMQ instance for testing # # Usage: # docker compose up -d # # Web console: http://localhost:8161 (admin:admin) # # OpenWire: localhost:61616 services: activemq: image: apache/activemq-classic:5.18.6 container_name: activemq-vuln ports: - "8161:8161" # Web console + Jolokia - "61616:61616" # OpenWire environment: - ACTIVEMQ_WEB_ADMIN_PASSWORD=admin