Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-55579 — Proof-of-concept for a stored cross-site scripting (XSS) vulnerability in SolidInvoice Tax Rates, with exploitation steps and remediation guidance for version 2.3.7. | Kitploit
Tools/GitHubGitHub/ddobrev25/cve-2025-55579
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubddobrev25/cve-2025-55579

CVE-2025-55579

Proof-of-concept for a stored cross-site scripting (XSS) vulnerability in SolidInvoice Tax Rates, with exploitation steps and remediation guidance for version 2.3.7.

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-55579 - SolidInvoice Stored Cross-Site Scripting (XSS) in Tax Rates

Summary

SolidInvoice is vulnerable to a Stored Cross-Site Scripting (XSS) issue in the Tax Rates Feature. An authenticated attacker can inject arbitrary JavaScript into the application, which will then execute in users' browsers.

Affected Versions

  • Vulnerable: 2.3.7
  • Fixed: 2.3.8

Impact

Exploitation allows a malicious user to store arbitrary JavaScript in the application, which will execute in the context of other authenticated users who view the Tax Rates page. If the application is deployed in a multi-user environment - for example, with multiple admins, this could lead to:

  • Session hijacking
  • Credential or token theft
  • Phishing or social engineering attacks
  • Arbitrary actions performed on behalf of another user

Proof-of-Concept

  1. Navigate to System > Tax Rates > Add Tax Rate.
  2. Enter a payload in the Name field with the following format:
    root@kitploit:~
    <image/src/onerror=prompt(1)>
    
  • Fill in all required fields and save the tax rate.
  • Visit System > Tax Rates to trigger the script.
  • Remediation

    Update SolidInvoice to version 2.3.8 or later.

    References

    Product: https://solidinvoice.co/

    Download Tool