Skip to content

Commit

Permalink
New Nuclei template for bricks-dd9b3cc404abfb23e5b6d223ffcb8131.yaml …
Browse files Browse the repository at this point in the history
…[Sat Aug 17 03:32:51 UTC 2024] :robot:
  • Loading branch information
actions-user committed Aug 17, 2024
1 parent 8f33fd4 commit 78c8167
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: bricks-dd9b3cc404abfb23e5b6d223ffcb8131

info:
name: >
Bricks <= 1.8.1 - Cross-Site Request Forgery via reset_settings
author: topscoder
severity: medium
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/16800ece-da9c-431b-a015-42bd30b646e2?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/bricks/"
google-query: inurl:"/wp-content/themes/bricks/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,bricks,medium

http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/themes/bricks/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:
- "bricks"
part: body

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

0 comments on commit 78c8167

Please sign in to comment.