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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-25586 โ€” AI Deep Analysis Summary

CVSS 10.0 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: SandboxJS < 0.8.29 has a **Sandbox Escape** flaw. ๐Ÿ›‘ **Consequences**: Attackers bypass security controls, pollute `Object.prototype`, and cause persistent cross-sandbox damage. ๐Ÿ’ฅ

Q2Root Cause? (CWE/Flaw)

๐Ÿ” **Root Cause**: **CWE-74** (Improper Neutralization). The flaw stems from **masking `hasOwnProperty`** on the sandbox object.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ‘ฅ **Affected**: **SandboxJS** by developer **nyariv**. ๐Ÿ“ฆ **Version**: All versions **prior to 0.8.29**. โš ๏ธ

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Capabilities**: Full **Privilege Escalation** within the sandbox. They can access **`__proto__`**, pollute global objects, and execute **Cross-Sandbox Attacks**. ๐ŸŒ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ“‰ **Exploitation Threshold**: **LOW**. CVSS indicates **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges), **UI:N** (No User Interaction). Easy to exploit remotely! ๐Ÿš€

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

๐Ÿ“‚ **Public Exploit**: **No**. The `pocs` field is empty. ๐Ÿšซ While the flaw is clear, no public PoC or wild exploitation code is currently available. ๐Ÿ•ต๏ธ

Q7How to self-check? (Features/Scanning)

๐Ÿ”Ž **Self-Check**: Scan for **SandboxJS** installations. Check version numbers. Look for usage of `hasOwnProperty` without proper isolation in custom sandbox implementations. ๐Ÿงช

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed**: **Yes**. Patched in **version 0.8.29**. ๐Ÿ› ๏ธ Reference: GitHub commit `67cb186` and GHSA advisory `GHSA-jjpw-65fv-8g48`. ๐Ÿ”—

Q9What if no patch? (Workaround)

๐Ÿ›ก๏ธ **No Patch Workaround**: **Not Recommended**. Since it allows prototype pollution, temporary mitigations are risky. **Upgrade immediately** if possible. If stuck, isolate the environment strictly. ๐Ÿงฑ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. CVSS Score is **High** (likely 9.8+). Network-accessible, no auth needed, and causes severe data integrity issues. Patch NOW! โณ