PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43383 Git CVE debrief

CVE-2026-43383 is a Linux kernel networking issue in net/tcp-md5 where MAC values were compared in a way that could leak information through timing differences. The published fix switches to a constant-time comparison helper to reduce timing-attack risk. NVD rates the issue Critical with a network-reachable CVSS vector.

Vendor
Git
Product
Unknown
CVSS
CRITICAL 9.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-08
Original CVE updated
2026-06-19
Advisory published
2026-05-08
Advisory updated
2026-06-19

Who should care

Linux kernel maintainers, distro security teams, and operators of systems that use TCP-MD5-protected network services should prioritize this advisory, especially where the kernel is exposed to untrusted network traffic.

Technical summary

The vulnerability is described as an incorrect MAC comparison in the Linux kernel's tcp-md5 code path. Because MAC checks must not reveal information via execution-time differences, the fix uses a constant-time helper for comparison. The supplied NVD record lists CVSS v3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H, indicating network exposure and potential impact if the timing weakness is exploitable.

Defensive priority

Critical

Recommended defensive actions

  • Apply the Linux kernel update or vendor backport that includes the constant-time MAC comparison fix.
  • Prioritize patching systems that expose TCP-MD5-protected services to untrusted or internet-facing networks.
  • Review vendor advisories and kernel package changelogs for backported fixes matching the referenced stable kernel commits.
  • Validate that affected hosts are running a kernel build that includes the tcp-md5 timing fix.
  • Continue standard network monitoring, but do not assume mitigations other than patching fully remove timing-side-channel exposure.

Evidence notes

This debrief is based on the supplied NVD record and the included kernel stable reference links. The corpus states only that the Linux kernel net/tcp-md5 MAC comparison was changed to constant-time to prevent timing attacks. I did not fetch or inspect the linked commit contents, so version ranges, exploitability details, and affected deployment specifics are not asserted here. Published: 2026-05-08T15:16:49.593Z; modified: 2026-05-11T08:16:12.450Z.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43383 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-43383

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-43383 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43383

    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/02669e2a4d207068edce7e8b5fafd85822018ce6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/345a9530756528d7ca407663d659c3c40e75c3dd

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/46d0d6f50dab706637f4c18a470aac20a21900d3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5d305a95130a8d08b9545e47f1e18d29d59866cb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/821c8751fdeecdeecabeb11704dd33439c9e4bbc

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ae3831b44f477de048287493e184fc3ff913b624

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b502e97e29d791ff7a8051f29a414535739be218

    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.