Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

DEBIAN-CVE-2026-23162

In the Linux kernel, the following vulnerability has been resolved: drm/xe/nvm: Fix double-free on aux add failure After a successful auxiliary_device_init(), aux_dev->dev.release (xe_nvm_release_de...
Back to all
CVE

DEBIAN-CVE-2026-23162

In the Linux kernel, the following vulnerability has been resolved: drm/xe/nvm: Fix double-free on aux add failure After a successful auxiliary_device_init(), aux_dev->dev.release (xe_nvm_release_de...

In the Linux kernel, the following vulnerability has been resolved:  drm/xe/nvm: Fix double-free on aux add failure  After a successful auxiliarydeviceinit(), auxdev->dev.release (xenvmreleasedev()) is responsible for the kfree(nvm). When there is failure with auxiliarydeviceadd(), driver will call auxiliarydeviceuninit(), which call putdevice(). So that the .release callback will be triggered to free the memory associated with the auxiliarydevice.  Move the kfree(nvm) into the auxiliarydeviceinit() failure path and remove the err goto path to fix below error.  " [   13.232905] ================================================================== [   13.232911] BUG: KASAN: double-free in xenvminit+0x751/0xf10 [xe] [   13.233112] Free of addr ffff888120635000 by task systemd-udevd/273  [   13.233120] CPU: 8 UID: 0 PID: 273 Comm: systemd-udevd Not tainted 6.19.0-rc2-lgci-xe-kernel+ #225 PREEMPT(voluntary) ... [   13.233125] Call Trace: [   13.233126]  <TASK> [   13.233127]  dumpstacklvl+0x7f/0xc0 [   13.233132]  printreport+0xce/0x610 [   13.233136]  ? kasancompletemodereportinfo+0x5d/0x1e0 [   13.233139]  ? xenvm_init+0x751/0xf10 [xe] ... "  v2: drop err goto path. (Alexander)  (cherry picked from commit a3187c0c2bbd947ffff97f90d077ac88f9c2a215)

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
-
C
H
U
0
-
3.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://security-tracker.debian.org/tracker/CVE-2026-23162

Severity

7.8

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.8
EPSS Probability
0%
EPSS Percentile
0%
Introduced Version
0
Fix Available
6.18.9-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading