CVE-2025-37974

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37974
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-37974.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-37974
Downstream
Related
Published
2025-05-20T17:15:47Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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

s390/pci: Fix missing check for zpcicreatedevice() error return

The zpcicreatedevice() function returns an error pointer that needs to be checked before dereferencing it as a struct zpcidev pointer. Add the missing check in _clpadd() where it was missed when adding the scanlist in the fixed commit. Simply not adding the device to the scan list results in the previous behavior.

References

Affected packages