In the Linux kernel, the following vulnerability has been resolved:
can: sja1000: fix use after free in ems_pcmcia_add_card()
If the last channel is not available then "dev" is freed. Fortunately,
we can just use "pdev->irq" instead.
Also we should check if at least one channel was set up.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-24 15:15
Updated : 2024-06-10 18:41
NVD link : CVE-2021-47521
Mitre link : CVE-2021-47521
CVE.ORG link : CVE-2021-47521
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free