In the Linux kernel, the following vulnerability has been resolved:
dma-buf: insert memory barrier before updating num_fences
smp_store_mb() inserts memory barrier after storing operation.
It is different with what the comment is originally aiming so Null
pointer dereference can be happened if memory update is reordered.
CVSS
No CVSS.
References
Configurations
No configuration.
History
03 Jul 2025, 08:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-03 08:15
Updated : 2025-07-03 15:13
NVD link : CVE-2025-38095
Mitre link : CVE-2025-38095
CVE.ORG link : CVE-2025-38095
JSON object : View
Products Affected
No product.
CWE
No CWE.