Description
SQL Injection vulnerability in FineAdmin V1.0 allows a remote attacker to execute arbitrary code via the `field` and `order` parameters in paginated list endpoints
Published: 2026-08-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FineAdmin V1.0 contains an SQL injection flaw that can be triggered through the `field` and `order` parameters found on its paginated list endpoints. An attacker who can supply arbitrary content to these parameters may trigger the database engine to execute arbitrary SQL statements, which can lead to gaining control over the application or the underlying database. The vulnerability is a classic input validation failure, enabling the execution of unknown code in the context of the vulnerable application.

Affected Systems

FineAdmin version 1.0 is affected. No other versions are listed, and the vendor/vendor information is not supplied.

Risk and Exploitability

The CVE lists no EPSS score, meaning the current available data does not quantify exploit probability. Since the vulnerability is not in the CISA KEV catalog, it has not yet been widely reported as exploited. The most likely attack vector is via a simply crafted HTTP request that includes malicious `field` or `order` values. Remote exploitation does not require authentication, and the impact is the potential loss of confidentiality, integrity, and availability of the database and the application.

Generated by OpenCVE AI on August 7, 2026 at 01:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an update or patch that eliminates the unrestricted usage of the `field` and `order` query parameters, or modify the code to remove these parameters from the endpoint.
  • Implement input validation or parameterized queries: whitelist acceptable values for `field` and `order` and bind them to prepared statements to prevent injection.
  • Configure the database account used by FineAdmin with least privilege, limiting the ability for injected statements to perform destructive actions.
  • Monitor the database logs for unusual query patterns and consider temporarily blocking or rate‑limiting access to the paginated endpoints while a fix is deployed.

Generated by OpenCVE AI on August 7, 2026 at 01:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Title FineAdmin 1.0 Remote Code Execution via SQL Injection in Paginated List Endpoints
Weaknesses CWE-89

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description SQL Injection vulnerability in FineAdmin V1.0 allows a remote attacker to execute arbitrary code via the `field` and `order` parameters in paginated list endpoints
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-06T19:52:59.193Z

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

Link: CVE-2026-67689

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:30:04Z

Weaknesses
  • CWE-89

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