CRITICAL🇵🇱 Wersja polska

CVE-2025-26198

CVSS 9.8v3.1pub. 2025-06-18upd. 2025-07-09

CloudClassroom-PHP-Project v1.0 contains a critical SQL Injection vulnerability in the loginlinkadmin.php component. The application fails to sanitize user-supplied input in the admin login form before directly including it in SQL queries. This allows unauthenticated attackers to inject arbitrary SQL payloads and bypass authentication, gaining unauthorized administrative access. The vulnerability is triggered when an attacker supplies specially crafted input in the username field, such as ' OR '1'='1, leading to complete compromise of the login mechanism and potential exposure of sensitive backend data.

🤖 AI Analysis
How it works

The application does not filter user input entered in the administrator login form before placing it directly in the SQL query. An attacker can enter a specially crafted payload in the username field — for example ' OR '1'='1 — which causes the SQL query to always return a positive result. As a result, the authentication mechanism is completely bypassed and the attacker gains an administrative session.

Impact

An attacker without any privileges can obtain full administrative access to the application and potentially read sensitive data stored in the backend database.

Mitigation & patch

Apply patches available from the vendor according to the references. As an immediate workaround, it is recommended to implement validation and parameterization of SQL queries (prepared statements) and restrict access to the administration panel at the network or firewall level.

Who is affected

CloudClassroom-PHP-Project v1.0 (loginlinkadmin.php component)

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Vishalmathur Cloudclassroom PHP Project

    APP
    Vishalmathur
    1.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
SQLiAuth Bypass
CWE
References

Related vulnerabilities

CVE-2025-46179CRITICAL9.8PL ✓same product

SQL Injection w CloudClassroom-PHP — plik askquery.php

CVE-2025-26199CRITICAL9.8PL ✓same product

Nieszyfrowana transmisja danych logowania w CloudClassroom-PHP-Project

CVE-2025-45542HIGH7.3same product

SQL injection vulnerability in the registrationform endpoint of CloudClassroom-PHP-Project v1.0. The pass para...

CVE-2024-57459HIGH7.3same product

A time-based SQL injection vulnerability exists in mydetailsstudent.php in the CloudClassroom PHP Project 1.0....

CVE-2025-44608MEDIUM6.5same product

CloudClassroom-PHP Project v1.0 was discovered to contain a SQL injection vulnerability via the viewid paramet...