vendor:
by:
UniquE-Key
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
PHP-Fusion ‘Calendar_Panel’ Module show_event.PHP (m_month) SQL Injection Exploit And PoC
PHP-Fusion is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation. This issue may help the attacker gain unauthorized access.
Mitigation:
To mitigate this vulnerability, developers should use prepared statements or parameterized queries to prevent SQL injection attacks. Additionally, input validation and proper sanitization of user-supplied data should be implemented.