Vulnerability Description
The teacher-end interface POST /api/teacher/user/delete/{id} in XueZhiSi Open Source Exam System <= 3.9.0 contains a vertical privilege escalatio vulnerability. This interface accepts a user ID and then executes getUserById(id), setDeleted(true), updateByIdFilter() in sequence, without any validation of whether the current user has the authority to delete the target user. An authenticated teacher user (role=2) can delete an administrator account (role=3), constituting a vertical privilege escalation where a lower-privileged user performs a high-privileged operation.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/mindskip/xzs/compare/master...1258129581:xzs:patch-2
- https://github.com/mindskip/xzs/compare/master...1258129581:xzs:patch-2
FAQ
What is CVE-2026-75458?
CVE-2026-75458 is a vulnerability with a CVSS score of 8.1 (HIGH). The teacher-end interface POST /api/teacher/user/delete/{id} in XueZhiSi Open Source Exam System <= 3.9.0 contains a vertical privilege escalatio vulnerability. This interface accepts a user ID and th...
How severe is CVE-2026-75458?
CVE-2026-75458 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-75458?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.