Lucene search
K

20 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/07 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000510)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000510 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32...

5.5CVSS5.8AI score0.00012EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2021-46915

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32...

5.5CVSS6.1AI score0.00012EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/04/03 12:2 a.m.20 views

CVE-2024-26668

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

7.1CVSS7.2AI score0.00016EPSS
Exploits0References4
NVD
NVD
added 2024/04/02 7:15 a.m.21 views

CVE-2024-26668

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

5.5CVSS7.4AI score0.00016EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/04/02 6:43 a.m.20 views

CVE-2024-26668 netfilter: nft_limit: reject configurations that cause integer overflow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

7.6AI score0.00016EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/04/02 6:43 a.m.23 views

CVE-2024-26668 netfilter: nft_limit: reject configurations that cause integer overflow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

6.8AI score0.00016EPSS
Exploits0References5
CVE
CVE
added 2024/04/02 6:43 a.m.147 views

CVE-2024-26668

CVE-2024-26668 – technical insight The Linux kernel netfilter nft_limit: reject configurations that cause integer overflow (CVE-2024-26668) fixes an overflow when the internal token counter wraps on extremely large requests (notably at very high throughput, e.g., ~17 GB/s). The vulnerability aris...

5.5CVSS6.2AI score0.00016EPSS
Exploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.19 views

CVE-2024-26668

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: reject configurations that cause integer overflow Reject bogus configs where internal token counter wraps around. This only occurs with very very large requests, such as 17gbyte/s. Its better to reject this...

5.5CVSS6.3AI score0.00016EPSS
Exploits0References30
OSV
OSV
added 2024/02/27 7:15 a.m.0 views

DEBIAN-CVE-2021-46915

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

5.5CVSS5.5AI score0.00012EPSS
Exploits0References1
NVD
NVD
added 2024/02/27 7:15 a.m.19 views

CVE-2021-46915

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

5.5CVSS6AI score0.00012EPSS
Exploits0References6
Prion
Prion
added 2024/02/27 7:15 a.m.21 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

7AI score0.00012EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.20 views

CVE-2021-46915

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

5.5CVSS6.3AI score0.00012EPSS
Exploits0References8
CVE
CVE
added 2024/02/27 6:53 a.m.662 views

CVE-2021-46915

The CVE-2021-46915 issue is in the Linux kernel’s netfilter nft_limit code. nft_limit_init attempted to divide a 64-bit value by a 64-bit expectation but used div_u64 (dividing 64-bit by 32-bit), risking a divide error. The fix changes nft_limit_init to use the correct 64-bit division function (d...

5.5CVSS6.1AI score0.00012EPSS
Exploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.22 views

CVE-2021-46915 netfilter: nft_limit: avoid possible divide error in nft_limit_init

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

6.6AI score0.00012EPSS
Exploits0References6
OSV
OSV
added 2021/05/31 3:39 p.m.13 views

GSD-2021-1000028 netfilter: nft_limit: avoid possible divide error in nft_limit_init

netfilter: nftlimit: avoid possible divide error in nftlimitinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.11.16 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2021/05/31 3:39 p.m.13 views

UVI-2021-1000028 netfilter: nft_limit: avoid possible divide error in nft_limit_init

netfilter: nftlimit: avoid possible divide error in nftlimitinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.11.16 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2021/05/31 3:39 p.m.11 views

UVI-2021-1000033 netfilter: nft_limit: avoid possible divide error in nft_limit_init

netfilter: nftlimit: avoid possible divide error in nftlimitinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.32 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2021/05/31 3:39 p.m.13 views

GSD-2021-1000033 netfilter: nft_limit: avoid possible divide error in nft_limit_init

netfilter: nftlimit: avoid possible divide error in nftlimitinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.32 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2021/05/31 3:39 p.m.8 views

UVI-2021-1000038 netfilter: nft_limit: avoid possible divide error in nft_limit_init

netfilter: nftlimit: avoid possible divide error in nftlimitinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.114 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2021/05/31 3:39 p.m.9 views

GSD-2021-1000038 netfilter: nft_limit: avoid possible divide error in nft_limit_init

netfilter: nftlimit: avoid possible divide error in nftlimitinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.114 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder