CVE-2025-38301
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/07/2025
Last modified:
10/07/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
nvmem: zynqmp_nvmem: unbreak driver after cleanup<br />
<br />
Commit 29be47fcd6a0 ("nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanup")<br />
changed the driver to expect the device pointer to be passed as the<br />
"context", but in nvmem the context parameter comes from nvmem_config.priv<br />
which is never set - Leading to null pointer exceptions when the device is<br />
accessed.