svn commit: r507668 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Tue Jul 30 20:35:38 UTC 2019
Author: feld
Date: Tue Jul 30 20:35:37 2019
New Revision: 507668
URL: https://svnweb.freebsd.org/changeset/ports/507668
Log:
Document FreeBSD-SA-19:06.pf
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Jul 30 20:33:50 2019 (r507667)
+++ head/security/vuxml/vuln.xml Tue Jul 30 20:35:37 2019 (r507668)
@@ -58,6 +58,39 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="59c5f255-b309-11e9-a87f-a4badb2f4699">
+ <topic>FreeBSD -- ICMP/ICMP6 packet filter bypass in pf</topic>
+ <affects>
+ <package>
+ <name>FreeBSD-kernel</name>
+ <range><ge>12.0</ge><lt>12.0_4</lt></range>
+ <range><ge>11.2</ge><lt>11.2_10</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <h1>Problem Description:</h1>
+ <p>States in pf(4) let ICMP and ICMP6 packets pass if they
+ have a packet in their payload matching an existing condition.
+ pf(4) does not check if the outer ICMP or ICMP6 packet has
+ the same destination IP as the source IP of the inner
+ protocol packet.</p>
+ <h1>Impact:</h1>
+ <p>A maliciously crafted ICMP/ICMP6 packet could bypass the
+ packet filter rules and be passed to a host that would
+ otherwise be unavailable.</p>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2019-5598</cvename>
+ <freebsdsa>SA-19:06.pf</freebsdsa>
+ </references>
+ <dates>
+ <discovery>2019-05-14</discovery>
+ <entry>2019-07-30</entry>
+ </dates>
+ </vuln>
+
<vuln vid="3d02520d-b309-11e9-a87f-a4badb2f4699">
<topic>FreeBSD -- IPv6 fragment reassembly panic in pf(4)</topic>
<affects>
More information about the svn-ports-all
mailing list