Lucene search
+L

7870 matches found

OSV
OSV
•added 2024/10/21 6:15 p.m.•12 views

UBUNTU-CVE-2024-49959

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

5.5CVSS6.2AI score0.00257EPSS
SaveExploits0References50
OSV
OSV
•added 2024/10/21 6:02 p.m.•16 views

CVE-2024-49959 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

6.4AI score
SaveExploits0References14
CVE
CVE
•added 2024/10/21 6:02 p.m.•197 views

CVE-2024-49959

CVE-2024-49959 (Linux kernel) : The issue occurs in journaling code (jbd2). During journal space waits, __jbd2_log_wait_for_space() may call jbd2_cleanup_journal_tail() to reclaim space; if an error happens inside that cleanup (e.g., EIO) the function could keep waiting instead of stopping, poten...

5.5CVSS5.2AI score0.00257EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
•added 2024/10/21 6:02 p.m.•15 views

CVE-2024-49959 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

7AI score0.00257EPSS
SaveExploits0References9
Cvelist
Cvelist
•added 2024/10/21 6:02 p.m.•32 views

CVE-2024-49959 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error

In the Linux kernel, the following vulnerability has been resolved: jbd2: stop waiting for space when jbd2cleanupjournaltail returns error In jbd2logwaitforspace, we might call jbd2cleanupjournaltail to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail e.g....

0.00257EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
•added 2024/10/21 6:02 p.m.•21 views

CVE-2024-49958 ocfs2: reserve space for inline xattr before attaching reflink tree

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reserve space for inline xattr before attaching reflink tree One of our customers reported a crash and a corrupted ocfs2 filesystem. The crash was due to the detection of corruption. Upon troubleshooting, the fsck -fn outp...

7.8CVSS6.8AI score0.00273EPSS
SaveExploits0References9
OSV
OSV
•added 2024/10/21 6:02 p.m.•27 views

CVE-2024-49958 ocfs2: reserve space for inline xattr before attaching reflink tree

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reserve space for inline xattr before attaching reflink tree One of our customers reported a crash and a corrupted ocfs2 filesystem. The crash was due to the detection of corruption. Upon troubleshooting, the fsck -fn outp...

7.8CVSS6AI score
SaveExploits0References14
Cvelist
Cvelist
•added 2024/10/21 6:02 p.m.•41 views

CVE-2024-49958 ocfs2: reserve space for inline xattr before attaching reflink tree

In the Linux kernel, the following vulnerability has been resolved: ocfs2: reserve space for inline xattr before attaching reflink tree One of our customers reported a crash and a corrupted ocfs2 filesystem. The crash was due to the detection of corruption. Upon troubleshooting, the fsck -fn outp...

7.8CVSS0.00273EPSS
SaveExploits0References9
CVE
CVE
•added 2024/10/21 6:02 p.m.•174 views

CVE-2024-49958

The CVE-2024-49958 issue affects the Linux kernel’s OCFS2 filesystem, caused by a reflink flow that reserves space for inline xattrs at the destination inode after reflink has already recreated the reflink tree. Specifically, ocfs2_reflink_xattr_inline() reduces l_count from 243 to 227 without va...

7.8CVSS5.2AI score0.00273EPSS
SaveExploits0References11Affected Software1
SUSE CVE
SUSE CVE
•added 2024/10/21 3:46 p.m.•21 views

SUSE CVE-2024-47737

In the Linux kernel, the following vulnerability has been resolved: nfsd: call cacheput if xdrreservespace returns NULL If not enough buffer space available, but idmaplookup has triggered lookupfn which calls cacheget and returns successfully. Then we missed to call cacheput here which pairs with...

3.3CVSS6.7AI score0.00277EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2024/10/21 3:45 p.m.•7 views

SUSE CVE-2024-49851

In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpmdevtransmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this preparation is done. This can result in transient handle...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References21
HackRead
HackRead
•added 2024/10/21 3:38 p.m.•31 views

Hacker Advertises “Top Secret US Space Force (USSF) Military Technology Archive”

A hacker known as "TAINTU" is advertising a "Top Secret U.S. Space Force Military Technology Archive" for sale,…...

7.3AI score
SaveExploits0
NVD
NVD
•added 2024/10/21 1:15 p.m.•14 views

CVE-2024-49850

In the Linux kernel, the following vulnerability has been resolved: bpf: correctly handle malformed BPFCORETYPEIDLOCAL relos In case of malformed relocation record of kind BPFCORETYPEIDLOCAL referencing a non-existing BTF type, function bpfcorecalcreloinsn would cause a null pointer deference. Fi...

5.5CVSS0.00207EPSS
SaveExploits0References6
OSV
OSV
•added 2024/10/21 1:15 p.m.•5 views

DEBIAN-CVE-2024-49851

In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpmdevtransmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this preparation is done. This can result in transient handle...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 1:15 p.m.•12 views

DEBIAN-CVE-2024-49850

In the Linux kernel, the following vulnerability has been resolved: bpf: correctly handle malformed BPFCORETYPEIDLOCAL relos In case of malformed relocation record of kind BPFCORETYPEIDLOCAL referencing a non-existing BTF type, function bpfcorecalcreloinsn would cause a null pointer deference. Fi...

5.5CVSS5.6AI score0.00207EPSS
SaveExploits0References1
NVD
NVD
•added 2024/10/21 1:15 p.m.•10 views

CVE-2024-49851

In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpmdevtransmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this preparation is done. This can result in transient handle...

5.5CVSS0.00219EPSS
SaveExploits0References12
OSV
OSV
•added 2024/10/21 1:15 p.m.•24 views

AZL-50868 CVE-2024-49851 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpmdevtransmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this preparation is done. This can result in transient handle...

5.5CVSS6.3AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 1:15 p.m.•11 views

AZL-50725 CVE-2024-49851 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: tpm: Clean up TPM space after command failure tpmdevtransmit prepares the TPM space before attempting command transmission. However if the command fails no rollback of this preparation is done. This can result in transient handle...

5.5CVSS6.3AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 1:15 p.m.•16 views

AZL-50785 CVE-2024-47737 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: nfsd: call cacheput if xdrreservespace returns NULL If not enough buffer space available, but idmaplookup has triggered lookupfn which calls cacheget and returns successfully. Then we missed to call cacheput here which pairs with...

5.5CVSS6.8AI score0.00277EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 1:15 p.m.•15 views

AZL-50945 CVE-2024-47737 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: nfsd: call cacheput if xdrreservespace returns NULL If not enough buffer space available, but idmaplookup has triggered lookupfn which calls cacheget and returns successfully. Then we missed to call cacheput here which pairs with...

5.5CVSS6.5AI score0.00277EPSS
SaveExploits0References1
Rows per page
Query Builder