PatchSiren cyber security CVE debrief
CVE-2026-43296 Git CVE debrief
CVE-2026-43296 is a Linux kernel availability issue in octeontx2-af on OcteonTX2-related networking paths. The published workaround disables SQM sticky operation, blocks a sticky-to-non-sticky transition that can deadlock PSE, and keeps a control-flow clock enabled to prevent credit drops. On affected systems, the bug can surface as transmit stalls, deadlock-like behavior, or loss of forward progress under concurrent load.
- Vendor
- Git
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-08
- Original CVE updated
- 2026-05-11
- Advisory published
- 2026-05-08
- Advisory updated
- 2026-05-11
Who should care
Kernel maintainers, distro security teams, and operators running Linux systems with octeontx2-af support or OcteonTX2 networking hardware. It is most relevant where multiple SQs share an SMQ and transmit concurrently, especially in production environments that depend on continuous network availability.
Technical summary
The CVE description says NIX SQ manager sticky mode can stall when multiple SQs share an SMQ and transmit concurrently. It also notes a PSE deadlock risk during transitions between sticky and non-sticky transmissions, plus observed credit drops when certain condition clocks are gated. The workaround changes NIX_AF_SQM_DBG_CTL_STATUS to clear TM6 and TM11, clear TM5, and set TM9. In practical terms, the fix sacrifices sticky optimizations to preserve forward progress and avoid credit loss.
Defensive priority
High for affected kernels and hardware because the impact is availability-focused but can halt or degrade network traffic handling under load. Prioritize if the system uses OcteonTX2 networking paths in latency-sensitive or high-throughput environments.
Recommended defensive actions
- Apply the Linux kernel update that includes the octeontx2-af workaround for CVE-2026-43296.
- If you maintain downstream kernels, backport the documented SQM debug-control changes carefully and validate that TM6, TM11, and TM5 are cleared and TM9 is set as described in the fix.
- Test affected systems under realistic concurrent transmit load after patching to confirm SQM/PSE forward progress and absence of credit drops.
- Monitor for transmit stalls, queue progress issues, or other availability symptoms on systems using the affected hardware path.
- Track vendor and distribution advisories for any additional guidance on the OcteonTX2 workaround and rollout order.
Evidence notes
The CVE was published on 2026-05-08 and last modified on 2026-05-11 per the supplied timeline. The vulnerability description and the referenced stable kernel links indicate the issue is a hardware-errata workaround in octeontx2-af, with the mitigation applied through NIX_AF_SQM_DBG_CTL_STATUS. The CVSS vector provided is AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, supporting a high-availability-risk assessment. No exploit details are included here; this debrief is based only on the supplied CVE text, timeline, and official reference links.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43296 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43296
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43296 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43296
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/36cc5a5e0178d5fb79e04173b8aa623b0108819a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/70e9a5760abfb6338d63994d4de6b0778ec795d6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/8052d0587fb14b85539c3a14a226586c0c3d6b4c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9a3fd301329474f449e75f86d8a4f6b9c603fd6c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b7eba260a34e854e2487b8363c11976f082df00d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cec2ceb35ce7bc874c43812bb39200d6cf691b87
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d0b3c8a80336029d9356f429151eb27922d80a3c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.