Lucene search
+L

6310 matches found

Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.14 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.8CVSS5.6AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.42 views

CVE-2021-47596

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix use-after-free bug in hclgevfsendmbxmsg Currently, the hns3remove function firstly uninstall client instance, and then uninstall acceletion engine device. The netdevice is freed in client instance uninstall process...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.40 views

CVE-2021-47595

In the Linux kernel, the following vulnerability has been resolved: net/sched: schets: don't remove idle classes from the round-robin list Shuang reported that the following script: 1 tc qdisc add dev ddd0 handle 10: parent 1: ets bands 8 strict 4 priomap 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 2 mauseza...

5.5CVSS5.3AI score0.00239EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.14 views

CVE-2021-47593 mptcp: clear 'kern' flag from fallback sockets

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

6.8AI score0.00246EPSS
SaveExploits0References3
CVE
CVE
added 2024/06/19 2:53 p.m.115 views

CVE-2021-47594

The CVE-2021-47594 entry is a legitimate Linux kernel vulnerability. It describes that the PM could close MPTCP listener subflows when deleting an endpoint, potentially affecting listener sockets bound to the endpoint IP and risking a NULL pointer dereference reported by syzbot. The connected doc...

5.5CVSS5.1AI score0.00208EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.31 views

CVE-2021-47594

In the Linux kernel, the following vulnerability has been resolved: mptcp: never allow the PM to close a listener subflow Currently, when deleting an endpoint the netlink PM treverses all the local MPTCP sockets, regardless of their status. If an MPTCP listener socket is bound to the IP matching...

5.5CVSS5.8AI score0.00208EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.34 views

CVE-2021-47592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

5.5CVSS5.3AI score0.00208EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.13 views

CVE-2021-47590 mptcp: fix deadlock in __mptcp_push_pending()

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

6.7AI score0.00156EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/06/19 2:53 p.m.40 views

CVE-2021-47591 mptcp: remove tcp ulp setsockopt support

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

0.00205EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.43 views

CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.19 views

CVE-2021-47589

In the Linux kernel, the following vulnerability has been resolved: igbvf: fix double free in igbvfprobe In igbvfprobe, if registernetdev fails, the program will go to label errhwinit, and then to label errioremap. In freenetdev which is just below label errioremap, there is listforeachentrysafe...

7.8CVSS5.5AI score0.00259EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.25 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.5CVSS6AI score0.00253EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.28 views

CVE-2021-47586

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwmac-rk: fix oob read in rkgmacsetup KASAN reports an out-of-bounds read in rkgmacsetup on the line: while ops-regsi This happens for most platforms since the regs flexible array member is empty, so the memory after...

5.5CVSS5.7AI score0.00208EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.18 views

CVE-2021-47585

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak in addinoderef Line 1169 3 allocates a memory chunk for victimname by kmalloc, but when the function returns in line 1184 4 victimname allocated by line 1169 3 is not freed, which will lead to a memory leak...

5.5CVSS5.1AI score0.0025EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.13 views

CVE-2021-47584

In the Linux kernel, the following vulnerability has been resolved: iocost: Fix divide-by-zero on donation from low hweight cgroup The donation calculation logic assumes that the donor has non-zero after-donation hweight, so the lowest active hweight a donating cgroup can have is 2 so that it can...

5.5CVSS5.4AI score0.0025EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.38 views

CVE-2021-47583

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutexinit location Syzbot reported, that mxl111sfctrlmsg uses uninitialized mutex. The problem was in wrong mutexinit location. Previous mutexinit&state-msglock call was in -init function, but dvbusbv2init...

5.5CVSS5.2AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.25 views

CVE-2021-47581

Removed by vendor...

4.9AI score
SaveExploits0
Cvelist
Cvelist
added 2024/06/19 2:53 p.m.30 views

CVE-2021-47579 ovl: fix warning in ovl_create_real()

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

0.00235EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.11 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.5CVSS5.2AI score0.00238EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.21 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.5CVSS6.1AI score0.00235EPSS
SaveExploits0
Rows per page
Query Builder