Exploitation Summary
EIP tracks 1 public exploit for CVE-2010-2891. PoCs published by Core Security.
AI-analyzed exploit summary The advisory describes a buffer overflow vulnerability in LibSMI's smiGetNode function when processing long OIDs in numerical form. The issue arises due to a statically allocated buffer of 128 elements being overwritten when an OID with more than 128 numeric tokens is provided.
Description
Buffer overflow in the smiGetNode function in lib/smi.c in libsmi 0.4.8 allows context-dependent attackers to execute arbitrary code via an Object Identifier (aka OID) represented as a numerical string containing many components separated by . (dot) characters.
Exploits (1)
The advisory describes a buffer overflow vulnerability in LibSMI's smiGetNode function when processing long OIDs in numerical form. The issue arises due to a statically allocated buffer of 128 elements being overwritten when an OID with more than 128 numeric tokens is provided.