Description
A vulnerability has been found in SourceCodester Class and Exam Timetabling System 1.0. Affected is an unknown function of the file /admin/edit_user_account.php of the component User Account Update. Such manipulation of the argument id/username leads to improper authorization. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-08-23
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in the User Account Update component of SourceCodester Class and Exam Timetabling System 1.0 allows an attacker to manipulate the id/username argument in /admin/edit_user_account.php, resulting in improper authorization. This flaw permits the attacker to modify or reset the credentials of arbitrary user accounts without possessing legitimate administrative privileges, effectively enabling an account takeover scenario.

Affected Systems

The affected product is SourceCodester Class and Exam Timetabling System version 1.0, specifically the edit_user_account.php script in the admin section. No other versions were identified as vulnerable in the supplied data.

Risk and Exploitability

With a CVSS score of 5.3, the flaw poses a moderate severity risk. The exploitable endpoint can be accessed over the network, and the vulnerability has been publicly disclosed, suggesting that attackers may already be attempting to abuse it. Although the EPSS score is not available and the vulnerability is not listed in CISA KEV, the remote nature and lack of internal protections mean that organizations running the affected application should treat it as a potential threat. An attacker would need to know valid user identifiers or guess them, but the lack of authorization controls makes the attack straightforward once access is obtained.

Generated by OpenCVE AI on August 23, 2026 at 11:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor's latest patch for SourceCodester Class and Exam Timetabling System, which corrects the improper authorization in edit_user_account.php.
  • If a patch is not yet available, limit access to edit_user_account.php so that only users with administrator roles can call it, and reject requests containing id/username values that do not belong to the current session.
  • Validate and sanitize the id and username parameters, ensuring they match existing user records and rejecting any that do not correspond to a legitimate account.
  • Perform a comprehensive review of all administrative endpoints for similar authorization omissions, and remediate any that allow unchecked manipulation of user identifiers.

Generated by OpenCVE AI on August 23, 2026 at 11:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in SourceCodester Class and Exam Timetabling System 1.0. Affected is an unknown function of the file /admin/edit_user_account.php of the component User Account Update. Such manipulation of the argument id/username leads to improper authorization. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Title SourceCodester Class and Exam Timetabling System User Account Update edit_user_account.php improper authorization
First Time appeared Sourcecodester
Sourcecodester class And Exam Timetabling System
Weaknesses CWE-266
CWE-285
CPEs cpe:2.3:a:sourcecodester:class_and_exam_timetabling_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester class And Exam Timetabling System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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


Subscriptions

Sourcecodester Class And Exam Timetabling System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-23T09:45:10.229Z

Reserved: 2026-08-22T17:51:51.850Z

Link: CVE-2026-78115

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-23T10:16:28.573

Modified: 2026-08-23T10:16:28.573

Link: CVE-2026-78115

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-23T11:30:16Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-285

    Improper Authorization