3 matches found
EUVD-2025-30335
Malicious code in bioql PyPI...
tee: fix NULL pointer dereference in tee_shm_put
...
DEBIAN-CVE-2025-39865
In the Linux kernel, the following vulnerability has been resolved: tee: fix NULL pointer dereference in teeshmput teeshmput have NULL pointer dereference: opteedisableshmcache -- shm = regpairtoptr...;//shm maybe return NULL teeshmfreeshm; -- teeshmputshm;//crash Add check in teeshmput to fix it...