Lucene search
+L

7015 matches found

Debian CVE
Debian CVE
added 2024/03/04 6:15 p.m.57 views

CVE-2021-47108

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: hdmi: Perform NULL pointer check for mtkhdmiconf In commit 41ca9caaae0b "drm/mediatek: hdmi: Add check for CEA modes only" a check for CEA modes was added to function mtkhdmibridgemodevalid in order to address...

5.5CVSS4.9AI score0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/04 6:15 p.m.34 views

CVE-2021-47104 IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()

In the Linux kernel, the following vulnerability has been resolved: IB/qib: Fix memory leak in qibusersdmaqueuepkts The wrong goto label was used for the error case and missed cleanup of the pkt allocation. Addresses-Coverity-ID: 1493352 "Resource leak"...

7.5AI score0.00242EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/04 6:15 p.m.18 views

CVE-2021-47104 IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()

In the Linux kernel, the following vulnerability has been resolved: IB/qib: Fix memory leak in qibusersdmaqueuepkts The wrong goto label was used for the error case and missed cleanup of the pkt allocation. Addresses-Coverity-ID: 1493352 "Resource leak"...

6.8AI score0.00242EPSS
SaveExploits0References8
NVD
NVD
added 2024/03/04 6:15 p.m.17 views

CVE-2021-47101

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asixmdioread asixreadcmd may read less than sizeofsmsr bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in asixcheckhostenable drivers/net/usb/asixcommon.c:82 inline...

7.1CVSS7.3AI score0.00221EPSS
SaveExploits0References2
NVD
NVD
added 2024/03/04 6:15 p.m.30 views

CVE-2021-47087

In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages struct page page has already progressed towards the end of allocation. It is incorrect to perform freepagespage, order using this pointer as we would free any...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/04 6:15 p.m.19 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MFCOUNTINCREASED before retrying getanypage Hulk Robot reported a panic in putpagetestzero when testing madvise with MADVSOFTOFFLINE. The BUG is triggered when retrying getanypage. This is because we keep...

7AI score0.00353EPSS
SaveExploits1References3
Prion
Prion
added 2024/03/04 6:15 p.m.21 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asixmdioread asixreadcmd may read less than sizeofsmsr bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in asixcheckhostenable drivers/net/usb/asixcommon.c:82 inline...

7.3AI score0.00221EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.22 views

CVE-2021-47094

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Don't advance iterator after restart due to yielding After dropping mmulock in the TDP MMU, restart the iterator during tdpiternext and do not advance the iterator. Advancing the iterator results in skipping the...

7.8CVSS6.4AI score0.00218EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.20 views

CVE-2021-47087

In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages struct page page has already progressed towards the end of allocation. It is incorrect to perform freepagespage, order using this pointer as we would free any...

7.8CVSS6.3AI score0.00236EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.38 views

CVE-2021-47103

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

9.8CVSS6.2AI score0.00953EPSS
SaveExploits1References12
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.25 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.3AI score0.00332EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.24 views

CVE-2021-47086

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was not bound, two separate problems would occur: 1 We'd...

5.5CVSS5.9AI score0.00226EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.20 views

CVE-2021-47100 ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module

In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmisi and ipmimsghandler module Hi, When testing install and uninstall of ipmisi.ko and ipmimsghandler.ko, the system crashed. The log as follows: 141.087026 BUG: unable to handle kernel paging reque...

6.7AI score0.00241EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.36 views

CVE-2021-47087 tee: optee: Fix incorrect page free bug

In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages struct page page has already progressed towards the end of allocation. It is incorrect to perform freepagespage, order using this pointer as we would free any...

7.8CVSS7.6AI score0.00236EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/04 6:06 p.m.21 views

CVE-2021-47082 tun: avoid double free in tun_free_netdev

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.8AI score0.00252EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/03/04 6:06 p.m.54 views

CVE-2021-47086

In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was not bound, two separate problems would occur: 1 We'd...

5.5CVSS6.7AI score0.00226EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/03/04 5:26 p.m.51 views

CVE-2023-52566

A use after free flaw was found in nilfsgccachesubmitreaddata in the Linux kernel. This may result in a crash...

5.5CVSS6AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 5:25 p.m.29 views

CVE-2023-52565

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix OOB read If the index provided by the user is bigger than the mask size, we might do an out of bound read...

3.3CVSS6.6AI score0.00233EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/03 10:01 a.m.28 views

CVE-2021-47079

In the Linux kernel, the following vulnerability has been resolved: platform/x86: ideapad-laptop: fix a NULL pointer dereference The third parameter of dytccqlcommand should not be NULL since it will be dereferenced immediately...

4.4CVSS6.5AI score0.00193EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/03 10:01 a.m.35 views

CVE-2021-47077

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Add pointer checks in qedfupdatelinkspeed The following trace was observed: 14.042059 Call Trace: 14.042061 14.042068 qedflinkupdate+0x144/0x1f0 qedf 14.042117 qedlinkupdate+0x5c/0x80 qed 14.042135...

4.4CVSS6.4AI score0.00225EPSS
SaveExploits0References4
Rows per page
Query Builder