forked from adysec/nuclei_poc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CVE-2007-10003.yaml
58 lines (51 loc) · 1.74 KB
/
CVE-2007-10003.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
id: CVE-2007-10003
info:
name: >
The Hacker's Diet <= 0.9.6b - SQL Injection
author: topscoder
severity: critical
description: >
The The Hacker's Diet plugin for WordPress is vulnerable to SQL Injection via the 'user' parameter in all versions up to, and including, 0.9.6b due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
reference:
- https://www.wordfence.com/threat-intel/vulnerabilities/id/1cbd298c-cba3-4986-b44c-a75b005b4340?source=api-prod
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2007-10003
metadata:
fofa-query: "wp-content/plugins/the-hackers-diet/"
google-query: inurl:"/wp-content/plugins/the-hackers-diet/"
shodan-query: 'vuln:CVE-2007-10003'
tags: cve,wordpress,wp-plugin,the-hackers-diet,critical
http:
- method: GET
redirects: true
max-redirects: 3
path:
- "{{BaseURL}}/wp-content/plugins/the-hackers-diet/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:
- "the-hackers-diet"
part: body
- type: dsl
dsl:
- compare_versions(version, '* - 0.9.6b')