cbcvebase.
CVE-2020-35151
published 2020-12-21

CVE-2020-35151: The Online Marriage Registration System 1.0 post parameter "searchdata" in the user/search.php request is vulnerable to Time Based Sql Injection.

PriorityP260high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EXPLOIT
EPSS
3.78%
88.6th percentile
The Online Marriage Registration System 1.0 post parameter "searchdata" in the user/search.php request is vulnerable to Time Based Sql Injection.

Affected

1 ranges
VendorProductVersion rangeFixed in
phpgurukulonline_marriage_registration_system

Detection & IOCsextracted from sources · hover to see the quote

path/omrs/user/search.php
command' and (select 1 from (select(sleep(5)))a) and 'a'='a
  • Detect Time-Based SQL Injection attempts targeting the 'searchdata' POST parameter in multipart/form-data requests to /omrs/user/search.php or /omrs/admin/search.php; look for sleep() payloads in the body.
  • Alert on POST requests to /omrs/user/search.php or /omrs/admin/search.php containing SQL time-delay patterns such as 'sleep(' in the multipart form body field named 'searchdata'.
  • The vulnerability is exploitable by authenticated users; monitor for newly registered accounts followed immediately by search requests containing SQL injection payloads, as the exploit notes 'it is possible to register a new user account'.
  • ·The vulnerable parameter '$sdata' is taken directly from $_POST['searchdata'] without sanitization; the injection point is within the SQL query constructed from this value in both user and admin search endpoints.

CVSS provenance

nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.06.5MEDIUMAV:N/AC:L/Au:S/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.