CVE-2024-10758
published 2024-11-04CVE-2024-10758: A vulnerability, which was classified as critical, was found in code-projects/anirbandutta9 Content Management System and News-Buzz 1.0. This affects an…
PriorityP263critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
1.35%
68.7th percentile
A vulnerability, which was classified as critical, was found in code-projects/anirbandutta9 Content Management System and News-Buzz 1.0. This affects an unknown part of the file /index.php. The manipulation of the argument user_name leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. This product is distributed under two entirely different names.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| anirbandutta9 | content_management_system | — | — |
| anirbandutta9 | news-buzz | — | — |
| code-projects | content_management_system | — | — |
| code-projects | news-buzz | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Monitor POST requests to /NEWS-BUZZ/login.php containing SQL sleep() injection patterns in the user_name parameter, specifically URL-encoded variants such as sleep%2810%29 or the literal ' OR sleep(10)#. ↗
- →Detect time-based blind SQL injection by alerting on HTTP responses to /NEWS-BUZZ/login.php that are delayed by ~10 seconds, consistent with a successful sleep() injection. ↗
- →Flag POST requests to /NEWS-BUZZ/login.php where the user_name field contains single-quote characters or SQL keywords (OR, sleep, #) — the vulnerable parameter is user_name, directly embedded into the SQL query without sanitization. ↗
- →The vulnerable endpoint is /index.php (login form) with the manipulated argument being user_name; alert on SQL injection patterns in this parameter across both /index.php and /login.php paths under the NEWS-BUZZ application root. ↗
- ·The product is distributed under two entirely different names (Content Management System and News-Buzz), so detection rules must account for both possible application root paths, not just /NEWS-BUZZ/. ↗
- ·The PoC was tested on Windows 11 Pro; deployment environments may differ, potentially affecting path casing or web server behavior. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv4.06.9MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
vendor_redhat7.8HIGH
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.
No writeups or analysis indexed.
2024-11-04
Published