CVE-2024-5958 in Panelinfo

Summary

by MITRE • 09/18/2024

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Eliz Software Panel allows Command Line Execution through SQL Injection.

This issue affects Panel: before v2.3.24.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 06/04/2026

The vulnerability described in CVE-2024-5958 represents a critical SQL injection flaw within the Eliz Software Panel application that has been identified in versions prior to v2.3.24. This vulnerability falls under the Common Weakness Enumeration category CWE-89 which specifically addresses SQL injection attacks where insufficient input validation allows attackers to manipulate database queries through specially crafted inputs. The flaw enables malicious actors to execute arbitrary commands on the underlying system by exploiting improper neutralization of special elements within SQL commands.

The technical implementation of this vulnerability occurs when the Eliz Software Panel fails to properly sanitize or escape user inputs before incorporating them into SQL query structures. When an attacker submits malicious input through command line parameters or form fields, the application processes these inputs directly into database queries without adequate sanitization mechanisms. This creates an environment where SQL injection payloads can be executed, potentially allowing attackers to extract sensitive data, modify database contents, or even execute operating system commands on the server hosting the application.

The operational impact of this vulnerability extends beyond traditional database compromise to include full system command execution capabilities. Attackers can leverage the SQL injection to escalate their privileges and execute arbitrary commands on the target system, effectively bypassing application-level security controls. This represents a severe escalation from typical SQL injection attacks that usually focus on data extraction or modification, as the vulnerability allows for complete system compromise through command line execution capabilities. The vulnerability affects the core functionality of the Panel application and could potentially provide attackers with persistent access to the underlying infrastructure.

Organizations utilizing Eliz Software Panel versions prior to v2.3.24 face significant risk of unauthorized access and system compromise. The vulnerability aligns with ATT&CK technique T1078 which covers legitimate credentials use and T1041 which covers data compression. Mitigation strategies should prioritize immediate patching to version 2.3.24 or later, which includes proper input validation and sanitization mechanisms. Additionally, implementing proper parameterized queries, input validation, and output encoding can prevent similar vulnerabilities. Network segmentation and monitoring for unusual command execution patterns should also be implemented to detect potential exploitation attempts. Regular security assessments and vulnerability scanning should be conducted to identify and remediate similar issues in other applications within the organization's infrastructure.

Responsible

TR-CERT

Reservation

06/13/2024

Disclosure

09/18/2024

Moderation

accepted

CPE

ready

EPSS

0.00234

KEV

no

Activities

very low

Sources

Do you want to use VulDB in your project?

Use the official API to access entries easily!