CVE-2025-65950
BaseFortify
Publication date: 2025-12-10
Last updated on: 2025-12-16
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wbce | wbce_cms | to 1.6.5 (inc) |
| wbce | cms | 1.6.5 |
| wbce | cms | 1.6.4 |
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 in WBCE CMS versions 1.6.4 and below allows a low-privileged authenticated user with permissions to modify users to execute arbitrary SQL queries via the user management module. It occurs because the admin/users/save.php script improperly processes the groups[] parameter from the user edit form, enabling escalation to full database compromise and data exfiltration. The issue is fixed in version 1.6.5.
How can this vulnerability impact me? :
The vulnerability can lead to a full database compromise, allowing attackers to exfiltrate data and bypass all security controls. This can result in unauthorized access to sensitive information and potentially severe damage to the integrity and confidentiality of the system's data.
What immediate steps should I take to mitigate this vulnerability?
Upgrade WBCE CMS to version 1.6.5 or later, as this version contains the fix for the vulnerability in the user management module. Additionally, restrict permissions so that only trusted users have the ability to modify users, and monitor user management activities closely until the upgrade is applied.