CVE-2026-35152
Received Received - Intake

SQL Injection in Apache Fineract Report Execution API

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

Publication date: 2026-07-15

Last updated on: 2026-07-15

Assigner: Apache Software Foundation

Description

A SQL Injection vulnerability exists in Apache Fineract's Report Execution API (runreports endpoint) in versions up to and including 1.14.0. Report parameter values are incorporated into the generated SQL query without sufficient validation, allowing an authenticated user with permission to run reports to inject arbitrary SQL via crafted parameter values. This can be leveraged to perform unauthorized access to data beyond what the report was designed to expose. Users are recommended to upgrade to a version containing the fix.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
apache fineract to 1.14.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL Injection vulnerability in Apache Fineract's Report Execution API (runreports endpoint) affecting versions up to 1.14.0. Report parameter values are directly inserted into SQL queries without proper validation, allowing authenticated users with report permissions to inject malicious SQL commands. This could lead to unauthorized data access beyond the intended report scope.

Impact Analysis

An attacker with report execution permissions could exploit this to access, modify, or delete sensitive data in the database that they shouldn't be able to see. This includes financial records, personal information, or other confidential data stored in the system.

Compliance Impact

This vulnerability could lead to unauthorized data exposure, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Organizations using affected versions may face compliance violations, regulatory penalties, and reputational damage due to potential data breaches.

Detection Guidance

To detect this vulnerability, monitor Apache Fineract logs for suspicious report execution attempts with unusual parameters. Check for reports containing SQL-like payloads such as SLEEP, pg_sleep, UNION ALL, or other SQL commands in parameter values. Review network traffic to the runreports endpoint for unexpected query patterns or errors.

Mitigation Strategies

Immediately upgrade Apache Fineract to a version beyond 1.14.0 that includes the fix for CVE-2026-35152. Ensure input validation is enforced for all report parameters and that prepared statements are used to sanitize user inputs. Review and restrict user permissions to run reports to only those who absolutely need the functionality.

Chat Assistant

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

EPSS Chart