CVE-2023-54315
CVE-2023-54315 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (6th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60489
- Published:
- Last modified:
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; ^
Frequently asked questions
- What is 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 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; ^
- Is CVE-2023-54315 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (6th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-54315?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-54315 have an EU (EUVD) identifier?
- Yes. CVE-2023-54315 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60489.
- When was CVE-2023-54315 published?
- CVE-2023-54315 was published on 2025-12-30 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/07c19c0ad4b07f4b598da369714de028f6a6a323
- https://git.kernel.org/stable/c/6314465b88072a6b6f3b3c12a7898abe09095f95
- https://git.kernel.org/stable/c/72990144e17e5e2cb378f1d9b10530b85b9bc382
- https://git.kernel.org/stable/c/d3a0d96c16e5f8d55e2c70163abda3c7c8328106
- https://git.kernel.org/stable/c/d9a1aaea856002cb58dfb7c8d8770400fa1a0299
- https://git.kernel.org/stable/c/f4f913c980bc6abe0ccfe88fe3909c125afe4a2d