CVE-2026-75077
Received Received - Intake

Cross-Site Scripting in Class and Exam Timetabling System

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulDB

Description

A vulnerability was identified in SourceCodester Class and Exam Timetabling System 1.0. Affected by this issue is some unknown functionality of the file /BSCE2.php. Such manipulation of the argument course leads to cross site scripting. The attack may be launched remotely. The exploit is publicly available and might be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
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-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a cross-site scripting (XSS) issue in SourceCodester Class and Exam Timetabling System 1.0. It involves manipulation of the 'course' argument in the /BSCE2.php file, allowing attackers to inject malicious scripts. The exploit is publicly available and can be launched remotely.

Detection Guidance

To detect this XSS vulnerability in the Class and Exam Timetabling System, inspect web traffic for requests to /BSCE2.php with the course parameter containing script tags or other XSS payloads. Check server logs for unusual input in the course field.

Impact Analysis

An attacker could exploit this to execute malicious scripts in your browser, potentially stealing session cookies, credentials, or sensitive data. It may also enable phishing attacks or defacement of web pages.

Compliance Impact

This XSS vulnerability could lead to unauthorized access to personal data, violating GDPR's integrity and confidentiality requirements. For HIPAA, it may compromise protected health information if exploited. Organizations must address it to maintain compliance.

Mitigation Strategies

Immediately update the application to the latest patched version if available. If not, sanitize user input in the course parameter by implementing strict input validation and output encoding. Deploy a web application firewall to block XSS payloads.

Chat Assistant

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

EPSS Chart