Lucene search
+L

6348 matches found

UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.20 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
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
NVD
NVD
added 2024/06/19 3:15 p.m.23 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...

8.1CVSS0.00338EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/19 3:15 p.m.15 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.11 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
NVD
NVD
added 2024/06/19 3:15 p.m.25 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
OSV
OSV
added 2024/06/19 3:15 p.m.19 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.18 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.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.27 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.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.5CVSS0.00238EPSS
SaveExploits0References3
NVD
NVD
added 2024/06/19 3:15 p.m.27 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...

7.8CVSS0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.16 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.20 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.19 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.17 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.45 views

CVE-2021-47615

Removed by vendor...

7.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:58 p.m.39 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.8CVSS5.6AI score0.00217EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 2:58 p.m.12 views

CVE-2021-47613 i2c: virtio: fix completion handling

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: fix completion handling The driver currently assumes that the notify callback is only received when the device is done with all the queued buffers. However, this is not true, since the notify callback could be called...

7.8CVSS7.1AI score0.00214EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/06/19 2:58 p.m.72 views

CVE-2021-47613

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: fix completion handling The driver currently assumes that the notify callback is only received when the device is done with all the queued buffers. However, this is not true, since the notify callback could be called...

7.8CVSS5.7AI score0.00214EPSS
SaveExploits0
Rows per page
Query Builder