CVE-2025-14769 PUBLISHED

ipfw denial of service

Assigner: freebsd
Reserved: 16.12.2025 Published: 09.03.2026 Updated: 09.03.2026

In some cases, the tcp-setmss handler may free the packet data and throw an error without halting the rule processing engine. A subsequent rule can then allow the traffic after the packet data is gone, resulting in a NULL pointer dereference.

Maliciously crafted packets sent from a remote host may result in a Denial of Service (DoS) if the tcp-setmss directive is used and a subsequent rule would allow the traffic to pass.

Product Status

Vendor FreeBSD
Product FreeBSD
Versions Default: unknown
  • affected from 14.3-RELEASE to p7 (excl.)
  • affected from 13.5-RELEASE to p8 (excl.)

References

Problem Types

  • CWE-476: NULL Pointer Dereference CWE