Lucene search
+L

2636 matches found

Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.23 views

CVE-2021-47291

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6nhflushexceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the one reported in commit 821bbf79fe46 "ipv6: Fix KASAN:...

7.1CVSS7.2AI score0.00247EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:20 p.m.21 views

CVE-2021-47284 isdn: mISDN: netjet: Fix crash in nj_probe:

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: netjet: Fix crash in njprobe: 'njsetup' in netjet.c might fail with -EIO and in this case 'card-irq' is initialized and is bigger than zero. A subsequent call to 'njrelease' will free the irq that has not been...

6.2AI score0.00226EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.29 views

CVE-2021-47259 NFS: Fix use-after-free in nfs4_init_client()

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix use-after-free in nfs4initclient KASAN reports a use-after-free when attempting to mount two different exports through two different NICs that belong to the same server. Olga was able to hit this with kernels starting...

6.8AI score0.01109EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.37 views

CVE-2021-47259

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix use-after-free in nfs4initclient KASAN reports a use-after-free when attempting to mount two different exports through two different NICs that belong to the same server. Olga was able to hit this with kernels starting...

7.5CVSS6.6AI score0.01109EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.19 views

CVE-2021-47259 NFS: Fix use-after-free in nfs4_init_client()

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix use-after-free in nfs4initclient KASAN reports a use-after-free when attempting to mount two different exports through two different NICs that belong to the same server. Olga was able to hit this with kernels starting...

6.4AI score0.01109EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/21 2:19 p.m.101 views

CVE-2021-47259

CVE-2021-47259 is a Linux kernel use-after-free in NFS: nfs4_init_client. Public docs confirm KASAN-detected UAF when mounting two exports via two NICs on the same server; affected kernels include around 5.7–5.10 with the root cause linked to refcounting changes. The connected Astra/Unity/EulerOS...

7.5CVSS8.2AI score0.01109EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/05/21 2:19 p.m.91 views

CVE-2021-47230

CVE-2021-47230 affects the Linux kernel KVM on x86. The vulnerability arises from a lack of synchronization between the vCPU SMM flag and the MMU’s SMM flag, so that when RSM is not emulated correctly, KVM can bail out and leave the MMU in an inconsistent state. This misalignment can cause a NULL...

6.6CVSS7.6AI score0.00232EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.3 views

SUSE CVE-2024-35896

In the Linux kernel, the following vulnerability has been resolved: netfilter: validate user input for expected length I got multiple syzbot reports showing old bugs exposed by BPF after commit 20f2505fb436 "bpf: Try to avoid kzalloc in cgroup/s,getsockopt" setsockopt @optlen argument should be...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.6 views

SUSE CVE-2024-35899

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: flush pending destroy work before exitnet release Similar to 2c9f0293280e "netfilter: nftables: flush pending destroy work before netlink notifier" to address a race between exitnet and the destroy workqueue...

5.5CVSS6AI score0.00184EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/05/20 6:17 p.m.24 views

CVE-2024-36007

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in t...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 4:38 p.m.19 views

CVE-2024-35976

In the Linux kernel, the following vulnerability has been resolved: xsk: validate user input for XDPUMEM|COMPLETIONFILLRING syzbot reported an illegal copy in xsksetsockopt 1 Make sure to validate setsockopt @optlen parameter. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 4:23 p.m.24 views

CVE-2024-35941

REJECTED CVE A use-after-free vulnerability was identified in the Linux kernel's net subsystem, specifically in skbuff handling. The issue arises from an overflow of the skb-networkheader a u16 value, causing skbnetworkoffsetskb to return a negative value. This results in the skbpull function...

6.7AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/20 11:43 a.m.27 views

CVE-2024-35896

CVE-2024-35896 is a vulnerability in the Linux kernel's Netfilter component, where the setsockopt function fails to properly validate the length of user-supplied data before copying it into kernel space. This oversight can lead to out-of-bounds memory access, potentially causing system crashes or...

5.5CVSS8.2AI score0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/20 10:15 a.m.16 views

CVE-2024-35967

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix not validating setsockopt user input syzbot reported scosocksetsockopt is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49...

7.1CVSS6.5AI score0.00237EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/20 10:15 a.m.21 views

CVE-2024-35966

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input syzbot reported rfcommsocksetsockoptold is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

7.1CVSS6.5AI score0.00258EPSS
SaveExploits0References9
NVD
NVD
added 2024/05/20 10:15 a.m.20 views

CVE-2024-35949

In the Linux kernel, the following vulnerability has been resolved: btrfs: make sure that WRITTEN is set on all metadata blocks We previously would call btrfscheckleaf if we had the check integrity code enabled, which meant that we could only run the extended leaf checks if we had WRITTEN set on...

7.8CVSS6.2AI score0.00239EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.12 views

CVE-2024-35966

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input syzbot reported rfcommsocksetsockoptold is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

7.1CVSS6.3AI score0.00258EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.13 views

CVE-2024-35967

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix not validating setsockopt user input syzbot reported scosocksetsockopt is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49...

7.1CVSS6.2AI score0.00237EPSS
SaveExploits0References25
OSV
OSV
added 2024/05/20 10:15 a.m.4 views

UBUNTU-CVE-2024-35976

In the Linux kernel, the following vulnerability has been resolved: xsk: validate user input for XDPUMEM|COMPLETIONFILLRING syzbot reported an illegal copy in xsksetsockopt 1 Make sure to validate setsockopt @optlen parameter. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset...

6.7CVSS6.2AI score0.00256EPSS
SaveExploits0References27
Cvelist
Cvelist
added 2024/05/20 9:48 a.m.28 views

CVE-2024-36008 ipv4: check for NULL idev in ip_route_use_hint()

In the Linux kernel, the following vulnerability has been resolved: ipv4: check for NULL idev in iprouteusehint syzbot was able to trigger a NULL deref in fibvalidatesource in an old tree 1. It appears the bug exists in latest trees. All calls to indevgetrcu must be checked for a NULL result. 1...

5.2AI score0.00214EPSS
SaveExploits0References6
Rows per page
Query Builder