PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43368 Git CVE debrief

CVE-2026-43368 is a HIGH-severity Linux kernel drm/i915 issue in the GEM shmem scatterlist population path. For objects 4 GB or larger, an unsigned int scatterlist length can overflow when folio-backed pages are accumulated into a single entry, which can make users of the object hit an unexpected early end of the backing pages. The described fix is to cap the byte length of any single scatterlist entry so it does not exceed max_segment.

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 system and graphics stack administrators, especially those running kernels with the Intel i915 DRM driver and workloads that can create very large GEM shmem objects or otherwise exercise folio-backed scatterlists. Security teams should prioritize hosts where local users can reach the affected driver path.

Technical summary

The CVE record describes an overflow risk in drm/i915's shmem scatterlist handling. When folio-allocated pages are appended to one scatterlist entry and the accumulated byte length reaches or crosses 4 GB, the scatterlist .length field (unsigned int) can wrap, producing an incorrect segment length. That can lead to premature termination of the object's backing pages during remapping or fault handling, and the record includes a kernel warning at remap_sg in i915_mm.c. The fix, as described, is to ensure a single scatterlist entry never exceeds max_segment when adding folio pages.

Defensive priority

High

Recommended defensive actions

  • Deploy kernel updates that include the published fix or the stable backports referenced in the NVD record.
  • Inventory systems using the Intel i915 DRM driver, especially hosts exposed to large GEM shmem allocations.
  • Treat repeated warnings from drivers/gpu/drm/i915/i915_mm.c:55 remap_sg as a sign to verify kernel patch level.
  • Validate that downstream kernel builds include the scatterlist length cap change for folio-backed pages.
  • Monitor for anomalous graphics or mmap-related faults on affected systems until patched.

Evidence notes

Source corpus points to a Linux kernel drm/i915 fix for potential overflow of shmem scatterlist length, with the issue described as affecting GEM shmem objects of size 4 GB or more. The CVE record cites five kernel stable reference links and provides CVSS 3.1 vector AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. Published time is 2026-05-08T15:16:47.840Z and modified time is 2026-05-11T08:16:11.553Z.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43368 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-43368 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/029ae067431ab9d0fca479bdabe780fa436706ea

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1c956f0fccc26fefcbb507516c49d1db41c40471

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/21a301f12d18797bf889c15497f922edfdaece3a

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.