Junglewise Threat Intelligence

CVE-2026-86298: SourceCodester Class and Exam Timetabling System SQL injection in /delete_subject.php

CVE-2026-86298 · Severity: high · CVSS 7.3 · Published 2026-09-07

Technologies: SourceCodester Class and Exam Timetabling System. Vendors: SourceCodester.

Executive brief

SourceCodester Class and Exam Timetabling System is a PHP-based application for managing academic schedules and exams. A SQL injection vulnerability in the /delete_subject.php file allows unauthenticated attackers to inject malicious SQL code through the 'id' parameter, potentially leading to unauthorized database access, data theft, data modification, or complete system compromise.

Technical details

A SQL injection vulnerability exists in the /delete_subject.php file due to insufficient input validation on the 'id' parameter. User-supplied input is directly concatenated into SQL queries without using prepared statements or parameterized queries. The vulnerability is remotely exploitable over the network without authentication or user interaction required. Attackers can exploit this to extract sensitive data, modify or delete database records, bypass access controls, or potentially achieve code execution depending on database permissions. Multiple SQL injection techniques (boolean-based blind, error-based, time-based blind, and UNION-based) have been confirmed to work against the vulnerable parameter.

Affected products

  • SourceCodester Class and Exam Timetabling System 1.0

Timeline

  • 2026-07-27: disclosed: Vulnerability reported on GitHub
  • 2026-09-07: advisory: CVE-2026-86298 published

References

Related threats