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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-26794 β€” AI Deep Analysis Summary

CVSS 7.5 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **What is this vulnerability?** * **Essence:** A critical **SQL Injection (SQLi)** flaw in Exim MTA. * **Trigger:** Occurs when using **SQLite** as the DBM backend + **ETRN** command. * **Consequences:** Remote …

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause? (CWE/Flaw)** * **CWE ID:** **CWE-89** (Improper Neutralization of Special Elements used in an SQL Command). * **The Flaw:** Parameters passed to SQLite are **not properly sanitized** before executio…

Q3Who is affected? (Versions/Components)

🏒 **Who is affected? (Versions/Components)** * **Vendor:** **Exim** (Open-source Mail Transfer Agent). * **Affected Versions:** **Exim 4.98.1 and earlier**.…

Q4What can hackers do? (Privileges/Data)

πŸ’£ **What can hackers do? (Privileges/Data)** * **Remote Access:** No authentication required (PR:N).…

Q5Is exploitation threshold high? (Auth/Config)

🚧 **Is exploitation threshold high? (Auth/Config)** * **Attack Vector:** **Network (AV:N)**. Remote exploitation is possible. πŸ“‘ * **Complexity:** **Low (AC:L)**. Easy to exploit. πŸ“‰ * **Auth:** **None (PR:N)**.…

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

πŸ’» **Is there a public Exp? (PoC/Wild Exploitation)** * **Yes!** Multiple PoCs are available.…

Q7How to self-check? (Features/Scanning)

πŸ” **How to self-check? (Features/Scanning)** * **Check Version:** Run `exim -bV`. If version < **4.98.2**, you are vulnerable. πŸ“ * **Check Config:** Look for `dbdriver = sqlite` in your Exim configuration.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Is it fixed officially? (Patch/Mitigation)** * **Yes.** The vulnerability was published on **2025-02-21**. πŸ“… * **Fix:** Upgrade to **Exim 4.98.2** or later.…

Q9What if no patch? (Workaround)

πŸ›‘ **What if no patch? (Workaround)** * **Disable SQLite:** Switch your DBM driver to **MySQL**, **PostgreSQL**, or **gdbm**.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Is it urgent? (Priority Suggestion)** * **Priority:** **CRITICAL / HIGH**. 🚨 * **Reason:** * Remote exploitation without auth. 🌐 * Low complexity. πŸ“‰ * Public exploits exist.…