CVE-2025-66312
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-03
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| getgrav | grav-plugin-admin | to 1.10.50 (inc) |
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 Stored Cross-Site Scripting (XSS) issue in the Grav admin plugin. It occurs in the /admin/accounts/groups/Grupo endpoint where attackers can inject malicious scripts into the data[readableName] parameter. These scripts are stored on the server and executed automatically when users access the affected page, potentially compromising user security.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the context of users who visit the affected page. This can lead to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user, posing a significant security risk.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade the Grav admin plugin to version 1.11.0-beta.1 or later, where the Stored Cross-Site Scripting (XSS) vulnerability in the /admin/accounts/groups/Grupo endpoint has been fixed.