baserCMS Installation - Exposure
ID: basercms-install
Severity: critical
Author: ritikchaddha
Tags: misconfig,install,basercms,cms,exposure
Description
Section titled “Description”baserCMS installation panel was detected. This indicates an incomplete installation that could be exploited by unauthorized users to set up the CMS with attacker-controlled parameters.
YAML Source
Section titled “YAML Source”id: basercms-install
info: name: baserCMS Installation - Exposure author: ritikchaddha severity: critical description: | baserCMS installation panel was detected. This indicates an incomplete installation that could be exploited by unauthorized users to set up the CMS with attacker-controlled parameters. remediation: | Complete the installation process immediately or restrict access to the installation page. reference: - https://basercms.net/ classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H cvss-score: 9.4 cwe-id: CWE-284 metadata: max-request: 1 verified: true product: baserCMS shodan-query: http.favicon.hash:-236105569 fofa-query: app="baserCMS" tags: misconfig,install,basercms,cms,exposure
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2 matchers-condition: and matchers: - type: word part: body words: - "basercms" - "<form action=\"/installations/step" condition: and case-insensitive: true
- type: status status: - 200# digest: 4a0a00473045022100cc2368fbfbdeacfb82e1ac9ae5bd083542134e07f84d7a552e5a8233cfb51bda02207e52e448cc62903e72b208f3e871bf567ae3d69b0d29da7d884c6ecd607d5e9d: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/installer/basercms-install.yaml"