Skip to content

Commit 14f3c44

Browse files
committed
New Nuclei template for wp-job-portal-ff7588c43c639a099fde0223ba9250a9.yaml [Fri Jan 3 03:39:37 UTC 2025] :robot:
1 parent 1f258ea commit 14f3c44

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
id: wp-job-portal-ff7588c43c639a099fde0223ba9250a9
2+
3+
info:
4+
name: >
5+
WP Job Portal – A Complete Recruitment System for Company or Job Board website <= 2.2.4 - Authenticated (Subscriber+) Insecure Direct Object Reference
6+
author: topscoder
7+
severity: low
8+
description: >
9+
10+
reference:
11+
- https://github.com/topscoder/nuclei-wordfence-cve
12+
- https://www.wordfence.com/threat-intel/vulnerabilities/id/d19ac6fc-029f-4f19-913e-e082acecc594?source=api-scan
13+
classification:
14+
cvss-metrics:
15+
cvss-score:
16+
cve-id:
17+
metadata:
18+
fofa-query: "wp-content/plugins/wp-job-portal/"
19+
google-query: inurl:"/wp-content/plugins/wp-job-portal/"
20+
shodan-query: 'vuln:'
21+
tags: cve,wordpress,wp-plugin,wp-job-portal,low
22+
23+
http:
24+
- method: GET
25+
redirects: true
26+
max-redirects: 3
27+
path:
28+
- "{{BaseURL}}/wp-content/plugins/wp-job-portal/readme.txt"
29+
30+
extractors:
31+
- type: regex
32+
name: version
33+
part: body
34+
group: 1
35+
internal: true
36+
regex:
37+
- "(?mi)Stable tag: ([0-9.]+)"
38+
39+
- type: regex
40+
name: version
41+
part: body
42+
group: 1
43+
regex:
44+
- "(?mi)Stable tag: ([0-9.]+)"
45+
46+
matchers-condition: and
47+
matchers:
48+
- type: status
49+
status:
50+
- 200
51+
52+
- type: word
53+
words:
54+
- "wp-job-portal"
55+
part: body
56+
57+
- type: dsl
58+
dsl:
59+
- compare_versions(version, '<= 2.2.4')

0 commit comments

Comments
 (0)