PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23060 Linux CVE debrief

A vulnerability was found in the Linux kernel's authencesn component. The vulnerability occurs when the AAD (associated data) length is less than 8, causing a NULL pointer dereference and potentially leading to a kernel panic (DoS). This issue arises because authencesn assumes an ESP/ESN-formatted AAD. When assoclen is shorter than the minimum expected length, crypto_authenc_esn_decrypt() can advance past the end of the destination scatterlist and trigger a NULL pointer dereference in scatterwalk_map_and_copy().

Vendor
Linux
Product
Unknown
CVSS
HIGH 7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

Linux kernel users, administrators, and security teams should be aware of this vulnerability and take steps to mitigate it. Affected deployments should be identified, and owners should be assigned for follow-up. Compensating controls should be reviewed for exposed systems while remediation is scheduled and verified.

Technical summary

The Linux kernel's authencesn component assumes an ESP/ESN-formatted AAD. When assoclen is shorter than the minimum expected length, crypto_authenc_esn_decrypt() can advance past the end of the destination scatterlist and trigger a NULL pointer dereference in scatterwalk_map_and_copy(), leading to a kernel panic (DoS). The vulnerability has been resolved by adding a minimum AAD length check to fail fast on invalid inputs.

Defensive priority

Medium

Recommended defensive actions

  • Apply patches from Linux kernel maintainers
  • Restrict access to vulnerable kernel versions
  • Monitor system logs for potential attacks
  • Review compensating controls for exposed systems
  • Track exceptions and retest remediated assets
  • Check relevant monitoring, detection, and logs for exposed assets
  • Confirm whether affected product deployments exist in managed environments

Evidence notes

The CVE record was published on 2026-02-04T17:16:16.687Z and last modified on 2026-07-14T13:18:23.490Z. The NVD entry is currently Modified. Linux kernel users should verify their deployments for potential exposure and review official advisories for affected scope and vendor guidance.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-23060 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-23060 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/161bdc90fce25bd9890adc67fa1c8563a7acbf40

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2397e9264676be7794f8f7f1e9763d90bd3c7335

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/767e8349f7e929b7dd95c08f0b4cb353459b365e

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9532ff0d0e90ff78a214299f594ab9bac81defe4

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

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.