Description
Sourcecodester Online Thesis Archiving System v1.0 is vulnerale to SQL injection in the file /otas/view_archive.php.
Published: 2026-04-13
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: SQL injection leading to unauthorized data access or modification
Action: Apply patch
AI Analysis

Impact

A classic SQL injection vulnerability exists in the sourcecodester online thesis archiving system v1.0, specifically within the file /otas/view_archive.php. The flaw allows an attacker to inject arbitrary SQL code into the database query, which can result in the leakage of confidential thesis documents, alteration of stored records, or deletion of data. As the injection occurs in a publicly accessible endpoint, any user with network access to the web application could potentially exploit it. The weakness is identified as a classic input validation failure (CWE‑89).

Affected Systems

The software affected is the Sourcecodester Online Thesis Archiving System version 1.0. No vendor name is provided in the CNA mapping and the product appears to be a community‑developed PHP application used for storing academic theses. The only explicit version information available is v1.0; further details such as patch levels are not disclosed.

Risk and Exploitability

The CVSS base score of 7.3 indicates a high severity level, with the attack requiring local or remote code execution through the web layer. EPSS indicates a low probability of exploitation (<1%), and the issue is not listed in the CISA KEV catalog. The likely attack vector is through HTTP requests sent to /otas/view_archive.php with crafted parameters, a typical scenario for web‑application SQL injection. Without mitigation, an attacker could read or modify the underlying MySQL database used by the application.

Generated by OpenCVE AI on April 14, 2026 at 15:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Sourcecodester Online Thesis Archiving System to the latest available version that includes a fix for the SQL injection flaw.
  • If no official patch exists, modify the database access layer in /otas/view_archive.php to use parameterized queries or proper escaping to prevent malformed SQL.
  • Implement authentication controls so that only authorized users can access the view_archive.php endpoint, reducing the attack surface.
  • Run a comprehensive web application vulnerability scan after applying changes to confirm the issue has been resolved.

Generated by OpenCVE AI on April 14, 2026 at 15:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Apr 2026 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester online Thesis Archiving System
Vendors & Products Sourcecodester
Sourcecodester online Thesis Archiving System

Tue, 14 Apr 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
Description Sourcecodester Online Thesis Archiving System v1.0 is vulnerale to SQL injection in the file /otas/view_archive.php.
References

Subscriptions

Sourcecodester Online Thesis Archiving System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-04-14T13:20:38.064Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-36948

cve-icon Vulnrichment

Updated: 2026-04-14T13:20:26.424Z

cve-icon NVD

Status : Deferred

Published: 2026-04-13T17:16:28.993

Modified: 2026-06-17T10:41:25.110

Link: CVE-2026-36948

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-14T16:35:43Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')