From 0c9cf9b5392427801c80df484ea1a12a738cbc21 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 23 Dec 2024 03:40:08 +0000 Subject: [PATCH] New Nuclei template for header-footer-elementor-650df0575327a4e9a288f7b0de21f1c8.yaml [Mon Dec 23 03:40:08 UTC 2024] :robot: --- ...ntor-650df0575327a4e9a288f7b0de21f1c8.yaml | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 nuclei-templates/cve-less/plugins/header-footer-elementor-650df0575327a4e9a288f7b0de21f1c8.yaml diff --git a/nuclei-templates/cve-less/plugins/header-footer-elementor-650df0575327a4e9a288f7b0de21f1c8.yaml b/nuclei-templates/cve-less/plugins/header-footer-elementor-650df0575327a4e9a288f7b0de21f1c8.yaml new file mode 100644 index 0000000000..52e2ee5fae --- /dev/null +++ b/nuclei-templates/cve-less/plugins/header-footer-elementor-650df0575327a4e9a288f7b0de21f1c8.yaml @@ -0,0 +1,59 @@ +id: header-footer-elementor-650df0575327a4e9a288f7b0de21f1c8 + +info: + name: > + Elementor Header & Footer Builder <= 1.6.46 - Authenticated (Contributor+) Stored Cross-Site Scripting via Page Title Widget + author: topscoder + severity: low + description: > + + reference: + - https://github.com/topscoder/nuclei-wordfence-cve + - https://www.wordfence.com/threat-intel/vulnerabilities/id/0d82c866-5b35-414e-bd72-30530930d5d8?source=api-scan + classification: + cvss-metrics: + cvss-score: + cve-id: + metadata: + fofa-query: "wp-content/plugins/header-footer-elementor/" + google-query: inurl:"/wp-content/plugins/header-footer-elementor/" + shodan-query: 'vuln:' + tags: cve,wordpress,wp-plugin,header-footer-elementor,low + +http: + - method: GET + redirects: true + max-redirects: 3 + path: + - "{{BaseURL}}/wp-content/plugins/header-footer-elementor/readme.txt" + + extractors: + - type: regex + name: version + part: body + group: 1 + internal: true + regex: + - "(?mi)Stable tag: ([0-9.]+)" + + - type: regex + name: version + part: body + group: 1 + regex: + - "(?mi)Stable tag: ([0-9.]+)" + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + words: + - "header-footer-elementor" + part: body + + - type: dsl + dsl: + - compare_versions(version, '<= 1.6.46') \ No newline at end of file