Answer in brief
CVE-2026-90085 records a Unknown severity vulnerability in octeontx2-af: fix NULL deref in NIX TM tree debugfs read path. 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 | >=b907194a5d5bcd3b01d28d095f6a4d9fcd9c5354 <fb736d733b0a60377cf53010571c261886446fd5 || >=b907194a5d5bcd3b01d28d095f6a4d9fcd9c5354 <537e11a1700f64dc6754108f0e1333ad63d4f548 || >=b907194a5d5bcd3b01d28d095f6a4d9fcd9c5354 <fdf7358e2688f12eff41290bc45030b7aff0845e || >=b907194a5d5bcd3b01d28d095f6a4d9fcd9c5354 <ec65631bd5ec251cdf67a4919fac7a3149a6e235 | fb736d733b0a60377cf53010571c261886446fd5, 537e11a1700f64dc6754108f0e1333ad63d4f548, fdf7358e2688f12eff41290bc45030b7aff0845e, ec65631bd5ec251cdf67a4919fac7a3149a6e235 |
| Linux/Linuxgeneric | 6.11 | 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: octeontx2-af: fix NULL deref in NIX TM tree debugfs read path rvu_dbg_nix_tm_tree_display() dereferences pfvf->sq_ctx without checking whether the SQ context has been allocated. Reading /sys/kernel/debug/octeontx2/nix/tm_tree for a NIX LF whose transmit queues are not set up triggers a kernel oops. Guard the read path the same way rvu_dbg_nix_tm_tree_write() already does and return -EINVAL with a seq_file message when sq_ctx is NULL.
Quoted source text, attributed separately from HOL analysis.