Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-25548 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: InvoicePlane 1.7.0 suffers from **Local File Inclusion (LFI)** combined with **Log Poisoning**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-94** (Code Injection). The flaw lies in how the application handles file inclusion, allowing malicious input to be injected via logs and then executed.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **InvoicePlane** version **1.7.0**. Specifically, the self-hosted open-source application used for managing invoices, quotes, and payments.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Power**: Full **Remote Code Execution**. Hackers can run arbitrary commands on the server, leading to complete data theft, modification, or system destruction.

Q5Is exploitation threshold high? (Auth/Config)

πŸ” **Threshold**: **Medium**. Requires **PR:H** (Privileges Required: High). The attacker likely needs valid authentication credentials to trigger the log poisoning and subsequent LFI.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ“¦ **Exploit Status**: **No Public PoC** listed in the data. However, the vulnerability is confirmed via GitHub Security Advisory (GHSA-g6rw-m9mf-33ch).

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **InvoicePlane v1.7.0**. Check if the application is exposed to the internet. Verify if authenticated users can manipulate log entries or file paths.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix Status**: **Yes**. A fix is available. Refer to the GitHub commit **93622f2df88a860d89bfee56012cabb2942061d6** for the official patch.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: If you cannot update immediately, **restrict access** to authenticated users only. Implement strict **WAF rules** to block LFI patterns and monitor server logs for injection attempts.

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: **CRITICAL**. Despite requiring auth, the impact is **RCE** (CVSS High). Patch immediately upon updating to the latest version to prevent total server compromise.