This ansible-role installs a vulnerable version(24.0.5) of nextcloud using docker compose. The most critical vulnerability in this nextcloud version is a remote code execution vulnerability in workflows (CVE-2023-26482).
No special requirements
nextcloud_rce_dir: "/opt/nextcloud"
nextcloud_rce_image: "ghcr.io/ait-testbed/attackbed/nextcloud:24.0.5"
nextcloud_rce_domain: "172.17.100.125:8080"This role needs docker installed with atb-ansible-dockerce
- hosts: localhost
become: true
roles:
- role: nextcloudrce
vars:
nextcloud_rce_domain: "172.17.100.125:8080"GPL-3.0
Wolfgang Hotwagner (https://www.ait.ac.at)