CVE-2025-48076
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-87 | The product does not neutralize or incorrectly neutralizes user-controlled input for alternate script syntax. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Galette, a membership management web application, allows a user to edit a group name and insert a cross-site scripting (XSS) payload in versions 1.1.5.2 and below. This means an attacker can inject malicious scripts through the group name field, potentially affecting users who view that group name. The issue is fixed in version 1.2.0.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing attackers to execute malicious scripts in the context of the web application. This can lead to theft of user credentials, session hijacking, or other malicious actions performed on behalf of the user. Since the vulnerability requires user interaction (UI:P), it may be exploited through social engineering or by tricking users into viewing the malicious group name.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Galette to version 1.2.0 or later, as this version fixes the vulnerability allowing XSS payload insertion via group name editing.