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: 9.8 Critical
EPSS: < 1% Very Low
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 EPSS score is <1%, which indicates a low probability of exploitation. The CVSS score of 9.8 reflects the severity of this remote code execution vulnerability. 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. The description does not specify whether authentication is required; it is inferred that remote exploitation may be possible without authentication. 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 16:55 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 16:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 17:15:00 +0000

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

Fri, 07 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


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-07T14:52:50.787Z

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

Link: CVE-2026-67689

cve-icon Vulnrichment

Updated: 2026-08-07T14:50:53.473Z

cve-icon NVD

Status : Received

Published: 2026-08-06T22:18:23.240

Modified: 2026-08-07T15:17:03.457

Link: CVE-2026-67689

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T17:00:13Z

Weaknesses
  • CWE-89

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