Description
A vulnerability was determined in SourceCodester Online Examination & Learning Management System 1.0. This issue affects some unknown processing of the file upload_files.php. This manipulation causes unrestricted upload. The attack may be initiated remotely.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the upload_files.php handler of SourceCodester Online Examination & Learning Management System. The code incorrectly processes uploaded files, allowing an attacker to upload files of any type without restriction. This file‑type validation failure is reflected by CWE‑434 (Unrestricted Upload of File with Dangerous Type) and, combined with inadequate access control, CWE‑284. Such unrestricted uploads can be leveraged to place a webshell or other malicious payload into the application’s file system, potentially leading to remote code execution or other post‑exploitation actions.

Affected Systems

SourceCodester Online Examination & Learning Management System, version 1.0. The CVE notes that the flaw exists in some unknown processing of the upload_files.php module; no other affected versions are listed.

Risk and Exploitability

The issue carries a CVSS score of 5.3, indicating a moderate severity. No EPSS value is available, and the vulnerability is not currently listed in CISA’s KEV catalog. Attackers would likely exploit the flaw by accessing the web upload interface remotely, submitting a crafted file that bypasses the server’s content validation and writing it to a web‑accessible directory. If the uploaded file is executable (e.g., a PHP script), the attacker could gain remote code execution or other capabilities within the affected system.

Generated by OpenCVE AI on August 7, 2026 at 00:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SourceCodester Online Examination & Learning Management System to the latest release that fixes the upload_files.php validation flaw.
  • If an immediate upgrade is not possible, restrict the upload endpoint to accept only safe file types (e.g., images) and validate MIME types server‑side before writing to disk.
  • Store uploaded files outside the web‑root or enforce restrictive permissions so that uploaded content cannot be executed by the web server.

Generated by OpenCVE AI on August 7, 2026 at 00:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in SourceCodester Online Examination & Learning Management System 1.0. This issue affects some unknown processing of the file upload_files.php. This manipulation causes unrestricted upload. The attack may be initiated remotely.
Title SourceCodester Online Examination & Learning Management System upload_files.php unrestricted upload
First Time appeared Sourcecodester
Sourcecodester online Examination Learning Management System
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:sourcecodester:online_examination_learning_management_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester online Examination Learning Management System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Sourcecodester Online Examination Learning Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-06T18:15:09.128Z

Reserved: 2026-08-06T08:38:53.083Z

Link: CVE-2026-19065

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:30:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type