diff options
author | brooks <brooks@FreeBSD.org> | 2015-03-25 05:32:04 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2015-03-25 05:32:04 +0800 |
commit | 6641e677bf1d77477f2569a13d85b1f5366c6b6d (patch) | |
tree | 1580682eebbf1c6864f0fc3891e2b91e2b2e193d /security | |
parent | df03bb1807700de0e58effa33386068a929da332 (diff) | |
download | freebsd-ports-gnome-6641e677bf1d77477f2569a13d85b1f5366c6b6d.tar.gz freebsd-ports-gnome-6641e677bf1d77477f2569a13d85b1f5366c6b6d.tar.zst freebsd-ports-gnome-6641e677bf1d77477f2569a13d85b1f5366c6b6d.zip |
The ancient version of binutils in the cross-binutils port suffers for
several vulnerabilities.
This also effects devel/mingw64-binutils.
PR: 198816
Reported by: Sevan Janiyan <venture37@geeklan.co.uk>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 16c7645ee496..5e22817596af 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,56 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f6a014cd-d268-11e4-8339-001e679db764"> + <topic>GNU binutils -- multiple vulnerabilities</topic> + <affects> + <package> + <name>devel/cross-binutils</name> + <range><lt>2.25</lt></range> + </package> + <package> + <name>devel/mingw64-binutils</name> + <range><lt>2.25</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>US-CERT/NIST reports:</p> + <blockquote cite="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8501"> + <p>The _bfd_XXi_swap_aouthdr_in function in bfd/peXXigen.c in GNU + binutils 2.24 and earlier allows remote attackers to cause a + denial of service (out-of-bounds write) and possibly have other + unspecified impact via a crafted NumberOfRvaAndSizes field in the + AOUT header in a PE executable.</p> + </blockquote> + <p>US-CERT/NIST reports:</p> + <blockquote cite="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8502"> + <p>Heap-based buffer overflow in the pe_print_edata function in + bfd/peXXigen.c in GNU binutils 2.24 and earlier allows remote + attackers to cause a denial of service (crash) and possibly have + other unspecified impact via a truncated export table in a PE + file.</p> + </blockquote> + <p>US-CERT/NIST reports:</p> + <blockquote cite="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8503"> + <p>Stack-based buffer overflow in the ihex_scan function in + bfd/ihex.c in GNU binutils 2.24 and earlier allows remote + attackers to cause a denial of service (crash) and possibly have + other unspecified impact via a crafted ihex file.</p> + </blockquote> + </body> + </description> + <references> + <url>https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8501</url> + <url>https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8502</url> + <url>https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8503</url> + </references> + <dates> + <discovery>2014-12-09</discovery> + <entry>2015-03-24</entry> + </dates> + </vuln> + <vuln vid="996bce94-d23d-11e4-9463-9cb654ea3e1c"> <topic>libuv -- incorrect revocation order while relinquishing privileges</topic> <affects> |