diff options
author | feld <feld@FreeBSD.org> | 2018-04-05 22:15:35 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-04-05 22:15:35 +0800 |
commit | 87de597c50248b2ee68cf1464ed3db27600650fc (patch) | |
tree | cba4562f2f57c309aca01f5b232f8139a1d99c9d /security | |
parent | f9b9f313de1207cbe82bb0ae67e4ebf7bc17b4cf (diff) | |
download | freebsd-ports-gnome-87de597c50248b2ee68cf1464ed3db27600650fc.tar.gz freebsd-ports-gnome-87de597c50248b2ee68cf1464ed3db27600650fc.tar.zst freebsd-ports-gnome-87de597c50248b2ee68cf1464ed3db27600650fc.zip |
Document FreeBSD-SA-18:05.ipsec
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 795069bf8cab..f03a3fff13ff 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c0c5afef-38db-11e8-8b7f-a4badb2f469b"> + <topic>FreeBSD -- ipsec crash or denial of service</topic> + <affects> + <package> + <name>FreeBSD-kernel</name> + <range><ge>11.1</ge><lt>11.1_9</lt></range> + <range><ge>10.4</ge><lt>10.4_8</lt></range> + <range><ge>10.3</ge><lt>10.3_29</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description:</h1> + <p>The length field of the option header does not count the + size of the option header itself. This causes a problem + when the length is zero, the count is then incremented by + zero, which causes an infinite loop.</p> + <p>In addition there are pointer/offset mistakes in the + handling of IPv4 options.</p> + <h1>Impact:</h1> + <p>A remote attacker who is able to send an arbitrary packet, + could cause the remote target machine to crash.</p> + </body> + </description> + <references> + <cvename>CVE-2018-6918</cvename> + <freebsdsa>SA-18:05.ipsec</freebsdsa> + </references> + <dates> + <discovery>2018-04-04</discovery> + <entry>2018-04-05</entry> + </dates> + </vuln> + <vuln vid="a5cf3ecd-38db-11e8-8b7f-a4badb2f469b"> <topic>FreeBSD -- vt console memory disclosure</topic> <affects> |