CVE-2026-31753
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
01/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
auxdisplay: line-display: fix NULL dereference in linedisp_release<br />
<br />
linedisp_release() currently retrieves the enclosing struct linedisp via<br />
to_linedisp(). That lookup depends on the attachment list, but the<br />
attachment may already have been removed before put_device() invokes the<br />
release callback. This can happen in linedisp_unregister(), and can also<br />
be reached from some linedisp_register() error paths.<br />
<br />
In that case, to_linedisp() returns NULL and linedisp_release()<br />
dereferences it while freeing the display resources.<br />
<br />
The struct device released here is the embedded linedisp->dev used by<br />
linedisp_register(), so retrieve the enclosing object directly with<br />
container_of() instead.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



