PatchSiren cyber security CVE debrief
CVE-2026-43370 Git CVE debrief
CVE-2026-43370 is a Linux kernel vulnerability in the AMDGPU DRM path. The published description says a non-atomic vm->process_info assignment allowed a race when parent and child processes sharing the same drm_file both tried to acquire the same VM after fork(). The fix replaces that assignment with cmpxchg() to make acquisition atomic and prevent the use-after-free condition. NVD classifies the issue as locally exploitable with high confidentiality, integrity, and availability impact.
- Vendor
- Git
- Product
- Unknown
- CVSS
- HIGH 7.8
- 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
Linux kernel maintainers, distro security teams, and administrators of systems that use the AMDGPU driver—especially multi-user workstations or hosts where local users may run untrusted code.
Technical summary
According to the CVE description, the bug is a race condition in drm/amdgpu VM acquisition. Because vm->process_info was assigned non-atomically, two related processes sharing a drm_file after fork() could contend for the same VM and trigger a use-after-free. The resolved change uses cmpxchg() to serialize ownership changes and avoid the race.
Defensive priority
High for systems with AMDGPU support and local user exposure. The CVSS vector provided by NVD is AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, indicating a serious local-impact issue even though it is not network exploitable.
Recommended defensive actions
- Apply the kernel update or stable backport that includes the VM acquire race fix.
- Prioritize patching systems that allow untrusted local accounts, developer workstations, and multi-user desktop environments.
- Confirm your kernel build includes the AMDGPU fix by checking vendor advisories or the linked stable kernel commit references.
- After updating, watch for kernel warnings, GPU driver resets, or other regressions during validation on AMDGPU systems.
- Use least-privilege access controls for local accounts until remediation is complete.
Evidence notes
This debrief is based only on the supplied CVE metadata and NVD-listed references. The key technical facts come from the CVE description: a non-atomic vm->process_info assignment in drm/amdgpu VM acquire, a race after fork() between parent and child processes sharing a drm_file, and remediation via cmpxchg(). The CVSS vector supplied by NVD is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43370 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43370
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43370 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43370
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/2c1030f2e84885cc58bffef6af67d5b9d2e7098f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/46d309996bd9251792d7dafdbaf615cf202b4447
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7885eb335d8f9e9942925d57e300a85e3f82ded4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/904025fa8bba1d028adade33346372b4ac1a9249
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/94b7782d0c8024f5b88454241c8d4777076c3786
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ae87aea330c24f462fc7058ed543ba8bc6798447
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c658c1c85ec235b7ecfbf8dbfee385b1332088f4
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.