CVE-2026-36948
Published: 13 April 2026
Summary
CVE-2026-36948 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-36948 is a SQL injection vulnerability (CWE-89) affecting Sourcecodester Online Thesis Archiving System version 1.0, specifically in the file /otas/view_archive.php. The issue has a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility, low complexity, and lack of required privileges or user interaction.
Remote, unauthenticated attackers can exploit this vulnerability over the network with low effort to inject malicious SQL payloads. Successful exploitation enables limited impacts, including low-level disclosure of sensitive data, minor modifications to database integrity, and restricted denial of service through low availability disruption.
The primary advisory reference is a GitHub bug report at https://github.com/huliangjia/bug_report/blob/main/Sourcecodester/online-thesis-archiving-system/SQL-1.md, which details the vulnerability but does not specify patches or mitigations in the provided information. Security practitioners should review the source code for input sanitization and apply updates if available from the vendor.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-22004
Vulnerability details
Sourcecodester Online Thesis Archiving System v1.0 is vulnerale to SQL injection in the file /otas/view_archive.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a publicly accessible web application directly enables exploitation of public-facing applications (T1190) for remote unauthenticated access, data disclosure, and limited manipulation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 requires validation of all inputs to ensure consistency with expected formats, directly preventing SQL injection by rejecting malicious payloads in /otas/view_archive.php.
SI-2 mandates identification, prioritization, and remediation of system flaws like this SQL injection vulnerability through patching the affected PHP file.
RA-5 vulnerability scanning and monitoring identifies SQL injection flaws such as CVE-2026-36948 in web applications prior to exploitation.