Unauthenticated Mautic Upgrade.php Exposure
ID: unauth-mautic-upgrade
Severity: high
Author: huowuzhao
Tags: misconfig,unauth,mautic
Description
Section titled “Description”Upgrade.php page in Mautic is exposed.
YAML Source
Section titled “YAML Source”id: unauth-mautic-upgrade
info: name: Unauthenticated Mautic Upgrade.php Exposure author: huowuzhao severity: high description: Upgrade.php page in Mautic is exposed. metadata: verified: true max-request: 1 shodan-query: title:"Mautic" tags: misconfig,unauth,mautic
http: - method: GET path: - '{{BaseURL}}/upgrade.php'
matchers-condition: and matchers: - type: word part: body words: - 'Upgrade Mautic' - 'Click here to start upgrade' condition: and
- type: word part: header words: - 'text/html'
- type: status status: - 200# digest: 490a004630440220395d4d9099c0b14ad7d129f6d86b88bfefdc9395094624b6b00081f206eacf0002207daacfe8ec4a32ba3d280e850c90530d1ad9cec6c63404e94ef1b968b1ac7dd8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/unauth-mautic-upgrade.yaml"