CVE-2026-82621
Received Received - Intake

Authorization Bypass in Soarkey StudentManagement

Vulnerability report for CVE-2026-82621, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A weakness has been identified in Soarkey StudentManagement and 学生信息管理系统 up to e08f7f1d5015af407aa4cca0ada3dea189b4937e. This impacts the function AdminDao.doGet of the file code/src/service/AdminDao.java of the component Administrative Servlet. Executing a manipulation of the argument action can lead to authorization bypass. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
soarkey studentmanagement to e08f7f1d5015af407aa4cca0ada3dea189b4937e (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authorization bypass in Soarkey StudentManagement and 学生信息管理系统. It allows remote attackers to perform administrative functions without authentication by manipulating the 'action' parameter in the AdminDao.doGet function. The servlet does not validate user permissions or session status, enabling unauthorized access to sensitive data and operations.

Detection Guidance

Check for unauthenticated access to the /AdminDao servlet endpoint by sending HTTP GET requests with manipulated 'action' parameters. Look for responses containing sensitive data like user credentials or administrative functions without session validation.

Impact Analysis

An attacker could exploit this to read sensitive data like user credentials, create or delete departments, and modify application data without authorization. This could lead to data breaches, loss of data integrity, and unauthorized administrative control over the system.

Compliance Impact

This vulnerability could violate GDPR by exposing personal data without authorization and HIPAA by compromising protected health information. It undermines data confidentiality and integrity requirements, potentially leading to legal penalties and loss of compliance certifications.

Mitigation Strategies

Disable or restrict access to the /AdminDao servlet endpoint. Implement session validation and authentication checks before processing administrative actions. Update the application to enforce proper authorization controls.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82621. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart