CVE-2026-67689
Received Received - Intake

SQL Injection in FineAdmin V1.0

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

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: MITRE

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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 FineAdmin V1.0. It allows a remote attacker to execute arbitrary code by manipulating the `field` and `order` parameters in paginated list endpoints. This occurs because the application does not properly sanitize user input, enabling malicious SQL queries to be injected and executed on the database.

Detection Guidance

To detect this SQL Injection vulnerability in FineAdmin V1.0, inspect network traffic for requests to paginated list endpoints containing the `field` and `order` parameters. Look for unusual input patterns like single quotes, SQL comments, or commands such as UNION, SELECT, or INSERT. Use tools like Wireshark or tcpdump to capture and analyze HTTP requests for suspicious payloads.

Impact Analysis

This vulnerability can lead to unauthorized data access, data manipulation, or complete database compromise. Attackers could extract sensitive information, modify or delete data, or even take control of the database server. If the application handles user data, credentials, or other sensitive information, this could result in severe breaches.

Compliance Impact

This vulnerability can lead to non-compliance with GDPR, HIPAA, and other data protection regulations. It may result in unauthorized access to personal or health data, triggering mandatory breach notifications, legal penalties, and reputational damage. Organizations could face fines or sanctions for failing to protect sensitive data adequately.

Mitigation Strategies

Immediately update FineAdmin to the latest patched version if available. If no patch exists, implement input validation to sanitize the `field` and `order` parameters, rejecting any non-alphanumeric characters. Use parameterized queries or prepared statements in the application code to prevent SQL Injection. Temporarily restrict access to the vulnerable endpoints via firewall rules until mitigation is complete.

Chat Assistant

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

EPSS Chart