diff options
author | feld <feld@FreeBSD.org> | 2016-01-09 02:23:25 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-01-09 02:23:25 +0800 |
commit | 276b651167424a6ced2fdc981aac5df76ec92be4 (patch) | |
tree | 866cca0907a4ef6827dc4a8db802d4cdb76f8fcf /security | |
parent | 7429cf1e6a1324ec7602146af5fed1760fa1d6fb (diff) | |
download | freebsd-ports-gnome-276b651167424a6ced2fdc981aac5df76ec92be4.tar.gz freebsd-ports-gnome-276b651167424a6ced2fdc981aac5df76ec92be4.tar.zst freebsd-ports-gnome-276b651167424a6ced2fdc981aac5df76ec92be4.zip |
Document net/librsync collision vulnerability
PR: 204237
Security: CVE-2014-8242
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 14f99fe96257..f0dcd8cf15f5 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b22b016b-b633-11e5-83ef-14dae9d210b8"> + <topic>librsync -- collision vulnerability</topic> + <affects> + <package> + <name>librsync</name> + <range><lt>1.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Michael Samuel reports:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2014/07/28/1"> + <p>librsync before 1.0.0 uses a truncated MD4 checksum to + match blocks, which makes it easier for remote attackers to modify + transmitted data via a birthday attack.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2014/07/28/1</url> + <cvename>CVE-2014-8242</cvename> + </references> + <dates> + <discovery>2014-07-28</discovery> + <entry>2016-01-08</entry> + </dates> + </vuln> + <vuln vid="4eae4f46-b5ce-11e5-8a2b-d050996490d0"> <topic>ntp -- denial of service vulnerability</topic> <affects> |