Lucene search
+L

101 matches found

OSV
OSV
added 2024/02/27 7:15 a.m.4 views

UBUNTU-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.1AI score0.00241EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.27 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.00241EPSS
SaveExploits0References8
CVE
CVE
added 2024/02/27 6:53 a.m.676 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.00241EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.25 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.4AI score0.00241EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.26 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.00241EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/02/27 6:53 a.m.21 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.5CVSS5.2AI score0.00241EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.3 views

kernel: mptcp: stricter state check in mptcp_worker

A vulnerability was identified in the Linux kernel’s implementation of the Multipath TCP protocol handler. Under certain sequences of socket operations e.g., connecting, resetting/fast-closing, and re-listening, the MPTCP worker could be invoked while the associated master socket is in an...

5.8AI score0.00174EPSS
SaveExploits0References5
OSV
OSV
added 2021/05/31 3:39 p.m.15 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
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.15 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
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.10 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
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.13 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
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/04/10 12:0 a.m.10 views

PT-2021-8023 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.12.0-rc4-syzkaller Description: The vulnerability is related to a divide error in the nft limit init function, which is caused by the div u64 function dividing a 64-bit unsigned integer by a 32-bit unsigned...

7.8CVSS6.8AI score0.01549EPSS
SaveExploits0References411
Veracode
Veracode
added 2020/04/10 1:7 a.m.39 views

Denial Of Service (DoS)

kernel is vulnerable to Denial of Service DoS. The vulnerability exists as a flaw was found in the Linux kernel's clock implementation on 32-bit, SMP symmetric multiprocessing systems. A local, unprivileged user could use this flaw to cause a divide error fault, resulting in a denial of service...

4.9CVSS3.5AI score0.00481EPSS
SaveExploits1References8Affected Software1
Prion
Prion
added 2012/10/03 11:2 a.m.27 views

Design/Logic Flaw

The divlonglongrem implementation in include/asm-x86/div64.h in the Linux kernel before 2.6.26 on the x86 platform allows local users to cause a denial of service Divide Error Fault and panic via a clockgettime system call...

4.9CVSS6.3AI score0.00481EPSS
SaveExploits1References5Affected Software1
RedHat Linux
RedHat Linux
added 2011/11/01 5:13 p.m.84 views

Moderate: Red Hat Security Advisory: kernel security and bug fix update

Updated kernel packages that fix two security issues and four bugs are now available for Red Hat Enterprise Linux 5.6 Extended Update Support. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System CVSS base scores, which...

9.1CVSS6.9AI score0.05798EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2011/11/01 5:4 p.m.8 views

kernel: panic occurs when clock_gettime() is called

The divlonglongrem implementation in include/asm-x86/div64.h in the Linux kernel before 2.6.26 on the x86 platform allows local users to cause a denial of service Divide Error Fault and panic via a clockgettime system call...

4.9CVSS7.3AI score0.00481EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2011/10/20 12:0 a.m.6 views

PT-2011-4304 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 2.6.26 Description: The issue allows local users to cause a denial of service, resulting in a Divide Error Fault and panic, via a clock gettime system call. This is due to the div long long rem implementation in...

9.1CVSS7.7AI score0.05798EPSS
SaveExploits15References41
OpenVAS
OpenVAS
added 2011/08/09 12:0 a.m.64 views

CentOS Update for kernel CESA-2009:1671 centos4 i386

The remote host is missing an update for the SPDX-FileCopyrightText: 2011 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription scriptxrefname:"URL",...

7.8CVSS6.2AI score0.12461EPSS
SaveExploits5References2
Cent OS
Cent OS
added 2009/12/18 7:0 p.m.95 views

kernel security update

CentOS Errata and Security Advisory CESA-2009:1671 Updated kernel packages that fix multiple security issues and several bugs are now available for Red Hat Enterprise Linux 4. This update has been rated as having important security impact by the Red Hat Security Response Team. The kernel packages...

7.8CVSS6.5AI score0.12461EPSS
SaveExploits5References8
RedHat Linux
RedHat Linux
added 2009/12/15 5:12 p.m.53 views

Important: Red Hat Security Advisory: kernel security and bug fix update

Updated kernel packages that fix multiple security issues and several bugs are now available for Red Hat Enterprise Linux 4. This update has been rated as having important security impact by the Red Hat Security Response Team. The kernel packages contain the Linux kernel, the core of any Linux...

7.8CVSS6.5AI score0.12461EPSS
SaveExploits5References15
Rows per page
Query Builder