
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-47980 is a blind SQL injection vulnerability in Fuel CMS version 1.4.13 that allows authenticated attackers to manipulate database queries via the col parameter in the Activity Log interface. The vulnerability was published to the NVD and GitHub Advisory Database on May 16, 2026, and is classified as High severity with a CVSS v4 base score of 7.1 (GitHub Advisory). The assigner is VulnCheck, and the affected product is specifically Fuel CMS 1.4.13 (GitHub Advisory).
The root cause is improper neutralization of special elements used in an SQL command (CWE-89), where user-supplied input in the col parameter of the Activity Log endpoint is not adequately sanitized before being incorporated into database queries. An authenticated attacker can craft HTTP requests to the logs endpoint with malicious SQL payloads in the col parameter, exploiting time-based blind SQL injection techniques to infer database contents based on server response delays. Exploitation requires low-level authenticated access (any user with access to the Activity Log interface) and no user interaction, making it straightforward for insiders or compromised accounts to abuse (GitHub Advisory). A public exploit is referenced on Exploit-DB (EDB-50523) (GitHub Advisory).
Successful exploitation allows an authenticated attacker to extract sensitive database information through timing-based analysis, including credentials, user data, and application configuration stored in the database. There is also a low integrity impact, meaning an attacker may be able to modify database content. Availability is not directly impacted, but exposure of sensitive data could facilitate further compromise of the application or underlying infrastructure (GitHub Advisory).
A public exploit for this vulnerability is listed on Exploit-DB (EDB-50523), referenced in the GitHub Advisory (GitHub Advisory). There is no current evidence of active in-the-wild exploitation or threat actor attribution. The EPSS score is approximately 0.026–0.029% (9th percentile), indicating a low probability of exploitation in the near term (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
/fuel/logs/ or the equivalent Activity Log admin path.col parameter of the HTTP request, for example: col=id AND SLEEP(5)-- or a similar time-delay construct appropriate for the underlying database (MySQL).col parameter value.sqlmap targeting the col parameter (GitHub Advisory)./fuel/logs/) with col parameter values containing SQL keywords such as SLEEP, BENCHMARK, AND, OR, SELECT, UNION, or encoded equivalents.col parameter values and abnormal response times (e.g., responses consistently delayed by several seconds); patterns consistent with iterative enumeration (sequential character-by-character queries).SLEEP(), BENCHMARK()) being executed from the application's database user account.No official patch from the Fuel CMS vendor has been confirmed for version 1.4.13 as of the advisory publication date (GitHub Advisory). Recommended mitigations include implementing parameterized queries or prepared statements for all database operations, particularly for the col parameter in the Activity Log interface. Additional controls include strict input validation and allowlisting for the col parameter (e.g., only permitting known column names), enforcing the principle of least privilege for database accounts, deploying a Web Application Firewall (WAF) with SQL injection detection rules, and monitoring logs for timing anomalies or suspicious query patterns.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."