---
id: CVE-2026-97060
title: >-
  X-SpringBoot through 6.0 lacks object-level authorization in user management
  endpoints, allowing sub-administrators to modify or delete users without
  ownership verification
summary: >-
  X-SpringBoot through 6.0 lacks object-level authorization in user management
  endpoints, allowing sub-administrators to modify or delete users without
  ownership verification. Attackers with user-management permissions can reset
  passwords …
severity: high
cvss: 7.2
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-639
vendor: yzcheng90
product: X-SpringBoot
affected:
  - X-SpringBoot <= 6.0
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T19:17:59.110'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97060'
references:
  - url: >-
      https://github.com/LinYuanyi1/cve-request-poc/blob/master/x-springboot/03_user-admin-cross-object-bola.py
    label: disclosure@vulncheck.com
  - url: 'https://github.com/yzcheng90/X-SpringBoot'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/yzcheng90/X-SpringBoot/blob/d74ddba989c0449948ff1ddb0d211b6a7ce81bfa/src/main/java/com/suke/czx/modules/sys/controller/SysUserController.java#L190-L216
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/x-springboot-through-6.0-authorization-bypass-via-user-management
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T19:15:39.036Z'
---

## Overview

X-SpringBoot through 6.0 lacks object-level authorization in user management endpoints, allowing sub-administrators to modify or delete users without ownership verification. Attackers with user-management permissions can reset passwords for any account including the super administrator, rebind roles, or delete users via POST /sys/user/update and POST /sys/user/delete endpoints.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
