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.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authorization Bypass
Action: Apply Patch
AI Analysis

Impact

A weakness exists in the Administrative Servlet component of Soarkey StudentManagement where the AdminDao.doGet method processes the 'action' request parameter without proper authorization checks. This flaw permits an attacker to manipulate that parameter and bypass normal administrative access controls, effectively granting unauthorized privileges. The vulnerability aligns with CWE-285 and CWE-639 weaknesses, which describe insufficient authority checks and user-controlled authorization bypass respectively.

Affected Systems

The product is Soarkey StudentManagement (also known as 学生信息管理系统). All releases up to the commit identified by e08f7f1d5015af407aa4cca0ada3dea189b4937e are affected. No specific minor versions are listed, so any deployment of that codebase before the upcoming fix is potentially vulnerable. The CPEs indicate that the application is a Java web service hosted on an application server.

Risk and Exploitability

The CVSS v3.1 base score is 6.9, reflecting a moderate to high risk due to the remote nature of the exploit. The EPSS score is currently unavailable, and the vulnerability is not yet catalogued in the CISA KEV list. Attackers can trigger the bypass via a remote HTTP request by supplying a crafted 'action' value; public exploitation code indicates that the attack can be performed remotely using the crafted parameter. Given the lack of vendor response and public exploit availability, the threat remains salient for any running instance.

Generated by OpenCVE AI on August 31, 2026 at 07:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the application to a version newer than commit e08f7f1d5015af407aa4cca0ada3dea189b4937e once available or apply the vendor's patch.
  • Restrict the 'action' parameter in AdminDao.doGet so that only authenticated administrators can reach privileged operations, e.g., enforce session checks or validate against an allow list of actions.
  • Monitor web server logs for unusual 'action' values or repeated failed authorization attempts and block offending IPs as interim protection.

Generated by OpenCVE AI on August 31, 2026 at 07:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Soarkey 学生信息管理系统
Vendors & Products Soarkey 学生信息管理系统

Mon, 31 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title Soarkey StudentManagement/学生信息管理系统 Administrative Servlet AdminDao.java AdminDao.doGet authorization
First Time appeared Soarkey
Soarkey
Soarkey studentmanagement
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:soarkey:_:*:*:*:*:*:*:*:*
cpe:2.3:a:soarkey:studentmanagement:*:*:*:*:*:*:*:*
Vendors & Products Soarkey
Soarkey
Soarkey studentmanagement
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Soarkey Studentmanagement 学生信息管理系统
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T14:32:31.693Z

Reserved: 2026-08-30T08:00:04.628Z

Link: CVE-2026-82621

cve-icon Vulnrichment

Updated: 2026-08-31T14:32:28.669Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T06:17:08.280

Modified: 2026-08-31T20:56:08.800

Link: CVE-2026-82621

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T11:18:57Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key