CVE-2025-60507
BaseFortify
Publication date: 2025-10-21
Last updated on: 2025-10-21
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| moodle | local_geniai | 2.3.6 |
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?
This vulnerability is a cross-site scripting (XSS) issue in the Moodle GeniAI plugin (local_geniai) version 2.3.6. An authenticated user with a Teacher role can upload a PDF file that contains embedded JavaScript. The plugin then outputs a direct HTML link to this uploaded file without sanitizing it. When other users, such as Students or Administrators, click on this link, the embedded JavaScript executes in their browsers, potentially leading to malicious actions.
How can this vulnerability impact me? :
This vulnerability can lead to the execution of malicious JavaScript code in the browsers of users who click the unsafe link. This can result in theft of sensitive information, session hijacking, unauthorized actions performed on behalf of the user, or other malicious activities. Since the vulnerability affects multiple user roles, it can compromise the security and integrity of the Moodle environment.