Fix NAT IPv6 offload mangling
Bug #1927244 reported by
Dan Jurgens
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-bluefield (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Focal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
SRU Justification:
Fix out-of-bound access in the address array in ipv6 nat.
* Explain the bug(s)
out-of-bound access in the address array in ipv6 nat.
* brief explanation of fixes
Array access was invalid as var i increased by sizeof u32 and need an index that increases by 1.
* How to test
ct offload with Ipv6 nat rules and kasan enabled.
* What it could break.
Ct offload of Ipv6 nat
Changed in linux-bluefield (Ubuntu Focal): | |
status: | New → Fix Committed |
tags: |
added: verification-done-focal removed: verification-needed-focal |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.