NONE · 0

CVE-2023-54315

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the n...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the null check of iov which can lead to null pointer dereference errors. Fix this by moving the iov null check before the dereferencing. Detected using cppcheck static analysis: linux/arch/powerpc/platforms/powernv/pci-sriov.c:597:12: warning: Either the condition '!iov' is redundant or there is possible null pointer dereference: iov. [nullPointerRedundantCheck] num_vfs = iov->num_vfs; ^

References

FAQ

What is CVE-2023-54315?

CVE-2023-54315 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the n...

How severe is CVE-2023-54315?

CVSS scoring is not yet available for CVE-2023-54315. Check NVD for updates.

Is there a patch for CVE-2023-54315?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.