CVE-2022-2467
published 2022-07-19CVE-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
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| garage_management_system_project | garage_management_system | — | — |
| sourcecodester | garage_management_system | — | — |
Detection & IOCsextracted from sources · hover to see the quote
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.
No detection rules found.
Nuclei
Garage Management System 1.0 - SQL Injection
nuclei·CVSS 9.8
CVE-2022-2467 [CRITICAL] Garage Management System 1.0 - SQL Injection
Garage Management System 1.0 - SQL Injection
Garage Management System 1.0 contains a SQL injection vulnerability in /login.php via manipulation of the argument username with input [email protected]' AND (SELECT 6427 FROM (SELECT(SLEEP(5)))LwLu) AND 'hsvT'='hsvT. An attacker can possibly obtain sensitive information from a database, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
Template:
id: CVE-2022-2467
info:
name: Garage Management System 1.0 - SQL Injection
author: edoardottt
severity: critical
description: |
Garage Management System 1.0 contains a SQL injection vulnerability in /login.php via manipulation of the argument username with input [email protected]' AND (SELECT 6427 FROM (SELECT(SLEEP(5)))LwLu) AND 'hsvT'='hsvT. An attacker can possib
No writeups or analysis indexed.
2022-07-19
Published