---
id: CVE-2025-65950
title: WBCE CMS is a content management system
summary: >-
  WBCE CMS is a content management system. In versions 1.6.4 and below, the user
  management module allows a low-privileged authenticated user with permissions
  to modify users to execute arbitrary SQL queries. This can be escalated to a
  ful…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-89
vendor: wbce
product: wbce_cms
affected:
  - wbce_cms < 1.6.5
patched:
  - wbce_cms 1.6.5
published: '2025-12-10'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T23:10:00.463'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-65950'
references:
  - url: >-
      https://github.com/WBCE/WBCE_CMS/commit/96046178f4c80cf16f7c224054dec7fdadddda7e
    label: security-advisories@github.com
  - url: 'https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.5'
    label: security-advisories@github.com
  - url: 'https://github.com/WBCE/WBCE_CMS/security/advisories/GHSA-934v-xhx9-j2f3'
    label: security-advisories@github.com
tags:
  - nvd
  - exploit-available
epss: 0.00538
epssPercentile: 0.42916
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/lukasz-rybak/CVE-2025-65950'
  checkedAt: '2026-09-25T23:21:52.281Z'
exploitAvailable: true
ingestedAt: '2026-09-25T23:21:16.938Z'
---

## Overview

WBCE CMS is a content management system. In versions 1.6.4 and below, the user management module allows a low-privileged authenticated user with permissions to modify users to execute arbitrary SQL queries. This can be escalated to a full database compromise, data exfiltration, effectively bypassing all security controls. The vulnerability exists in the admin/users/save.php script, which handles updates to user profiles. The script improperly processes the groups[] parameter sent from the user edit form. This issue is fixed in version 1.6.5.

## Affected

- `wbce_cms < 1.6.5`

## Remediation

Upgrade past the affected range:

- `wbce_cms 1.6.5`
