vendor:
Simple Real Estate Portal System
by:
Mosaaed
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Real Estate Portal System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:simple_real_estate_portal_system:1.0
Platforms Tested: Linux
2022
Simple Real Estate Portal System 1.0 – ‘id’ SQL Injection
An SQL injection vulnerability exists in Simple Real Estate Portal System 1.0, which allows an attacker to execute arbitrary SQL commands via the 'id' parameter in a 'view_estate' action to the '/reps/' path. An attacker can use sqlmap to exploit this vulnerability and gain access to the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Parameterized queries should be used to prevent SQL injection attacks.