cbcvebase.
CVE-2022-2467
published 2022-07-19

CVE-2022-2467: A vulnerability has been found in SourceCodester Garage Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file…

PriorityP264critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
3.38%
87.3th percentile
A vulnerability has been found in SourceCodester Garage Management System 1.0 and classified as critical. This vulnerability affects unknown code of the file /login.php. The manipulation of the argument username with the input [email protected]' AND (SELECT 6427 FROM (SELECT(SLEEP(5)))LwLu) AND 'hsvT'='hsvT leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.

Affected

2 ranges
VendorProductVersion rangeFixed in
garage_management_system_projectgarage_management_system
sourcecodestergarage_management_system

Detection & IOCsextracted from sources · hover to see the quote

path/login.php
command[email protected]' AND (SELECT 6427 FROM (SELECT(SLEEP(5)))LwLu) AND 'hsvT'='hsvT
otherPOST /login.php HTTP/1.1 | [email protected]' AND (SELECT 6427 FROM (SELECT(SLEEP(7)))LwLu) AND 'hsvT'='hsvT&password=412312&login=test2334
  • Detect time-based blind SQLi attempts against /login.php by monitoring POST requests with SLEEP() payloads in the username parameter
  • Alert on HTTP responses from /login.php containing 'Garage Billing Software' combined with a response duration >= 7 seconds, indicating successful time-based SQLi
  • Flag POST requests to /login.php with Content-Type application/x-www-form-urlencoded where the username field contains SQL subquery patterns such as SELECT(SLEEP(...))
  • ·The Nuclei template uses a 15-second timeout and a SLEEP(7) payload; detection rules based on response duration should account for this threshold to avoid false negatives with shorter sleep values
  • ·The exploit payload uses a time-based blind SQLi technique; network-level detection must account for legitimate slow responses to avoid false positives
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.