Lucene search
+L

6310 matches found

CVE
CVE
added 2024/06/20 8:3 a.m.95 views

CVE-2024-38620

CVE-2024-38620 : Linux kernel fix for Bluetooth HCI AMP support. The patch removes HCI_AMP support and its controller creation, since BT_HS was removed and AMP controllers are no longer used. Consequently, the distinction between AMP and Primary controllers is eliminated, and hdev->dev_type is...

5.5CVSS6.5AI score0.00209EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/06/20 6:47 a.m.23 views

CVE-2024-38619

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alaudainfo will remain 0 if alaudainitmedia fails, potentially causing divide errors in alaudareaddata and alaudawritelba. - Add a membe...

5.5CVSS5.6AI score0.00253EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.19 views

CVE-2022-48756

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: invalid parameter check in msmdsiphyenable The function performs a check on the "phy" input parameter, however, it is used before the check. Initialize the "dev" variable after the sanity check to avoid a possible NU...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.21 views

CVE-2022-48764

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Free kvmcpuidentry2 array on post-KVMRUN KVMSETCPUID,2 Free the "struct kvmcpuidentry2" array on successful post-KVMRUN KVMSETCPUID,2 to fix a memory leak, the callers of kvmsetcpuid free the array only on failure. BUG:...

5.3CVSS5.9AI score0.00179EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.17 views

CVE-2022-48742

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: make sure to refresh masterdev/mops in rtnlnewlink While looking at one unrelated syzbot bug, I found the replay logic in rtnlnewlink to potentially trigger use-after-free. It is better to clear masterdev and mops insi...

7.8CVSS6.4AI score0.00239EPSS
SaveExploits0References10
NVD
NVD
added 2024/06/19 3:15 p.m.21 views

CVE-2021-47611

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present...

5.5CVSS0.00222EPSS
SaveExploits0References5
NVD
NVD
added 2024/06/19 3:15 p.m.23 views

CVE-2021-47601

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

5.5CVSS0.00239EPSS
SaveExploits0References3
NVD
NVD
added 2024/06/19 3:15 p.m.9 views

CVE-2021-47598

In the Linux kernel, the following vulnerability has been resolved: schcake: do not call cakedestroy from cakeinit qdiscs are not supposed to call their own destroy method from init, because core stack already does that. syzbot was able to trigger use after free: DEBUGLOCKSWARNONlock-magic != loc...

7.8CVSS0.00255EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 3:15 p.m.14 views

CVE-2021-47603

In the Linux kernel, the following vulnerability has been resolved: audit: improve robustness of the audit queue handling If the audit daemon were ever to get stuck in a stopped state the kernel's kauditdthread could get blocked attempting to send audit records to the userspace audit daemon. With...

4.4CVSS8.6AI score
SaveExploits0References6
NVD
NVD
added 2024/06/19 3:15 p.m.17 views

CVE-2021-47593

In the Linux kernel, the following vulnerability has been resolved: mptcp: clear 'kern' flag from fallback sockets The mptcp ULP extension relies on sk-sksockkern being set correctly: It prevents setsockoptfd, IPPROTOTCP, TCPULP, "mptcp", 6; from working for plain tcp sockets any userspace-expose...

5.5CVSS0.00246EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/19 3:15 p.m.18 views

CVE-2021-47588

In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6devfree from sitinitnet ipip6devfree is sit dev-privdestructor, already called by registernetdevice if something goes wrong. Alternative would be to make ipip6devfree robust against multiple invocations, but...

5.5CVSS8.1AI score
SaveExploits0References6
NVD
NVD
added 2024/06/19 3:15 p.m.19 views

CVE-2021-47578

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

5.5CVSS0.00238EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/19 3:15 p.m.14 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

4.7CVSS9.1AI score
SaveExploits0References2
NVD
NVD
added 2024/06/19 3:15 p.m.24 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

4.7CVSS0.00142EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.20 views

CVE-2021-47578

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

5.5CVSS6.9AI score
SaveExploits0References3
OSV
OSV
added 2024/06/19 3:15 p.m.26 views

CVE-2021-47579

In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovlcreatereal Syzbot triggered the following warning in ovlworkdircreate - ovlcreatereal: if !err && WARNON!newdentry-dinode The reason is that the cgroup2 filesystem returns from mkdir without instantiating t...

5.5CVSS9AI score
SaveExploits0References5
NVD
NVD
added 2024/06/19 3:15 p.m.17 views

CVE-2021-47574

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.18 views

CVE-2021-47614

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in addpbleprm When irdmahmcsdone fails, 'chunk' is freed while its still on the PBLE info list. Add the chunk entry to the PBLE info list only after successful setting of the SD in irdmahmcsdone...

7.8CVSS6.4AI score0.00217EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.15 views

CVE-2021-47591

In the Linux kernel, the following vulnerability has been resolved: mptcp: remove tcp ulp setsockopt support TCPULP setsockopt cannot be used for mptcp because its already used internally to plumb subflow tcp sockets to the mptcp layer. syzbot managed to trigger a crash for mptcp connections that...

5.5CVSS5.9AI score0.00205EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/19 2:58 p.m.43 views

CVE-2021-47615

Removed by vendor...

7.1AI score
SaveExploits0
Rows per page
Query Builder