First published: Wed Jan 29 2025(Updated: )
JFinalCMS 1.0 is vulnerable to SQL Injection in rc/main/java/com/cms/entity/Content.java. The cause of the vulnerability is that the title parameter is controllable and is concatenated directly into filterSql without filtering.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
JFinalCMS |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57665 has a medium severity level as it allows for SQL Injection, which may lead to unauthorized data access.
To fix CVE-2024-57665, validate and sanitize the title parameter before concatenating it into filterSql in the code.
An attacker can perform SQL Injection attacks, potentially extracting sensitive data from the database.
CVE-2024-57665 affects JFinalCMS version 1.0.
There have been no confirmed reports of active exploitation for CVE-2024-57665, but it remains a serious security risk.