
Public Disclosure
CloudClassroom-PHP-Project v1.0 is vulnerable to insecure transmission of user credentials. During the authentication process, passwords are submitted over unencrypted HTTP rather than HTTPS. This exposes sensitive information (i.e., usernames and passwords) to interception by network-based attackers using packet sniffing or Man-in-the-Middle (MitM) attacks.
If an attacker captures valid admin credentials, they may log in and potentially exploit additional application functionality (e.g., file upload or remote shell injection) to achieve remote code execution, depending on the deployment context and system configuration.
POST http://localhost/CloudClassroom-PHP-Project-master/loginlinkadmin.php
Clone the Repository
git clone https://github.com/mathurvishal/CloudClassroom-PHP-Project.git
Host the Application
http://localhost/CloudClassroom-PHP-Project-master/loginlinkadmin.phpPerform Login over HTTP
Attack Vector
CWE-319: Cleartext Transmission of Sensitive Information
https://cwe.mitre.org/data/definitions/319.html
(Optional if RCE is possible)
CWE-306: Missing Authentication for Critical Function
https://cwe.mitre.org/data/definitions/306.html
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N| Event | Date |
|---|---|
| Vulnerability Discovered | 15 April 2025 |
| Public Disclosure | 18 June 2025 |
| Patch Available | No |
This vulnerability was discovered and responsibly disclosed by:
Tansique Dasari
📧 [email protected]
🔗 https://github.com/tansique-17