CVE-2026-24745
Stored XSS in InvoicePlane Login Logo Upload Allows Full Compromise
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 | 1.7.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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Upload Login Logo function of InvoicePlane version 1.7.0. It occurs because the application allows uploading SVG files, which can contain malicious scripts. Although exploiting this vulnerability requires administrator privileges, it is critical because the stored malicious scripts can lead to unauthorized modification of application data, creation of persistent backdoors, and full compromise of the application's integrity.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker with administrator privileges to inject malicious scripts into the application through the SVG upload feature. This can result in unauthorized changes to application data, persistent backdoors that maintain access to the system, and a complete compromise of the application's integrity.
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
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should upgrade InvoicePlane from version 1.7.0 to version 1.7.1 or later, as version 1.7.1 patches the Stored Cross-Site Scripting (XSS) issue in the Upload Login Logo function.
Additionally, restrict administrator privileges carefully since exploitation requires such privileges.