CVE-2025-38456

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38456
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38456.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-38456
Downstream
Related
Published
2025-07-25T16:15:31Z
Modified
2025-08-30T18:00:19Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

ipmi:msghandler: Fix potential memory corruption in ipmicreateuser()

The "intf" list iterator is an invalid pointer if the correct "intf->intfnum" is not found. Calling atomicdec(&intf->nr_users) on and invalid pointer will lead to memory corruption.

We don't really need to call atomicdec() if we haven't called atomicaddreturn() so update the if (intf->inshutdown) path as well.

References

Affected packages