Skip to content

Commit

Permalink
New Nuclei template for unseen-blog-5a4a9c89ee218494ff46b45947b7f600.…
Browse files Browse the repository at this point in the history
…yaml [Tue Oct 1 03:45:50 UTC 2024] :robot:
  • Loading branch information
actions-user committed Oct 1, 2024
1 parent 50f1442 commit 9c73da4
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: unseen-blog-5a4a9c89ee218494ff46b45947b7f600

info:
name: >
Unseen Blog <= 1.0.0 - Authenticated (Contributor+) PHP Object Injection
author: topscoder
severity: low
description: >
reference:
- https://github.com/topscoder/nuclei-wordfence-cve
- https://www.wordfence.com/threat-intel/vulnerabilities/id/1a14b86f-a5c8-4ec2-9940-68a37a6c4a86?source=api-scan
classification:
cvss-metrics:
cvss-score:
cve-id:
metadata:
fofa-query: "wp-content/themes/unseen-blog/"
google-query: inurl:"/wp-content/themes/unseen-blog/"
shodan-query: 'vuln:'
tags: cve,wordpress,wp-theme,unseen-blog,low

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

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

0 comments on commit 9c73da4

Please sign in to comment.