Lucene search
+L

6339 matches found

UbuntuCve
UbuntuCve
added 2024/03/04 7:15 p.m.22 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.5CVSS6.2AI score0.00196EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/04 7:15 p.m.33 views

Buffer overflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix READDIR buffer overflow If a client sends a READDIR count argument that is too small say, zero, then the buffer size calculation in the new initdirlist helper functions results in an underflow, allowing the XDR stream...

7.5AI score0.00847EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2024/03/04 7:15 p.m.19 views

CVE-2021-47106

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

7.8CVSS5.9AI score0.00216EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 6:20 p.m.30 views

CVE-2023-52578

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

4.7CVSS6.2AI score0.0019EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/04 6:15 p.m.46 views

CVE-2021-47108 drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf

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...

7.4AI score0.00196EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/03/04 6:15 p.m.54 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.00196EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/04 6:15 p.m.28 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.0024EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/04 6:15 p.m.15 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.0024EPSS
SaveExploits0References8
NVD
NVD
added 2024/03/04 6:15 p.m.16 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.00219EPSS
SaveExploits0References2
NVD
NVD
added 2024/03/04 6:15 p.m.26 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.00234EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/04 6:15 p.m.16 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.17 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.00219EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.17 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.00217EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.33 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.16 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.00234EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.22 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
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.23 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.00329EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.18 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.00239EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.32 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.00234EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/04 6:6 p.m.20 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.0025EPSS
SaveExploits0References5
Rows per page
Query Builder