CVE-2026-75080
Received Received - Intake

SQL Injection in Class and Exam Timetabling System

Vulnerability report for CVE-2026-75080, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulDB

Description

A security vulnerability has been detected in SourceCodester Class and Exam Timetabling System 1.0. This issue affects some unknown processing of the file /edit_subject1.php. The manipulation of the argument ID leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester class_and_exam_timetabling_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in SourceCodester Class and Exam Timetabling System 1.0. It affects the file /edit_subject1.php where the 'ID' parameter is not properly validated. Attackers can inject malicious SQL code through this parameter, allowing unauthorized database access and manipulation.

Detection Guidance

To detect this SQL injection vulnerability, inspect the /edit_subject1.php file for improper handling of the 'id' parameter. Use tools like SQLmap to test for injection by sending crafted requests to the endpoint with payloads such as 'id=1' AND 1=1-- or 'id=1' AND 1=2--. Monitor web server logs for unusual queries or errors.

  • Test with SQLmap: sqlmap -u "http://target/edit_subject1.php?id=1" --batch
Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands. This can lead to unauthorized data access, data tampering, sensitive information leakage, and potential system compromise without requiring authentication.

Compliance Impact

This vulnerability can lead to unauthorized data access and leakage, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Non-compliance may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all database queries. Implement strict input validation to sanitize the 'id' parameter. Restrict database user permissions to the minimum required. Conduct a full security audit of the application and database.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75080. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart