diff options
author | sem <sem@FreeBSD.org> | 2005-08-24 03:07:08 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-24 03:07:08 +0800 |
commit | bf9299268e5b908564fa31c8a891e778a2ffd63e (patch) | |
tree | 8316518f0252f29bca851f0016bc93effbbd45dd /security | |
parent | cb09631fec05c424112891218c1ab1af91e86ab0 (diff) | |
download | freebsd-ports-gnome-bf9299268e5b908564fa31c8a891e778a2ffd63e.tar.gz freebsd-ports-gnome-bf9299268e5b908564fa31c8a891e778a2ffd63e.tar.zst freebsd-ports-gnome-bf9299268e5b908564fa31c8a891e778a2ffd63e.zip |
Document mail/elm remote buffer overflow vulnerability.
PR: ports/85225
Submitted by: Kevin Day <toasty@dragondata.com> (elm maintainer)
Approved by: portmgr (blanket, VuXML)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 01411a0af2ba..614987c0bc1b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,40 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f66e011d-13ff-11da-af41-0004614cc33d"> + <topic>elm -- remote buffer overflow in Expires header</topic> + <affects> + <package> + <name>elm</name> + <range><lt>2.5.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ulf Harnhammar has discovered a remotely exploitable buffer + overflow in Elm e-mail client when parsing the Expires header + of an e-mail message:</p> + <blockquote cite="http://archives.neohapsis.com/archives/fulldisclosure/2005-08/0688.html"> + <p>The attacker only needs to send the victim an e-mail + message. When the victim with that message in his or her + inbox starts Elm or simply views the inbox in an already + started copy of Elm, the buffer overflow will happen + immediately. The overflow is stack-based, and it gives full + control over EIP, EBP and EBX. It is caused by a bad + sscanf(3) call, using a format string containing "%s" + to copy from a long char array to a shorter array.</p> + </blockquote> + </body> + </description> + <references> + <url>http://archives.neohapsis.com/archives/fulldisclosure/2005-08/0688.html</url> + </references> + <dates> + <discovery>2005-08-20</discovery> + <entry>2005-08-23</entry> + </dates> + </vuln> + <vuln vid="5ad3e437-e527-4514-b9ed-280b2ca1a8c9"> <topic>openvpn -- multiple TCP clients connecting with the same certificate at the same time can crash the server</topic> <affects> |