Description
SQL injection vulnerability in Zhao-github APiAdmin v.5.0.1 allows a remote attacker to obtain sensitive information via the User.php component
Published: 2026-09-04
Score: 7.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection (Sensitive Data Exposure)
Action: Apply Patch Now
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw in the User.php component of APiAdmin version 5.0.1, categorized as CWE-89. When exploited, a malicious actor can inject arbitrary SQL statements into the database, potentially retrieving or manipulating sensitive information stored by the application. This type of input validation failure permits the attacker to read or alter data that should be protected. Based on the description, it is inferred that the attack vector is remote, leveraging crafted requests to the vulnerable endpoint.

Affected Systems

Zhao‑github APiAdmin version 5.0.1 is affected. No other affected versions are listed in the available data.

Risk and Exploitability

The EPSS score is < 1%, indicating a low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score of 7.4 indicates a high severity. However, because the flaw allows remote extraction of sensitive data without authentication, the risk remains high. Attackers would need to access the application over the network and target the User.php endpoint to insert malicious SQL. The lack of known mitigations or patches in the current data further increases the urgency of addressing the issue.

Generated by OpenCVE AI on September 10, 2026 at 04:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update APiAdmin to a patched version that removes the SQL injection flaw.
  • Ensure that all user inputs processed by User.php are handled through parameterized queries or prepared statements to prevent injection.
  • Configure the database user credentials used by the application with the least privileges necessary for normal operation.

Generated by OpenCVE AI on September 10, 2026 at 04:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in APiAdmin User.php Component

Wed, 09 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Title SQL Injection in APiAdmin User.php Component
Weaknesses CWE-89

Fri, 04 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
Description SQL injection vulnerability in Zhao-github APiAdmin v.5.0.1 allows a remote attacker to obtain sensitive information via the User.php component
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-09T19:21:14.655Z

Reserved: 2026-08-07T00:00:00.000Z

Link: CVE-2026-71622

cve-icon Vulnrichment

Updated: 2026-09-09T19:20:28.711Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T20:17:26.053

Modified: 2026-09-09T20:20:22.130

Link: CVE-2026-71622

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T05:00:09Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')