CVE-2026-51775
Received Received - Intake

SQL Injection in Fastadmin v1.6.1.20250430

Vulnerability report for CVE-2026-51775, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-03

Last updated on: 2026-08-03

Assigner: MITRE

Description

SQL injection vulnerability in Fastadmin v.1.6.1.20250430 allows an attacker to exectue arbitrary code via the application/common/controller/Backend.php component

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-03
Last Modified
2026-08-03
Generated
2026-08-04
AI Q&A
2026-08-04
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fastadmin fastadmin 1.6.1.20250430

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in Fastadmin version 1.6.1.20250430. It allows an attacker to execute arbitrary code through the application/common/controller/Backend.php component by injecting malicious SQL queries.

Detection Guidance

To detect SQL injection vulnerabilities in Fastadmin v1.6.1.20250430, inspect the application/common/controller/Backend.php file for improper input validation. Check for unsanitized user inputs in database queries. Manually review code for direct SQL query concatenation with user-supplied data. Use tools like SQLmap to test for injection points in web forms or parameters.

Impact Analysis

An attacker could exploit this to manipulate or steal sensitive data from the database, execute unauthorized commands on the server, or gain full control over the application. This could lead to data breaches, unauthorized access, or system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or exposure. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. Exploitation may result in legal penalties and loss of trust.

Mitigation Strategies

Immediately update Fastadmin to the latest version beyond v1.6.1.20250430. Review and sanitize all user inputs in the application/common/controller/Backend.php component to prevent SQL injection. Implement strict input validation and use prepared statements for database queries.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-51775. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart