CVE-2026-25594
Stored XSS in InvoicePlane 1.7.0 Family Name Field
Publication date: 2026-02-18
Last updated on: 2026-02-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| invoiceplane | invoiceplane | to 1.7.1 (exc) |
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
What immediate steps should I take to mitigate this vulnerability?
To mitigate this Stored Cross-Site Scripting (XSS) vulnerability in InvoicePlane 1.7.0, you should upgrade the application to version 1.7.1 or later, where the issue is patched.
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in InvoicePlane version 1.7.0. It occurs because the Family Name field's value is rendered without proper HTML encoding inside the family dropdown on the product form. An attacker who can create a family with a malicious name can inject a script payload that executes in the browser of any administrator who views the product form.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to execute malicious scripts in the context of an administrator's browser session. This can lead to unauthorized actions performed with administrator privileges, such as stealing sensitive information, manipulating invoice or client data, or performing other malicious activities within the application.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know