CVE-2025-38664
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-22

Last updated on: 2025-11-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Add check for the return value of devm_kmemdup() to prevent potential null pointer dereference.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-22
Last Modified
2025-11-03
Generated
2026-05-27
AI Q&A
2025-08-22
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel 6.1.153
linux kernel 5.10.244
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update the Linux kernel to a version that includes the fix for the null pointer dereference in ice_copy_and_init_pkg(), which adds a check for the return value of devm_kmemdup().


Can you explain this vulnerability to me?

This vulnerability is a null pointer dereference in the Linux kernel's ice driver, specifically in the function ice_copy_and_init_pkg(). It occurs because the return value of the devm_kmemdup() function was not checked, which could lead to dereferencing a null pointer and potentially causing a system crash or instability.


How can this vulnerability impact me? :

The vulnerability can cause a system crash or instability due to a null pointer dereference in the Linux kernel. This could lead to denial of service or unexpected behavior in systems using the affected ice driver.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart