CVE Catalog

CVE-2026-90085

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the octeontx2-af driver's 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 without configured transmit queues triggers a kernel oops.

Risk Assessment

A local user with debugfs access can trigger a kernel crash (denial of service) by reading the debugfs file.

Recommendation

Update the Linux kernel to a version with the fix that guards the read path like rvu_dbg_nix_tm_tree_write() and returns -EINVAL when sq_ctx is NULL.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS