Skip to content

ait-testbed/atb-ansible-nextcloudrce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

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).

Requirements

No special requirements

Role Variables

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"

Dependencies

This role needs docker installed with atb-ansible-dockerce

Example Playbook

- hosts: localhost
  become: true
  roles:
    - role: nextcloudrce
      vars:
        nextcloud_rce_domain: "172.17.100.125:8080"

License

GPL-3.0

Author Information

Wolfgang Hotwagner (https://www.ait.ac.at)

About

This ansible-role installs a vulnerable version(24.0.5) of nextcloud using docker compose

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages