Skip to content

Commit

Permalink
New Nuclei template for header-footer-elementor-650df0575327a4e9a288f…
Browse files Browse the repository at this point in the history
…7b0de21f1c8.yaml [Mon Dec 23 03:40:08 UTC 2024] :robot:
  • Loading branch information
actions-user committed Dec 23, 2024
1 parent ef1dfe7 commit 0c9cf9b
Showing 1 changed file with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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')

0 comments on commit 0c9cf9b

Please sign in to comment.