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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-34300 โ€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: A critical Remote Code Execution (RCE) vulnerability in Sawtooth Lighthouse Studio.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: CWE-20 (Improper Input Validation). <br>๐Ÿ” **Flaw**: Unsafe use of the `eval` function in the Perl CGI component `ciwweb.pl`.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Affected Product**: Sawtooth Lighthouse Studio (Joint Analysis Platform). <br>๐Ÿ“‰ **Versions**: All versions **prior to 9.16.14**. <br>๐Ÿข **Vendor**: Sawtooth Software (USA).

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Actions**: Execute arbitrary Perl code remotely. <br>๐Ÿ”“ **Privileges**: Unauthenticated access required.โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

โš ๏ธ **Threshold**: **LOW**. <br>๐Ÿ”‘ **Auth**: Pre-authentication. No login credentials needed to exploit. <br>๐ŸŒ **Config**: Remote exploitation is possible via the web interface.

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

๐Ÿ”“ **Public Exp**: **YES**. <br>๐Ÿ“œ **PoCs Available**: <br>1. Nuclei template (ProjectDiscovery). <br>2. Python script (CVE-2025-34300POC). <br>๐ŸŒ **Status**: Active exploitation tools are publicly available on GitHub.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: <br>1. Use Nuclei with the CVE-2025-34300 template. <br>2. Run the Python POC script against target URLs. <br>3. Check if the server version is < 9.16.14.

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Official Fix**: **YES**. <br>๐Ÿ› ๏ธ **Patch**: Upgrade to **Lighthouse Studio version 9.16.14** or later. <br>๐Ÿ“ฅ **Source**: Official Sawtooth Software download page.

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch Workaround**: <br>1. **Block Access**: Restrict access to `ciwweb.pl` via WAF or firewall rules. <br>2.โ€ฆ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. <br>โณ **Priority**: Immediate action required. <br>๐Ÿ“ข **Reason**: Pre-auth RCE with public PoCs means automated attacks are likely already occurring. Patch immediately or isolate the service.