Description
A security flaw has been discovered in Soarkey StudentManagement and 学生信息管理系统 up to e08f7f1d5015af407aa4cca0ada3dea189b4937e. This affects the function CourseDao.course_ranking of the file code/src/dao/CourseDao.java. Performing a manipulation of the argument cno results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may 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: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the CourseDao.course_ranking function of Soarkey StudentManagement allows an attacker to manipulate the cno argument and inject arbitrary SQL. This flaw is a classic input sanitization weakness and can lead to unauthorized access, data exfiltration, or modification of the underlying database. The impact is limited to the data handled by the affected function but can enable broader investigations if the database contains additional sensitive information.

Affected Systems

Soarkey StudentManagement and the related Chinese-language name 学生信息管理系统 are affected. The version affected is any build up to commit e08f7f1d5015af407aa4cca0ada3dea189b4937e. No specific version numbers are listed beyond this commit reference, and the vulnerability is present in the Cloud source repository at https://github.com/Soarkey/StudentManagement.

Risk and Exploitability

The CVSS score of 5.3 places this issue in the moderate risk range. While the EPSS score is not available, the public release of an exploit suggests that attackers could deploy it quickly. The vulnerability can be reached remotely via the exposed CourseDao endpoint, and the project has not yet responded with a patch, increasing the window of exposure. It is not listed in the CISA KEV catalog, so it has not yet been observed in the wild at a large scale.

Generated by OpenCVE AI on August 31, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the application to a fixed commit that eliminates the unsanitized cno handling.
  • If a patch is not available, enforce strict validation on the cno parameter to allow only numeric or whitelisted values before inclusion in a query.
  • Use parameterized queries or a prepared statement for the course ranking operation to prevent any injected SQL from executing.

Generated by OpenCVE AI on August 31, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A security flaw has been discovered in Soarkey StudentManagement and 学生信息管理系统 up to e08f7f1d5015af407aa4cca0ada3dea189b4937e. This affects the function CourseDao.course_ranking of the file code/src/dao/CourseDao.java. Performing a manipulation of the argument cno results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Title Soarkey StudentManagement/学生信息管理系统 CourseDao.java CourseDao.course_ranking sql injection
First Time appeared Soarkey
Soarkey
Soarkey studentmanagement
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:soarkey:_:*:*:*:*:*:*:*:*
cpe:2.3:a:soarkey:studentmanagement:*:*:*:*:*:*:*:*
Vendors & Products Soarkey
Soarkey
Soarkey studentmanagement
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:UR'}

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:R'}

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:R'}

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

Soarkey Studentmanagement
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T05:30:08.729Z

Reserved: 2026-08-30T07:59:59.719Z

Link: CVE-2026-82620

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-31T06:17:08.103

Link: CVE-2026-82620

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T06:30:05Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')