CVE-2025-46178
BaseFortify
Publication date: 2025-06-09
Last updated on: 2025-07-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vishalmathur | cloudclassroom-php_project | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-46178 is a Cross-Site Scripting (XSS) vulnerability in the CloudClassroom PHP project, specifically in the askquery.php file via the eid parameter. This vulnerability allows remote attackers to inject arbitrary JavaScript code into the victim's browser session by sending a specially crafted URL. This malicious script can then execute in the context of the victim's session. [1]
How can this vulnerability impact me? :
This vulnerability can lead to session hijacking, where an attacker can steal the victim's session cookies or credentials, potentially gaining unauthorized access to the victim's account. It can also lead to defacement of the web application by injecting unwanted or malicious content, compromising the integrity and trustworthiness of the application. [1]