CVE-2023-53926
BaseFortify
Publication date: 2025-12-17
Last updated on: 2025-12-24
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpjabbers | simple_cms | 5.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in PHPJabbers Simple CMS 5.0. It occurs in the 'column' parameter of the index.php endpoint, allowing remote attackers to inject malicious SQL code. This can manipulate database queries, potentially leading to unauthorized access or modification of database information.
How can this vulnerability impact me? :
The vulnerability can allow attackers to extract sensitive data from the database or modify it without authorization. This can lead to data breaches, loss of data integrity, and potentially compromise the entire system relying on the database.