Skip to content

DedeCMS - Open Redirect

ID: dedecms-openredirect

Severity: medium

Author: pikpikcu

Tags: dedecms,redirect

DedeCMS contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

id: dedecms-openredirect
info:
name: DedeCMS - Open Redirect
author: pikpikcu
severity: medium
description: DedeCMS contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://blog.csdn.net/ystyaoshengting/article/details/82734888
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cwe-id: CWE-601
cpe: cpe:2.3:a:dedecms:dedecms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"power by dedecms" || title:"dedecms"
product: dedecms
vendor: dedecms
tags: dedecms,redirect
http:
- method: GET
path:
- "{{BaseURL}}/plus/download.php?open=1&link=aHR0cHM6Ly9pbnRlcmFjdC5zaA=="
matchers-condition: and
matchers:
- type: word
words:
- "Location: https://interact.sh"
part: header
- type: status
status:
- 302
# digest: 4b0a00483046022100ed098909e7d6ae9c99868bb8026dfd1e1571a009939b901665ca1a86ed005802022100ba1b04cc9d55ee5ebdfc06b59440e48e1a49abb8aa27fa68ef87de224af98d37: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/vulnerabilities/dedecms/dedecms-openredirect.yaml"

View on Github