diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-03-17 10:45:34 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-03-17 10:45:34 +0800 |
commit | bcc9eff7579ec98c34a72efd216403f9d920d992 (patch) | |
tree | 4c25ab42f29cfea9f3e64da6bb635a4c1c87a71a /security | |
parent | e3ee8c74665ef0bc253c4557ad2f47d56a1a8052 (diff) | |
download | freebsd-ports-gnome-bcc9eff7579ec98c34a72efd216403f9d920d992.tar.gz freebsd-ports-gnome-bcc9eff7579ec98c34a72efd216403f9d920d992.tar.zst freebsd-ports-gnome-bcc9eff7579ec98c34a72efd216403f9d920d992.zip |
Document possible code execution and integer overflow issue in git
PR: 208074
Reported by: Sevan Janiyan <venture37@geeklan.co.uk> (via PR)
Reported by: Tony Tung <tonytung@merly.org> (via email)
Security: CVE-2016-2315
Security: CVE-2016-2324
Security: https://vuxml.FreeBSD.org/freebsd/93ee802e-ebde-11e5-92ce-002590263bf5.html
Security: https://vuxml.FreeBSD.org/freebsd/d2a84feb-ebe0-11e5-92ce-002590263bf5.html
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b8c4b375de5e..7c7848a743c2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,62 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d2a84feb-ebe0-11e5-92ce-002590263bf5"> + <topic>git -- integer overflow</topic> + <affects> + <package> + <name>git</name> + <range><ge>0</ge></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Debian reports:</p> + <blockquote cite="https://security-tracker.debian.org/tracker/CVE-2016-2324"> + <p>integer overflow due to a loop which adds more to "len".</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-2324</cvename> + <url>https://security-tracker.debian.org/tracker/CVE-2016-2324</url> + <url>https://github.com/git/git/commit/9831e92bfa833ee9c0ce464bbc2f941ae6c2698d</url> + </references> + <dates> + <discovery>2016-02-24</discovery> + <entry>2016-03-17</entry> + </dates> + </vuln> + + <vuln vid="93ee802e-ebde-11e5-92ce-002590263bf5"> + <topic>git -- potential code execution</topic> + <affects> + <package> + <name>git</name> + <range><lt>2.7.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Debian reports:</p> + <blockquote cite="https://security-tracker.debian.org/tracker/CVE-2016-2315"> + <p>"int" is the wrong data type for ... nlen assignment.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-2315</cvename> + <url>http://www.openwall.com/lists/oss-security/2016/03/15/6</url> + <url>https://marc.info/?l=oss-security&m=145809217306686&w=2</url> + <url>https://github.com/git/git/commit/34fa79a6cde56d6d428ab0d3160cb094ebad3305</url> + <url>https://security-tracker.debian.org/tracker/CVE-2016-2315</url> + </references> + <dates> + <discovery>2015-09-24</discovery> + <entry>2016-03-17</entry> + </dates> + </vuln> + <vuln vid="6d33b3e5-ea03-11e5-85be-14dae9d210b8"> <topic>node -- multiple vulnerabilities</topic> <affects> |