Lucene search
+L

3788 matches found

CNNVD
CNNVD
added 2024/07/30 12:0 a.m.5 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 the Linux kernel that stems from a failure to check the inode number in a directory entry when mounting and unmounting a mode-specific...

7.8CVSS6.5AI score0.0026EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/29 4:15 p.m.19 views

UBUNTU-CVE-2024-41083

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfspagemkwrite to check folio-mapping is valid Fix netfspagemkwrite to check that folio-mapping is valid once it has taken the folio lock as filemappagemkwrite does. Without this, generic/247 occasionally oopses with...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/29 3:15 p.m.9 views

UBUNTU-CVE-2024-41049

In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posixlockinode Light Hsieh reported a KASAN UAF warning in traceposixlockinode. The request pointer had been changed earlier to point to a lock entry that was added to the inode's list...

7.8CVSS6.5AI score0.00281EPSS
SaveExploits0References32
CVE
CVE
added 2024/07/29 2:32 p.m.185 views

CVE-2024-41049

CVE-2024-41049: Linux kernel filelock: fix potential use-after-free in posix_lock_inode. The root cause was a race where a tracepoint pointer could be freed before the tracepoint fired, as the request pointer in trace_posix_lock_inode() was moved to a lock entry in an inode’s list and then freed ...

7.8CVSS6.6AI score0.00281EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.5 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 the Linux kernel that stems from a request pointer being changed to point to a lock entry that has just been added to the inode list when usi...

7CVSS6.9AI score0.00281EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/07/24 2:3 p.m.5 views

kernel: Squashfs: check the inode number is not the invalid value of zero

A flaw was found in the squashfs module in the Linux kernel. A missing check of an inode number with an invalid value of zero can cause an out-of-bounds read and result in a denial of service...

7.1CVSS6.8AI score0.0028EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 1:20 p.m.11 views

kernel: Squashfs: check the inode number is not the invalid value of zero

A flaw was found in the squashfs module in the Linux kernel. A missing check of an inode number with an invalid value of zero can cause an out-of-bounds read and result in a denial of service...

7.1CVSS6.8AI score0.0028EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/07/22 12:0 a.m.23 views

EulerOS 2.0 SP8 : grub2 (EulerOS-SA-2024-2033)

According to the versions of the grub2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in the grub2-set-bootflag utility of grub2. After the fix of CVE-2019-14865, grub2-set- bootflag will create a temporary file with...

5.9CVSS6AI score0.00324EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/17 5:15 p.m.6 views

CVE-2024-20323

A vulnerability in Cisco Intelligent Node iNode Software could allow an unauthenticated, remote attacker to hijack the TLS connection between Cisco iNode Manager and associated intelligent nodes and send arbitrary traffic to an affected device. This vulnerability is due to the presence of...

7.5CVSS5.9AI score0.00194EPSS
SaveExploits0References1
CVE
CVE
added 2024/07/17 4:28 p.m.62 views

CVE-2024-20323

Cisco Intelligent Node (iNode) Software is affected by CVE-2024-20323 due to hard-coded cryptographic material in the TLS setup between iNode Manager and its nodes. A remote, unauthenticated attacker in a man-in-the-middle position could use the static key to generate a trusted certificate, imper...

7.5CVSS7.2AI score0.00194EPSS
SaveExploits0References1Affected Software2
Vulnrichment
Vulnrichment
added 2024/07/17 4:28 p.m.11 views

CVE-2024-20323

A vulnerability in Cisco Intelligent Node iNode Software could allow an unauthenticated, remote attacker to hijack the TLS connection between Cisco iNode Manager and associated intelligent nodes and send arbitrary traffic to an affected device. This vulnerability is due to the presence of...

7.5CVSS7.2AI score0.00194EPSS
SaveExploits0References1
Cisco
Cisco
added 2024/07/17 4:0 p.m.16 views

Cisco Intelligent Node Software Static Key Vulnerability

A vulnerability in Cisco Intelligent Node iNode Software could allow an unauthenticated, remote attacker to hijack the TLS connection between Cisco iNode Manager and associated intelligent nodes and send arbitrary traffic to an affected device. This vulnerability is due to the presence of...

7.5CVSS7.6AI score0.00194EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/07/16 5:26 p.m.28 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

4.1CVSS8.9AI score0.00221EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/12 1:15 p.m.10 views

AZL-56270 CVE-2024-40972 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS6.6AI score0.00221EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS0.00221EPSS
SaveExploits0References5
NVD
NVD
added 2024/07/12 1:15 p.m.20 views

CVE-2024-40962

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes Shin'ichiro reported that when he's running fstests' test-case btrfs/167 on emulated zoned devices, he's seeing the following NULL pointer dereference in...

5.5CVSS0.00241EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.24 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS5.9AI score0.00221EPSS
SaveExploits0References11
OSV
OSV
added 2024/07/12 1:15 p.m.9 views

UBUNTU-CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS6.1AI score0.00221EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/07/12 12:32 p.m.27 views

CVE-2024-40972

In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4xattrsetentry creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking which acquires locks on othe...

5.5CVSS5.5AI score0.00221EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:32 p.m.85 views

CVE-2024-40962

CVE-2024-40962 affects the Linux kernel btrfs zoning code. The issue is a NULL pointer dereference in btrfs_zone_finish_endio() when handling zoned NODATASUM writes under zoned emulation for conventional zones. The fix, as described in the disclosure, is to allocate dummy checksums for zoned NODA...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder