Skip to content

[TCPIP] Fix IPv4 and UDP receive bounds checks#9057

Open
ahmedarif193 wants to merge 1 commit into
reactos:masterfrom
ahmedarif193:pr-fix-tcpip-ipv4-udp-bounds-23-05-2026
Open

[TCPIP] Fix IPv4 and UDP receive bounds checks#9057
ahmedarif193 wants to merge 1 commit into
reactos:masterfrom
ahmedarif193:pr-fix-tcpip-ipv4-udp-bounds-23-05-2026

Conversation

@ahmedarif193

Copy link
Copy Markdown
Contributor

Reject malformed IPv4 header and total length combinations before reassembly uses them.

Compute fragment ranges from validated payload lengths, reject invalid ranges before copying reassembled data, and validate UDP lengths before checksum calculation.

Testbot runs (Filled in by Devs)

  • KVM x86:
  • KVM x64:

Reject malformed IPv4 header and total length combinations before reassembly uses them.

Compute fragment ranges from validated payload lengths, reject invalid ranges before copying reassembled data, and validate UDP lengths before checksum calculation.
@github-actions github-actions Bot added the drivers Kernel mode drivers and frameworks label May 23, 2026
@binarymaster binarymaster added the bugfix For bugfix PRs. label May 23, 2026
@github-project-automation github-project-automation Bot moved this to New PRs in ReactOS PRs May 23, 2026
@ahmedarif193 ahmedarif193 marked this pull request as ready for review May 23, 2026 08:02
@ahmedarif193 ahmedarif193 requested a review from ThFabba as a code owner May 23, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix For bugfix PRs. drivers Kernel mode drivers and frameworks

Projects

Status: New PRs

Development

Successfully merging this pull request may close these issues.

2 participants