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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2012-5964 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A stack-based buffer overflow in `unique_service_name` function within SSDP parser (`ssdp/ssdp_server.c`). πŸ’₯ **Consequences**: Remote attackers can execute arbitrary code via long DeviceType fields in UDP …

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Stack-based buffer overflow. πŸ” **Flaw**: The `unique_service_name` function fails to properly handle input length in the SSDP parser, leading to memory corruption.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: UPnP Devices (libupnp / Intel SDK for UPnP Devices). πŸ“Œ **Version**: Specifically version **1.3.1** of the portable SDK.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Hackers' Power**: Execute **arbitrary code**. πŸ”“ **Privileges**: Gained via remote exploitation through UDP packets. No local access needed.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🌐 **Auth/Config**: Remote exploitation possible. No authentication required. Attack vector is UDP packets.

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

πŸ“’ **Public Exp?**: Yes, referenced in security advisories (Cisco, Debian, Mandriva). πŸ”— **PoC**: Specific PoC code not listed in data, but vendor advisories confirm exploitability (BID 57602).

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for UPnP devices running **libupnp v1.3.1**. πŸ“‘ **Feature**: Look for SSDP services. Check if `unique_service_name` handling is vulnerable to oversized DeviceType fields.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fixed?**: Yes. πŸ“œ **Patch**: Vendor advisories exist (Cisco, Debian DSA-2614, Mandriva MDVSA-2013:098). Update libupnp to patched version.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable UPnP services if not needed. πŸ›‘ **Mitigation**: Block UDP traffic related to SSDP/UPnP at the firewall. Isolate affected devices.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. ⏳ **Priority**: Critical remote code execution (RCE) vulnerability. Patch immediately or isolate network segments.