Description
A security vulnerability has been detected in SourceCodester CET Automated Grading System with AI Predictive Analytics 1.0. This vulnerability affects unknown code of the file /index.php?action=view_student of the component POST Handler. The manipulation of the argument ID leads to authorization bypass. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used.
Published: 2026-07-03
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the POST handler for /index.php?action=view_student. By altering the ID argument supplied in a POST request, an attacker can bypass the application’s authorization checks and retrieve student data that should be protected. This improper access control flaw allows an unauthenticated user to access confidential records without valid credentials, resulting in unauthorized data disclosure. The flaw is classified as CWE-285 (Improper Authorization) and CWE-639 (Authorization Bypass Through User-Controlled Key).

Affected Systems

SourceCodester CET Automated Grading System with AI Predictive Analytics version 1.0. Any deployment that exposes the /index.php?action=view_student endpoint to external users without enforcing proper authentication and authorization is susceptible.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity, while the EPSS score of <1% suggests a low likelihood of exploitation at present. The vulnerability can be exploited remotely by sending a crafted POST request that manipulates the ID field. Although not listed in the CISA KEV catalog, the public disclosure of an exploit means that attackers may target vulnerable systems that have not applied mitigations.

Generated by OpenCVE AI on July 25, 2026 at 21:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or upgrade to a release that fixes ID validation and access control in the /index.php?action=view_student endpoint.
  • Implement server‑side validation that checks whether the supplied ID is within the authenticated user’s authorized scope before returning data; discard or sanitize any ID that does not match the user’s permissions.
  • Configure the application or a web‑application firewall to restrict access to /index.php?action=view_student so that only authenticated session tokens are accepted, returning a 403 Forbidden for unauthenticated requests.

Generated by OpenCVE AI on July 25, 2026 at 21:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 03 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in SourceCodester CET Automated Grading System with AI Predictive Analytics 1.0. This vulnerability affects unknown code of the file /index.php?action=view_student of the component POST Handler. The manipulation of the argument ID leads to authorization bypass. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used.
Title SourceCodester CET Automated Grading System with AI Predictive Analytics POST index.php view_student authorization
First Time appeared Sourcecodester
Sourcecodester cet Automated Grading System With Ai Predictive Analytics
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:sourcecodester:cet_automated_grading_system_with_ai_predictive_analytics:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester cet Automated Grading System With Ai Predictive Analytics
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/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:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sourcecodester Cet Automated Grading System With Ai Predictive Analytics
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-07T02:17:32.981Z

Reserved: 2026-07-03T13:56:09.494Z

Link: CVE-2026-14608

cve-icon Vulnrichment

Updated: 2026-07-07T02:17:29.072Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-25T21:30:17Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key