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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A supply chain attack via a compromised `axios` npm package. <br>πŸ’₯ **Consequences**: Bruno IDE installs a cross-platform Remote Access Trojan (RAT). Your machine is compromised.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-494** (Download of Code Without Integrity Check). <br>πŸ” **Flaw**: The dependency `axios` was hijacked by attackers, injecting malicious code into legitimate updates.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Users of **Bruno** (API IDE). <br>πŸ“¦ **Version**: Versions **before 3.2.1**. <br>🏒 **Vendor**: usebruno.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hacker Actions**: Full Remote Access. <br>πŸ”“ **Privileges**: High (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). <br>πŸ“‚ **Data**: Complete system control, data theft, and lateral movement.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: None required (PR:N). <br>πŸ–±οΈ **UI**: None required (UI:N). <br>🌐 **Network**: Network accessible (AV:N). Just installing the vulnerable version triggers it.

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

πŸ“’ **Public Exp?**: **Yes**. <br>πŸ”— **Proof**: The malicious package is already live on npm. <br>🚫 **PoC**: No specific script needed; the compromised package *is* the exploit.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check Bruno version (< 3.2.1). <br>2. Scan `node_modules` for modified `axios` checksums. <br>3. Monitor for suspicious outbound network connections from Bruno.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: **Yes**. <br>πŸ”§ **Patch**: Upgrade to **Bruno 3.2.1** or later. <br>πŸ“ **Advisory**: See GHSA-658g-p7jg-wx5g.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Uninstall** Bruno immediately. <br>2. **Clear** npm cache (`npm cache clean --force`). <br>3. **Reinstall** from verified sources. <br>4. **Scan** system for RAT artifacts.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>⏱️ **Priority**: **Immediate Action Required**. <br>⚠️ **Reason**: Active supply chain compromise with full system access. Do not delay.