vendor:
Online Marriage Registration System
by:
Andrea Bruschi, Raffaele Sabato
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Marriage Registration System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: CVE-2020-35151
CPE: a:phpgurukul:online_marriage_registration_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2020
Online Marriage Registration System 1.0 – ‘searchdata’ SQL Injection
A Time Based SQL Injection vulnerability was discovered in Online Marriage Registration System 1.0, in omrs/user/search.php and in omsr/admin/search.php. The request is authenticated but it is possible to register a new user account. Following the vulnerable code: $sdata=$_POST['searchdata'];
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied data should be validated and filtered before being used in an SQL query.