5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / docker-compose.yml YML
services:
  flowise:
    image: flowiseai/flowise:1.4.3
    container_name: flowise-cve-2024-36420
    restart: unless-stopped
    environment:
      - PORT=3000
    ports:
      - "127.0.0.1:3000:3000"
    volumes:
      - flowise-data:/root/.flowise
    entrypoint: /bin/sh -c "sleep 3; flowise start"

volumes:
  flowise-data: