cve/2025/CVE-2025-21957.md
2025-09-29 21:09:30 +02:00

957 B

CVE-2025-21957

Description

In the Linux kernel, the following vulnerability has been resolved:scsi: qla1280: Fix kernel oops when debug level > 2A null dereference or oops exception will eventually occur when qla1280.cdriver is compiled with DEBUG_QLA1280 enabled and ql_debug_level > 2. Ithink its clear from the code that the intention here is sg_dma_len(s) notlength of sg_next(s) when printing the debug info.

POC

Reference

No PoCs from references.

Github