libspf2: DNS response buffer overflow A memory management error in libspf2 might allow for remote execution of arbitrary code. libspf2 October 30, 2008 October 30, 2008: 01 242254 remote 1.2.8 1.2.8

libspf2 is a library that implements the Sender Policy Framework, allowing mail transfer agents to make sure that an email is authorized by the domain name that it is coming from. Currently, only the exim MTA uses libspf2 in Gentoo.

libspf2 uses a fixed-length buffer to receive DNS responses and does not properly check the length of TXT records, leading to buffer overflows.

A remote attacker could store a specially crafted DNS entry and entice a user or automated system using libspf2 to lookup that SPF entry (e.g. by sending an email to the MTA), possibly allowing for the execution of arbitrary code.

There is no known workaround at this time.

All libspf2 users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=mail-filter/libspf2-1.2.8"
CVE-2008-2469 rbu rbu rbu