Answer in brief
CVE-2026-90335 records a Unknown severity vulnerability in tty: skip cdev_del() when no cdev is registered. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a3a10ce3429e5dee623ad5c8407ea58e204fcb0a <3dbf85ef40b6366ba15e882f7536cdc98bea579a || >=a3a10ce3429e5dee623ad5c8407ea58e204fcb0a <c3b5623fd97648f2747444aa8932ae604662df93 | 3dbf85ef40b6366ba15e882f7536cdc98bea579a, c3b5623fd97648f2747444aa8932ae604662df93 |
| Linux/Linuxgeneric | 4.3 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: tty: skip cdev_del() when no cdev is registered TTY device registration can fail before a cdev is allocated. Serial core keeps the port so setserial can still use it, and later removal passes the NULL cdev slot to cdev_del(), causing a NULL-pointer dereference. Only delete the cdev when the slot is not NULL.
Quoted source text, attributed separately from HOL analysis.