CVE-2026-90496
Received Received - Intake

SQL Injection in Feng Office

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

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

Description

A vulnerability was found in Fengoffice Feng Office up to 3.11.13.11. Affected is the function update_system_module_order/update_dimension_order of the file application/controllers/MoreController.class.php of the component Reorder Handlers. Performing a manipulation of the argument modules/dims results in sql injection. The attack may be initiated remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fengoffice feng_office to 3.11.13.11 (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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in Feng Office versions up to 3.11.13.11. It exists in the update_system_module_order/update_dimension_order function within the MoreController.class.php file. Attackers can manipulate the modules/dims argument to inject malicious SQL code, potentially accessing or modifying database contents remotely.

Detection Guidance

To detect this SQL injection vulnerability in Feng Office, inspect the application/controllers/MoreController.class.php file for the functions update_system_module_order or update_dimension_order. Look for improper handling of the modules/dims argument. Check web server logs for suspicious SQL query patterns or errors.

Impact Analysis

If exploited, this vulnerability could allow attackers to execute unauthorized SQL commands on the database. This may lead to data theft, unauthorized modifications, or complete database compromise. Systems running vulnerable versions of Feng Office are at risk if exposed to untrusted networks.

Compliance Impact

This vulnerability could lead to unauthorized access or exposure of sensitive data, violating GDPR and HIPAA requirements for data protection. Organizations using affected Feng Office versions may face compliance violations, legal penalties, and reputational damage if exploited.

Mitigation Strategies

Immediately update Feng Office to the latest version beyond 3.11.13.11. If no update is available, disable the Reorder Handlers component or restrict access to the MoreController.class.php file. Apply input validation to sanitize the modules/dims argument to prevent SQL injection.

Chat Assistant

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

EPSS Chart