Skip to main content

Student Transcript System EUVD-2026-31963

| CVE-2026-9575 MEDIUM
SQL Injection (CWE-89)
2026-05-26 VulDB GHSA-79mh-f646-j394
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Analysis Generated
Jun 08, 2026 - 12:31 vuln.today
Severity Changed
May 26, 2026 - 20:22 NVD
HIGH MEDIUM
CVSS changed
May 26, 2026 - 20:22 NVD
7.3 (HIGH) 5.5 (MEDIUM)

DescriptionCVE.org

A vulnerability has been found in itsourcecode Student Transcript Processing System 1.0. This issue affects some unknown processing of the file /admin/modules/class/index.php?view=view. The manipulation of the argument ID leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.

AnalysisAI

SQL injection in itsourcecode Student Transcript Processing System 1.0 exposes the admin panel endpoint /admin/modules/class/index.php?view=view to remote unauthenticated database manipulation via the unsanitized id parameter. The CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N) confirms no authentication or user interaction is required, making this trivially reachable from the network. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Identify internet-exposed admin panel
Delivery
Send crafted HTTP GET with SQL payload in id parameter
Exploit
Bypass unsanitized SQL query logic
Execution
Enumerate and extract database tables
Impact
Retrieve student records or stored credentials

Vulnerability AssessmentAI

Exploitation The vulnerable parameter is `id` in the GET request to `/admin/modules/class/index.php?view=view`, which is part of the application's administrative interface. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 base score of 5.5 (Medium) reflects a tension between maximally favorable attacker conditions (AV:N/AC:L/AT:N/PR:N/UI:N - network-reachable, no complexity, no prerequisites, no interaction) and low partial impact across confidentiality, integrity, and availability (VC:L/VI:L/VA:L) with no scope change. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An unauthenticated remote attacker sends a crafted HTTP GET request to the target's admin panel - e.g., `/admin/modules/class/index.php?view=view&id=1 UNION SELECT username,password,3 FROM users--` - and the unsanitized `id` value is directly interpolated into the backend SQL query, returning injected data in the application response. A public proof-of-concept demonstrating this technique has been published at https://github.com/nidieaaa/test/issues/14, further lowering the barrier for script-based exploitation. …
Remediation No vendor-released patch has been identified at time of analysis - itsourcecode has not published a fixed version or security advisory through their site (https://itsourcecode.com/). … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-31963 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy