PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-90069 Linux CVE debrief

A vulnerability in the Linux kernel's crypto: acomp component has been resolved. The vulnerability is related to the allocation of async request context when cloning. The existing fallback-on-allocation-failure behavior is preserved. This vulnerability could potentially allow attackers to cause slab OOB write errors. Defenders should prioritize verifying and applying patches for Linux kernel versions affected by this vulnerability, particularly those with async implementations selected.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-17
Original CVE updated
2026-09-18
Advisory published
2026-09-17
Advisory updated
2026-09-18

Who should care

Defenders responsible for Linux kernel infrastructure, particularly those with async implementations selected, should assess exposure and prioritize patching. This includes operators, platform administrators, vulnerability management teams, and security teams. They should verify and apply patches for Linux kernel versions affected by this vulnerability to prevent potential slab OOB write errors.

Why it matters

Defenders should prioritize verifying and applying patches for Linux kernel versions affected by this vulnerability, particularly those with async implementations selected, to prevent potential slab OOB write errors.

  • Verify async implementation usage in Linux kernel versions
  • Assess exposure and prioritize patching for affected versions
  • Monitor system logs for potential slab OOB write errors

Technical summary

The Linux kernel crypto: acomp component has a vulnerability related to async request context allocation when cloning. Allocate a zeroed clone large enough for the runtime acomp request size, copy only the bytes present in the source object, and preserve the existing fallback-on-allocation-failure behavior. This vulnerability could potentially allow attackers to cause slab OOB write errors. The vulnerability was addressed by allocating a larger clone size to accommodate async provider request context. The existing fallback-on-allocation-failure behavior is preserved.

Defensive priority

Defenders should prioritize verifying and applying patches for Linux kernel versions affected by this vulnerability, particularly those with async implementations selected.

Recommended defensive actions

  • Verify Linux kernel versions for async implementation usage
  • Apply patches for affected Linux kernel versions
  • Monitor system logs for potential slab OOB write errors
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was reported through the Linux kernel stable reference links provided in the source references. The report included details about the async request context allocation issue in the crypto: acomp component. The vulnerability allows for a potential slab OOB write error. Evidence is limited to public sources and may not be comprehensive.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-90069 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-90069 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/889fa17a0af09ff93a9166abc82ee7a654faa49b

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.