Skip to main content

PHP CVE-2026-36236

| EUVDEUVD-2026-21392 CRITICAL
SQL Injection (CWE-89)
2026-04-10 mitre GHSA-h5j3-w5wp-rcr7
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
Apr 14, 2026 - 15:25 vuln.today
CVSS changed
Apr 14, 2026 - 15:22 NVD
9.8 (CRITICAL)
EUVD ID Assigned
Apr 10, 2026 - 15:15 euvd
EUVD-2026-21392
CVE Published
Apr 10, 2026 - 00:00 nvd
N/A

DescriptionCVE.org

SourceCodester Engineers Online Portal v1.0 is vulnerable to SQL Injection in update_password.php via the new_password parameter.

AnalysisAI

SQL injection in SourceCodester Engineers Online Portal v1.0 allows remote unauthenticated attackers to execute arbitrary SQL commands through the new_password parameter in update_password.php, enabling complete database compromise, authentication bypass, and potential server takeover. Despite a critical CVSS score of 9.8, EPSS indicates only 0.01% exploitation probability (2nd percentile), and no public exploit identified at time of analysis beyond technical documentation. The vulnerable PHP application lacks input validation on password update functionality, a common weakness in legacy web portals.

Technical ContextAI

This vulnerability affects SourceCodester Engineers Online Portal version 1.0, a PHP-based web application for managing engineering projects and personnel. The flaw is classified as CWE-89 (SQL Injection), occurring when the update_password.php script fails to properly sanitize or parameterize the new_password parameter before incorporating it into SQL queries. Classic SQL injection vulnerabilities arise when user-supplied input is concatenated directly into SQL statements rather than using prepared statements or parameterized queries. In PHP applications, this typically manifests through direct string concatenation with $_POST or $_GET variables passed to mysql_query() or mysqli_query() functions without proper escaping. The affected endpoint appears to be a password change function, which should be a privileged operation but may be exploitable without authentication if the PR:N (no privileges required) CVSS component is accurate. CPE data is generic (cpe:2.3:a:n/a:n/a), indicating limited vendor tracking in official databases.

RemediationAI

No vendor-released patch identified at time of analysis. SourceCodester Engineers Online Portal appears to be an unmaintained or community-supported project without active security updates. Organizations currently running version 1.0 should immediately implement the following measures: (1) Apply input validation and parameterized queries to update_password.php by replacing direct SQL concatenation with PHP PDO prepared statements or mysqli_prepare() with bound parameters for the new_password parameter. (2) Implement web application firewall (WAF) rules to detect and block SQL injection patterns targeting update_password.php endpoints. (3) Restrict access to password update functionality to authenticated sessions with proper CSRF protection. (4) If modification is not feasible, migrate to actively maintained alternatives with established security practices. (5) Conduct security audit of other PHP scripts in the application, as similar SQL injection vulnerabilities likely exist in other components following the same insecure coding patterns. Reference the technical analysis at https://github.com/Amorsec/CVE-PHP/blob/main/sourcecodester-Engineers_Online_Portal_in_PHP_update_password.php_sql_injection.pdf for specific code remediation guidance. Given the lack of vendor support, long-term solution is application replacement rather than patching.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-36236 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy