Skip to content

Commit

Permalink
New Nuclei template for blooog-v1_1-45ac458cb27fa77cb00c1e35f16d1aed.…
Browse files Browse the repository at this point in the history
…yaml [Tue Feb 11 03:38:26 UTC 2025] :robot:
  • Loading branch information
actions-user committed Feb 11, 2025
1 parent 648e05f commit 3284d6d
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: blooog-v1_1-45ac458cb27fa77cb00c1e35f16d1aed

info:
name: >
Bloog <= 1.1 - Cross-Site Scripting
author: topscoder
severity: high
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/c49dcb39-7d03-4d7e-9a07-7ac8a6506e7f?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/Blooog-v1.1/"
google-query: inurl:"/wp-content/themes/Blooog-v1.1/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,Blooog-v1.1,high

http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/themes/Blooog-v1.1/style.css"

extractors:
- type: regex
name: version
part: body
group: 1
internal: true
regex:
- "(?mi)Version: ([0-9.]+)"

- type: regex
name: version
part: body
group: 1
regex:
- "(?mi)Version: ([0-9.]+)"

matchers-condition: and
matchers:
- type: status
status:
- 200

- type: word
words:
- "Blooog-v1.1"
part: body

- type: dsl
dsl:
- compare_versions(version, '<= 1.1')

0 comments on commit 3284d6d

Please sign in to comment.