Lucene search
+L

4423 matches found

RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.14 views

kernel: null pointer dereference vulnerability in nft_dynset_init()

A null pointer dereference vulnerability was found in nftdynsetinit in net/netfilter/nftdynset.c in nftables in the Linux kernel. This issue may allow a local attacker with CAPNETADMIN user privilege to trigger a denial of service...

5.5CVSS6.8AI score0.00321EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.9 views

kernel: netfilter: nf_tables: memory leak when more than 255 elements expired

A use-after-free flaw was found in the Linux kernel’s nftables sub-component due to a race problem between the set GC and transaction in the Linux Kernel. This flaw allows a local attacker to crash the system. This flaw is similar to the previous CVE-2023-4244 but for a different part of the sour...

6.3CVSS6.8AI score0.00255EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.3 views

DEBIAN-CVE-2021-47452

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: skip netdev events generated on netns removal syzbot reported following harmless WARN: WARNING: CPU: 1 PID: 2648 at net/netfilter/core.c:468 nftnetdevunregisterhooks net/netfilter/nftablesapi.c:230 inline...

5.5CVSS5.4AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.14 views

UBUNTU-CVE-2021-47452

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: skip netdev events generated on netns removal syzbot reported following harmless WARN: WARNING: CPU: 1 PID: 2648 at net/netfilter/core.c:468 nftnetdevunregisterhooks net/netfilter/nftablesapi.c:230 inline...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47394

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unlink table before deleting it syzbot reports following UAF: BUG: KASAN: use-after-free in memcmp+0x18f/0x1c0 lib/string.c:955 nlastrcmp+0xf2/0x130 lib/nlattr.c:836 nfttablelookup.part.0+0x1a2/0x460...

7.8CVSS6.2AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47371

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix memory leaks in nexthop notification chain listeners syzkaller discovered memory leaks 1 that can be reduced to the following commands: ip nexthop add id 1 blackhole devlink dev reload pci/0000:06:00.0 As part of the...

7.1CVSS6.5AI score
SaveExploits0References2
NVD
NVD
added 2024/05/21 3:15 p.m.29 views

CVE-2021-47277

In the Linux kernel, the following vulnerability has been resolved: kvm: avoid speculation-based attacks from out-of-range memslot accesses KVM's mechanism for accessing guest memory translates a guest physical address gpa to a host virtual address using the right-shifted gpa also known as gfn an...

7.1CVSS6.2AI score0.00259EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.20 views

CVE-2021-47350 powerpc/mm: Fix lockup on kernel exec fault

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function isexecfault will return 'false' when an exec fault is taken by kernel, because the check i...

6.8AI score0.00181EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/21 2:20 p.m.103 views

CVE-2021-47277

CVE-2021-47277 affects the Linux kernel KVM path for guest memory translation. The issue arises when speculative execution may use an invalid guest frame number (gfn) to compute an out-of-bounds host virtual address (hva) in __gfn_to_hva_memslot, enabling a potential two-read Spectre gadget where...

7.1CVSS6.3AI score0.00259EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.6 views

SUSE CVE-2024-35898

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: Fix potential data-race in nftflowtabletypeget nftunregisterflowtabletype within nfflowinetmoduleexit can concurrent with nftflowtabletypeget within nftablesnewflowtable. And thhere is not any protection when...

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

SUSE CVE-2024-35897

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combine...

5.5CVSS6.6AI score0.00247EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.3 views

SUSE CVE-2024-35900

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: reject new basechain after table flag update When dormant flag is toggled, hooks are disabled in the commit phase by iterating over current chains in table existing and new. The following configuration allows...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates from the netfilter:nftables module unlinking tables before deleting them...

7.8CVSS6.5AI score0.00233EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/20 10:15 a.m.6 views

DEBIAN-CVE-2024-36005

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: honor table dormant flag from netdev release event path Check for table dormant flag otherwise netdev release event path tries to unregister an already unregistered hook. 524854.857999 ------------ cut here...

5.5CVSS5.7AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/20 10:15 a.m.9 views

UBUNTU-CVE-2024-36005

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: honor table dormant flag from netdev release event path Check for table dormant flag otherwise netdev release event path tries to unregister an already unregistered hook. 524854.857999 ------------ cut here...

5.5CVSS6.2AI score0.00233EPSS
SaveExploits0References22
Amazon
Amazon
added 2024/05/20 12:00 a.m.10 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: nfsd: fix RELEASELOCKOWNER CVE-2024-26629 In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: disallow anonymous set with timeout flag CVE-2024-26642 In the Linux kernel, the...

5.5CVSS6.6AI score0.00267EPSS
SaveExploits0
Amazon
Amazon
added 2024/05/20 12:00 a.m.16 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with the logical block size. If the...

7.8CVSS6.4AI score0.00267EPSS
SaveExploits0
OSV
OSV
added 2024/05/19 9:15 a.m.3 views

DEBIAN-CVE-2024-35897

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the table dormant flag. When both commands are combine...

5.5CVSS5.4AI score0.00247EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.5 views

DEBIAN-CVE-2024-35900

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: reject new basechain after table flag update When dormant flag is toggled, hooks are disabled in the commit phase by iterating over current chains in table existing and new. The following configuration allows...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.12 views

UBUNTU-CVE-2024-35900

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: reject new basechain after table flag update When dormant flag is toggled, hooks are disabled in the commit phase by iterating over current chains in table existing and new. The following configuration allows...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References27
Rows per page
Query Builder