git: b0e33f822080 - main - security/vuxml: add FreeBSD SA-23:10.pf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Sep 2023 04:28:56 UTC
The branch main has been updated by philip:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b0e33f822080ef8759968e0d54e64c73795556c9
commit b0e33f822080ef8759968e0d54e64c73795556c9
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2023-09-07 04:28:13 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2023-09-07 04:28:13 +0000
security/vuxml: add FreeBSD SA-23:10.pf
---
security/vuxml/vuln/2023.xml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index b7aaa26dede0..906e7e7f06b3 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,37 @@
+ <vuln vid="d35373ae-4d34-11ee-8e38-002590c1f29c">
+ <topic>FreeBSD -- pf incorrectly handles multiple IPv6 fragment headers</topic>
+ <affects>
+ <package>
+ <name>FreeBSD-kernel</name>
+ <range><ge>13.2</ge><lt>13.2_3</lt></range>
+ <range><ge>12.4</ge><lt>12.4_5</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <h1>Problem Description:</h1>
+ <p>With a 'scrub fragment reassemble' rule, a packet containing multiple IPv6
+ fragment headers would be reassembled, and then immediately processed. That
+ is, a packet with multiple fragment extension headers would not be recognized
+ as the correct ultimate payload. Instead a packet with multiple IPv6 fragment
+ headers would unexpectedly be interpreted as a fragmented packet, rather than
+ as whatever the real payload is.</p>
+ <h1>Impact:</h1>
+ <p>IPv6 fragments may bypass firewall rules written on the assumption all
+ fragments have been reassembled and, as a result, be forwarded or processed
+ by the host.</p>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2023-4809</cvename>
+ <freebsdsa>SA-23:10.pf</freebsdsa>
+ </references>
+ <dates>
+ <discovery>2023-09-06</discovery>
+ <entry>2023-09-07</entry>
+ </dates>
+ </vuln>
+
<vuln vid="6c72b13f-4d1d-11ee-a7f1-080027f5fec9">
<topic>redis -- Possible bypassing ACL configuration</topic>
<affects>