Skip to content

Misconfigured Concrete5

ID: misconfigured-concrete5

Severity: low

Author: pdteam

Tags: misconfig,concrete,cms

Concrete5 CMS is misconfigured.

id: misconfigured-concrete5
info:
name: Misconfigured Concrete5
author: pdteam
severity: low
description: Concrete5 CMS is misconfigured.
metadata:
max-request: 1
tags: misconfig,concrete,cms
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- 'concrete5 has encountered an issue'
# digest: 4b0a00483046022100a83a3a408aac43233cec3c4361e76bd6dabb17bf26ad79de4f8e55865d80a081022100a28532573d9f0f914067714f151c33788b74a1d874e405213fa699ddba784c08:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/misconfigured-concrete5.yaml"

View on Github