CVE-2025-41771 in AXC F 1152info

Summary

by MITRE • 08/12/2026

An authenticated attacker with low privileges can access an endpoint in the controller’s web interface that is vulnerable to SQL injection. The vulnerability affects a SQLite database used only for storing notification messages. Therefore, the impact is limited to the system’s notification functionality.

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

Analysis

by VulDB Data Team • 08/12/2026

This vulnerability represents a classic sql injection flaw within a web application's controller interface that requires authentication but operates with minimal privilege requirements. The attacker must first establish valid credentials to access the web interface, which creates a baseline authentication barrier that reduces the attack surface compared to unauthenticated exploits. However, once authenticated, the low privilege user can leverage this vulnerability to manipulate the underlying sqlite database through crafted sql payloads targeting notification message storage functionality. The technical implementation appears to involve direct sql query construction using user-supplied input without proper sanitization or parameterization, creating an environment where malicious sql commands can be injected and executed within the database context.

The operational impact of this vulnerability is constrained by the limited scope of the affected data store, which exclusively handles notification messages rather than core system functions or sensitive user data. This restriction means that while an attacker could potentially read, modify, or delete notification records, they would not gain access to critical system information or user credentials. The sqlite database configuration suggests this is likely a local storage solution designed for temporary message queuing or status updates within the controller interface itself, limiting the potential for lateral movement or data exfiltration beyond the notification subsystem.

From a security standards perspective, this vulnerability maps directly to cwe-89 sql injection and potentially cwe-284 improper access control given the authentication requirements. The attack surface aligns with mitre att&ck technique t1213 data from information repositories which involves accessing and manipulating stored data through injection attacks. The limited impact scope indicates this vulnerability would likely score as low to medium severity in risk assessments, though it could serve as a stepping stone for more sophisticated attacks if the same vulnerable code patterns exist elsewhere in the application's attack surface.

The recommended mitigations include implementing proper input validation and parameterized sql queries to prevent injection attacks, enforcing principle of least privilege access controls that limit notification functionality to authorized users only, and conducting comprehensive code reviews to identify similar sql injection vulnerabilities throughout the application. Database access should be restricted through proper permission settings, ensuring that notification message storage operations only have minimal required privileges rather than full database access rights. Additionally, implementing web application firewalls and input sanitization mechanisms can provide additional layers of protection against sql injection attempts targeting this specific endpoint.

Responsible

CERTVDE

Reservation

04/16/2025

Disclosure

08/12/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

low

Sources

Interested in the pricing of exploits?

See the underground prices here!