Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joomla Improper AccessCheck in WebService Endpoint #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

am0o0
Copy link
Contributor

@am0o0 am0o0 commented Jan 13, 2024

Hi, please use the following docker-compose configuration to set up a vulnerable application, you need to complete the Joomla DB setup before testing.

version: '2'

services:
  joomla:
    image: joomla:4.2.6-php8.0
    restart: always
    ports:
      - 8000:80
    environment:
      JOOMLA_DB_HOST: joomladb
      JOOMLA_DB_PASSWORD: example

  joomladb:
    image: mysql:5.6
    restart: always
    environment:
      MYSQL_ROOT_PASSWORD: example
  • Host Name: joomladb
  • Username: root
  • Password: example
  • Database name: your_db

reference: https://schoolitexpert.com/network-tools/docker/joomla-on-docker

@tooryx tooryx added the Contributor main The main issue a contributor is working on (top of the contribution queue). label Feb 1, 2024
@tooryx tooryx linked an issue Feb 1, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor main The main issue a contributor is working on (top of the contribution queue).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PRP: CVE-2023-23752 Joomla Improper AccessCheck in WebService Endpoint
2 participants