CVE-2013-1950
libtirpc < 0.2.3 - Denial of Service via Crafted Sun RPC Arguments
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2013-1950. PoCs published by Sean Verity.
AI-analyzed exploit summary This Ruby script exploits CVE-2013-1950 by sending a malformed UDP packet to rpcbind with an argument length > 8944, causing a crash. It targets the CALLIT procedure in rpcbind versions affected by this vulnerability.
Description
The svc_dg_getargs function in libtirpc 0.2.3 and earlier allows remote attackers to cause a denial of service (rpcbind crash) via a Sun RPC request with crafted arguments that trigger a free of an invalid pointer.
Exploits (1)
This Ruby script exploits CVE-2013-1950 by sending a malformed UDP packet to rpcbind with an argument length > 8944, causing a crash. It targets the CALLIT procedure in rpcbind versions affected by this vulnerability.