In the Linux kernel, the following vulnerability has been resolved:
memory: renesas-rpc-if: fix possible NULL pointer dereference of resource
The platformgetresourcebyname() can return NULL which would be immediately dereferenced by resourcesize(). Instead dereference it after validating the resource.
Addresses-Coverity: Dereference null return value
[
{
"events": [
{
"introduced": "5.9"
},
{
"fixed": "5.10.37"
}
]
},
{
"events": [
{
"introduced": "5.11"
},
{
"fixed": "5.11.21"
}
]
},
{
"events": [
{
"introduced": "5.12"
},
{
"fixed": "5.12.4"
}
]
}
]
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2021-47050.json"