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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2011-3360 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Untrusted search path vulnerability in Wireshark. πŸ“‰ **Consequences**: Local users can execute malicious Lua scripts to gain **privileged access**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: The application relies on an **untrusted search path** for Lua scripts.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Versions**: 1. Wireshark **1.4.x** (before 1.4.9) 2. Wireshark **1.6.x** (before 1.6.2). ⚠️ Note: Wireshark was formerly known as **Ethereal**.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Action**: A local user places a **Trojan Lua script** in an unmonitored directory. πŸ”“ **Result**: When Wireshark runs, it executes this script with **elevated privileges**. Data integrity is compromised.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Threshold**: **Low**. Requires **Local User** access. No remote exploitation or complex authentication bypass needed. Just physical/logical access to the local machine.

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

🌐 **Public Exploit**: **No** public PoC or wild exploit found in the provided data. πŸ“ **References**: Only vendor advisories (RedHat, Mandriva) and mailing list discussions (oss-security) are listed.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check your Wireshark version. 2. Is it **< 1.4.9** or **< 1.6.2**? 3. Inspect Lua script directories for unauthorized files. 4. Use vulnerability scanners targeting Wireshark CVE-2011-3360.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. Official patches are available. πŸ”§ **Mitigation**: Upgrade to **Wireshark 1.4.9+** or **1.6.2+**. Vendor advisories from RedHat and Mandriva confirm the fix.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Restrict permissions** on Lua script directories. 2. **Disable Lua scripting** if not needed. 3. Ensure only **trusted sources** are in the search path. 4.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: **Medium-High**. πŸ“… **Published**: 2011-09-20. πŸ’‘ **Insight**: While old, it highlights critical **local privilege escalation** risks.…