Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.21 KB

CVE-2023-49980

Best Student Result Management System 1.0 - Directory Listing

Description: Best Student Result Management System 1.0 is vulnerable to Broken Access Control. The Directory Listing vulnerability allows any remote attacker to view the application's sensitive files within the includes and assets directories of the application without any authorization.

Vulnerable Product Version: Best Student Result Management System 1.0
CVE Author: Geraldo Alcântara
Date: 28/11/2023
Confirmed on: 19/12/2023
CVE: CVE-2023-49980
Tested on: Windows

Steps to reproduce:

  1. Navigate to URL: http://{IP}/upresult/includes/ or http://{IP}/upresult/assets/. I found out that many important files of application can be accessed directly from this directory listing.

Accessing the directory /includes/
dir01

Accessing the directory /assets/
dir02

Discoverer(s)/Credits:
Geraldo Alcântara