Description
A vulnerability was identified in zhistaredu StarTraining up to 3.8.1. Affected by this issue is the function SysUser.isAdmin of the file edu-common/src/main/java/com/edu/common/core/domain/entity/SysUser.java of the component authRole Endpoint. The manipulation of the argument userId/roleIds leads to authorization bypass. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-27
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Authorization Bypass / Privilege Escalation
Action: Apply Patch
AI Analysis

Impact

A function in the authRole endpoint, SysUser.isAdmin, checks a user’s administrative status but relies on user-supplied parameters. By manipulating the userId and roleIds arguments, an attacker can bypass this check and assume administrator privileges. The flaw results in a full authorization bypass, allowing unauthorized users to perform actions reserved for administrators, a classic example of CWE-285 and CWE-639 weaknesses.

Affected Systems

The vulnerability affects the StarTraining application from zhistaredu, versions up to and including 3.8.1. Any deployment running these or earlier versions is susceptible to the described authorization bypass.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The publicly available exploit and remote attack feasibility raise the practical risk, despite the absence of an EPSS score or KEV listing. Administrators should consider the possibility of successful privilege escalation in deployments that expose the authRole endpoint.

Generated by OpenCVE AI on September 27, 2026 at 21:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update StarTraining to a version newer than 3.8.1 that includes the authorization check fix.
  • If an immediate upgrade is not possible, restrict the authRole endpoint to authenticated administrators only and reject any roleIds that are not preconfigured for the acting user.
  • Conduct a review of the SysUser.isAdmin logic to enforce strict role validation and audit logs for unexpected role changes.

Generated by OpenCVE AI on September 27, 2026 at 21:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in zhistaredu StarTraining up to 3.8.1. Affected by this issue is the function SysUser.isAdmin of the file edu-common/src/main/java/com/edu/common/core/domain/entity/SysUser.java of the component authRole Endpoint. The manipulation of the argument userId/roleIds leads to authorization bypass. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title zhistaredu StarTraining authRole Endpoint SysUser.java SysUser.isAdmin authorization
First Time appeared Zhistaredu
Zhistaredu startraining
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:zhistaredu:startraining:*:*:*:*:*:*:*:*
Vendors & Products Zhistaredu
Zhistaredu startraining
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:C'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:C'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Zhistaredu Startraining
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-27T20:30:05.937Z

Reserved: 2026-09-27T03:37:49.108Z

Link: CVE-2026-100878

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T21:17:01.100

Modified: 2026-09-27T21:17:01.100

Link: CVE-2026-100878

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T21:30:18Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key