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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Mammoth (Word-to-HTML tool) has a critical flaw in handling `.docx` files. <br>πŸ’₯ **Consequences**: Attackers can trigger **Directory Traversal** (CWE-22) or cause **Resource Exhaustion** (DoS).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **Missing Input Validation**. Specifically, the tool fails to verify file paths or types when processing documents. <br>πŸ” **CWE**: CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Versions**: <br>β€’ `mammoth` **0.3.25** <br>β€’ All versions **before 1.11.0** <br>πŸ‘€ **Developer**: Michael Williamson (Personal Project).

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: <br>β€’ **Read**: Access sensitive files outside the intended directory via traversal. <br>β€’ **Disrupt**: Crash the service via resource overconsumption.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Exploitation Threshold**: **Low**. <br>β€’ **Network**: Remote (AV:N). <br>β€’ **Auth**: None required (PR:N). <br>β€’ **User Interaction**: Required (UI:R) - Victim must open/submit a malicious docx.

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

πŸ“’ **Public Exploit**: **No**. The `pocs` field is empty. <br>πŸ”— **References**: Proof-of-concept links exist on GitHub/Snyk, but no automated wild exploitation tools are confirmed in the data.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan your dependency tree for `mammoth` version < 1.11.0. <br>2. Check if your app processes untrusted `.docx` files using this library. <br>3. Look for file path manipulation in logs.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix Status**: **Yes**. <br>β€’ **Patch**: Upgrade to version **1.11.0** or later. <br>β€’ **Commit**: Fix confirmed in `c54aaeb` on GitHub.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>β€’ **Sanitize Inputs**: Validate all file paths and extensions strictly before passing to Mammoth.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>β€’ CVSS Score indicates High Impact. <br>β€’ Easy to exploit (Low Complexity). <br>β€’ **Action**: Patch immediately if processing user-uploaded Word documents.