CVE-2025-48884
BaseFortify
Publication date: 2025-11-04
Last updated on: 2025-11-10
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| galette | galette | to 1.2.0 (exc) |
| galette | galette | 1.2.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. |
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |
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 Document Type feature of the Galette membership management web application versions 1.1.5.2 and below. XSS vulnerabilities allow attackers to inject malicious scripts into web pages viewed by other users, potentially leading to unauthorized actions or data theft. This issue has been fixed in version 1.2.0.
How can this vulnerability impact me? :
The Cross-site Scripting vulnerability can allow attackers to execute malicious scripts in the context of the affected web application, potentially leading to theft of user credentials, session hijacking, or unauthorized actions performed on behalf of users. This can compromise the security and integrity of the membership management system.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Galette to version 1.2.0 or later, as this version contains the fix for the Cross-site Scripting vulnerability in the Document Type component.