Page MenuHomeFreeBSD

pf: Fix usage of pf tags with syncookies
ClosedPublic

Authored by vegeta_tuxpowered.net on Jun 17 2023, 7:20 PM.
Tags
None
Referenced Files
F93669391: D40587.diff
Wed, Sep 11, 1:03 PM
Unknown Object (File)
Sun, Sep 8, 1:13 AM
Unknown Object (File)
Thu, Aug 29, 10:29 PM
Unknown Object (File)
Aug 5 2024, 2:57 AM
Unknown Object (File)
Aug 1 2024, 11:22 AM
Unknown Object (File)
Jul 30 2024, 1:18 AM
Unknown Object (File)
Jul 3 2024, 10:56 AM
Unknown Object (File)
Jun 28 2024, 4:34 AM

Details

Summary

The value stored in pf_mtag->tag comes from "tag" and "match tag" keywords in pf.conf and must not be abused for storing other information. A ruleset with enough tags could set or remove the bits responsible for PF_TAG_SYNCOOKIE_RECREATED. Move this syncookie status to pf_mtag->flags. Rename this and other related constants in a way that will prevent such mistakes in the future. Move PF_REASSEMBLED constant to mbuf.h and rename accordingly because it's not a flag stored in pf_mtag, but an identifier of a different m_tag. Change the value of the constant to avoid conflicts with other m_tags using MTAG_ABI_COMPAT. Rename the variables in pf_build_tcp() and pf_send_tcp() in to reduce confusion.

Sponsored by: InnoGames GmbH

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2023, 10:05 AM
This revision was automatically updated to reflect the committed changes.