cbcvebase.
CVE-2026-23227
published 2026-02-18

CVE-2026-23227: In the Linux kernel, the following vulnerability has been resolved: drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to…

PriorityP339high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.15%
4.9th percentile
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to memory alloc/free Exynos Virtual Display driver performs memory alloc/free operations without lock protection, which easily causes concurrency problem. For example, use-after-free can occur in race scenario like this: ``` CPU0 CPU1 CPU2 ---- ---- ---- vidi_connection_ioctl() if (vidi->connection) // true drm_edid = drm_edid_alloc(); // alloc drm_edid ... ctx->raw_edid = drm_edid; ... drm_mode_getconnector() drm_helper_probe_single_connector_modes() vidi_get_modes() if (ctx->raw_edid) // true drm_edid_dup(ctx->raw_edid); if (!drm_edid) // false ... vidi_connection_ioctl() if (vidi->connection) // false drm_edid_free(ctx->raw_edid); // free drm_edid ... drm_edid_alloc(drm_edid->edid) kmemdup(edid); // UAF!! ... ``` To prevent these vulns, at least in vidi_context, member variables related to memory alloc/free should be protected with ctx->lock.

Affected

53 ranges· showing 25
VendorProductVersion rangeFixed in
debianlinux< linux 6.18.12-1 (forky)linux 6.18.12-1 (forky)
linuxlinux
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 56966a4cfa925ec24edb68ab652a740a7abe2c4d56966a4cfa925ec24edb68ab652a740a7abe2c4d
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 9e1ef9396a1899925911b1729cb65665420268df9e1ef9396a1899925911b1729cb65665420268df
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 92dd1f38d7db75374dcdaf54f1d79d67bffd54e592dd1f38d7db75374dcdaf54f1d79d67bffd54e5
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 1b24d3e8792bcc050c70e8e0dea6b49c4fc63b131b24d3e8792bcc050c70e8e0dea6b49c4fc63b13
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < abfdf449fb3d7b42e85a1ad1c8694b768b1582f4abfdf449fb3d7b42e85a1ad1c8694b768b1582f4
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 60b75407c172e1f341a8a5097c5cbc97dbbdd89360b75407c172e1f341a8a5097c5cbc97dbbdd893
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 0cd2c155740dbd00868ac5a8ae5d14cd6b9ed3850cd2c155740dbd00868ac5a8ae5d14cd6b9ed385
linuxlinux>= d3b62dbfc7b9bb013926f56db79b60f6c18c392f < 52b330799e2d6f825ae2bb74662ec1b10eb954bb52b330799e2d6f825ae2bb74662ec1b10eb954bb
linuxlinux_kernel>= 0 < 6.18.12-16.18.12-1
linuxlinux_kernel>= 3.6 < 6.12.776.12.77
linuxlinux_kernel>= 6.13 < 6.18.116.18.11
linuxlinux_kernel>= 6.19 < 6.19.16.19.1
msrcazl3_kernel_6.6.121.1-1_on_azure_linux_3.0
msrccbl2_kernel_5.15.200.1-1_on_cbl_mariner_2.0
ubuntulinux
ubuntulinux-aws
ubuntulinux-aws-5.15
ubuntulinux-aws-fips
ubuntulinux-azure
ubuntulinux-azure-5.15
ubuntulinux-azure-6.8
ubuntulinux-azure-fde
ubuntulinux-azure-fde-5.15

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
vendor_ubuntu7.1HIGH
vendor_msrc7.0HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.