
Cloud Vulnerability DB
A community-led vulnerabilities database
SQL injection vulnerability (CVE-2022-1064) was discovered in Fork CMS's blog comments functionality, affecting the comment marking system. The vulnerability was disclosed on March 25, 2022, and impacts the blog module's comment handling mechanism (GitHub Commit).
The vulnerability exists in the Backend/Modules/Blog/Engine/Model.php file where the getComments function failed to properly sanitize input parameters for blog comment IDs. The issue was fixed by implementing proper integer validation using array_map('intval', $ids) to prevent SQL injection attacks (GitHub Commit).
This vulnerability could allow attackers to perform SQL injection attacks through the blog comments system, potentially leading to unauthorized access to the database, data manipulation, or information disclosure.
The issue has been patched by implementing proper integer validation for comment IDs using array_map('intval', $ids). Users should update to the latest version of Fork CMS that includes this security fix (GitHub Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."