aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-11-01 17:34:11 +0000
committerMark Johnston <markj@FreeBSD.org>2025-12-16 01:55:38 +0000
commit60026b06366f0178e2473441aaf9e601061c07a4 (patch)
tree465e5911166887b4509366c9fe90ba3bdc443d34 /include
parent4fc17862cb506bfe121c293500177e8447120068 (diff)
ipfw: pmod: avoid further rule processing after tcp-mod failures
m_pullup() here will have freed the mbuf chain, but we pass back an IP_FW_DENY without any signal that the outer loop should finish. Thus, rule processing continues without an mbuf and there's a chance that we conclude that the packet may pass (but there's no mbuf remaining) depending on the rules that follow it. PR: 284606 Reviewed by: ae Approved by: so Security: FreeBSD-SA-25:11.ipfw Security: CVE-2025-14769 (cherry picked from commit c0382512bfce872102d213b9bc2550de0bc30b67) (cherry picked from commit 94360584542abc49a1d947844cf4d8ca1369d4df)
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions