CVE-2026-51775
9.8Fastadmin · Fastadmin
A SQL injection vulnerability in Fastadmin v.1.6.1.20250430 allows unauthenticated attackers to execute arbitrary code via the Backend.php component.
Executive summary
A critical SQL injection vulnerability in Fastadmin allows remote, unauthenticated attackers to achieve full system compromise through arbitrary code execution.
Vulnerability
This is a SQL injection vulnerability located in the application/common/controller/Backend.php file. The vulnerability is exploitable by unauthenticated remote attackers, as indicated by the CVSS vector PR:N.
Business impact
The ability to execute arbitrary code via SQL injection represents the highest level of security risk, potentially leading to a total loss of data confidentiality, integrity, and availability. Given the CVSS score of 9.8, this vulnerability allows an attacker to bypass all authentication controls and take full control of the underlying server. Such a breach could result in catastrophic data exfiltration, permanent operational downtime, and significant reputational damage to the organization.
Remediation
Immediate Action: Since a specific patch version is currently unknown, administrators should immediately restrict access to the affected backend controller component using network-level controls or by disabling the vulnerable functionality until an official update is released by the vendor.
Proactive Monitoring: Security teams should review application access logs for suspicious SQL syntax, unusual POST requests directed at Backend.php, or unexpected system process executions originating from the web server user.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict SQL injection protection rules to inspect and block malicious payloads targeting the Backend.php endpoint.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Due to the critical severity and the presence of a proof-of-concept, this vulnerability must be treated as a high-priority remediation task. Organizations utilizing Fastadmin v.1.6.1.20250430 should monitor the vendor's security channels for an emergency patch and apply it immediately upon availability. In the interim, implement strict network segmentation to isolate the affected application from public exposure.