Skip to main content

PHP EUVDEUVD-2024-54626

| CVE-2024-57459 HIGH
SQL Injection (CWE-89)
2025-06-02 cve@mitre.org
7.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.3 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

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:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
EUVD ID Assigned
Mar 14, 2026 - 16:47 euvd
EUVD-2024-54626
Analysis Generated
Mar 14, 2026 - 16:47 vuln.today
CVE Published
Jun 02, 2025 - 16:15 nvd
HIGH 7.3

DescriptionCVE.org

A time-based SQL injection vulnerability exists in mydetailsstudent.php in the CloudClassroom PHP Project 1.0. The myds parameter does not properly validate user input, allowing an attacker to inject arbitrary SQL commands.

AnalysisAI

Time-based SQL injection vulnerability in the mydetailsstudent.php file of CloudClassroom PHP Project version 1.0, where the 'myds' parameter fails to properly validate user input, allowing unauthenticated remote attackers to inject and execute arbitrary SQL commands. The vulnerability has a CVSS score of 7.3 (High), indicating potential for data theft, modification, and service disruption. No KEV status or active exploitation data is provided in the current intelligence; however, the network-accessible nature (CVSS:3.1/AV:N) and low attack complexity suggest this represents a significant real-world risk if the affected application is internet-facing.

Technical ContextAI

The vulnerability exists in CloudClassroom PHP Project 1.0, a PHP-based web application for classroom management. The root cause is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), a classic SQL injection flaw. The mydetailsstudent.php endpoint accepts user input via the 'myds' parameter and incorporates it directly into SQL queries without proper input validation, parameterization, or prepared statement usage. Time-based SQL injection specifically exploits database response delays (using SLEEP() or BENCHMARK() functions) to infer truth values when error-based or UNION-based methods are unavailable, making this a blind injection variant that is slower but harder to detect. The absence of input sanitization or query parameterization in legacy PHP applications like this is typical of outdated code patterns predating modern ORM frameworks and security best practices.

RemediationAI

Immediate mitigation steps: (1) Disable or restrict network access to mydetailsstudent.php via firewall or web application firewall (WAF) rules until patched; (2) Implement input validation and sanitization on the 'myds' parameter to reject SQL metacharacters and enforce expected input format (e.g., alphanumeric-only if applicable); (3) Refactor the mydetailsstudent.php code to use prepared statements with parameterized queries (e.g., PHP PDO with bound parameters or MySQLi prepared statements) instead of string concatenation. Long-term: update to a patched version of CloudClassroom PHP Project when released by the vendor (version number TBD—check project repository). If the project is unmaintained, migrate to an actively supported classroom management system. No specific patch version is provided in the current intelligence; contact the CloudClassroom vendor or check the official repository (GitHub, SourceForge, etc.) for a patched release. Web Application Firewall (WAF) rules targeting SQL injection patterns (e.g., SLEEP, BENCHMARK, UNION SELECT) can provide temporary detection/blocking until code-level fixes are deployed.

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

EUVD-2024-54626 vulnerability details – vuln.today

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