Lucene search
+L

3852 matches found

OSV
OSV
added 2024/05/01 1:15 p.m.11 views

AZL-67496 CVE-2024-27389 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only dinvalidate is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput double-drop warning: WARNING: CPU: 0 PID: 2569 at fs/dcache.c:762 dput.part.0+0x3f3/0x410 Using the comb...

7.8CVSS6.4AI score0.00235EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/05/01 1:05 p.m.34 views

CVE-2024-27389 pstore: inode: Only d_invalidate() is needed

In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only dinvalidate is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput double-drop warning: WARNING: CPU: 0 PID: 2569 at fs/dcache.c:762 dput.part.0+0x3f3/0x410 Using the comb...

7.8CVSS6.8AI score0.00235EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/01 1:05 p.m.22 views

CVE-2024-27389

In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only dinvalidate is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput double-drop warning: WARNING: CPU: 0 PID: 2569 at fs/dcache.c:762 dput.part.0+0x3f3/0x410 Using the comb...

7.8CVSS7.5AI score0.00235EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 1:05 p.m.7564 views

CVE-2024-27389

CVE-2024-27389 affects the Linux kernel pstore code path: when unloading a modular pstore backend with records in pstorefs, dput() double‑drops trigger a warning due to a reference counting issue. The fix is to use d_invalidate() and remove checks for error codes that cannot occur, updating the i...

7.8CVSS6.6AI score0.00235EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 1:05 p.m.18 views

CVE-2024-27389 pstore: inode: Only d_invalidate() is needed

In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only dinvalidate is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput double-drop warning: WARNING: CPU: 0 PID: 2569 at fs/dcache.c:762 dput.part.0+0x3f3/0x410 Using the comb...

7.8CVSS7.4AI score0.00235EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2024/05/01 6:15 a.m.5 views

CVE-2024-27022

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING 1. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfsfallocate dupmmap hugetlbfspunchhole immaplockwritemapping;...

7.8CVSS5.7AI score0.0027EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/05/01 6:15 a.m.9 views

AZL-57731 CVE-2024-26982 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.1CVSS6.4AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.4 views

DEBIAN-CVE-2024-26982

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.1CVSS5.8AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.10 views

CVE-2024-26972

In the Linux kernel, the following vulnerability has been resolved: ubifs: ubifssymlink: Fix memleak of inode-ilink in error path For error handling path in ubifssymlink, inode will be marked as bad first, then iput is invoked. If inode-ilink is initialized by fscryptencryptsymlink in encryption...

6.8AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.19 views

CVE-2024-26972

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.9AI score
SaveExploits0References9
OSV
OSV
added 2024/05/01 6:15 a.m.11 views

UBUNTU-CVE-2024-26982

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.1CVSS6.2AI score0.00282EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.33 views

CVE-2024-26982

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.1CVSS6.2AI score0.00282EPSS
SaveExploits0References38
CVE
CVE
added 2024/05/01 5:27 a.m.5763 views

CVE-2024-26982

CVE-2024-26982 affects the Linux kernel Squashfs code. The vulnerability arises from an OOB read path in fill_meta_index() triggered by an inode number value of zero, which is treated as unused. After a faulty read aborts, an empty metadata index is invalidated with inode=0, and a subsequent read...

7.1CVSS7.5AI score0.00282EPSS
SaveExploits0References14Affected Software1
Cvelist
Cvelist
added 2024/05/01 5:27 a.m.35 views

CVE-2024-26982 Squashfs: check the inode number is not the invalid value of zero

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.6AI score0.00282EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/01 5:27 a.m.39 views

CVE-2024-26982

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.1CVSS7.8AI score0.00282EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 5:27 a.m.33 views

CVE-2024-26982 Squashfs: check the inode number is not the invalid value of zero

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

6.2AI score
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/05/01 5:27 a.m.28 views

CVE-2024-26982 Squashfs: check the inode number is not the invalid value of zero

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.5AI score0.00282EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/01 5:20 a.m.78 views

CVE-2024-26972

Removed by vendor...

7.3AI score
SaveExploits0
CVE
CVE
added 2024/05/01 5:20 a.m.7487 views

CVE-2024-26972

CVE-2024-26972 : Linux kernel UBIFS implementation issue in ubifs_symlink could leak inode->i_link in error paths when symlink encryption is involved. The description in connected advisories states the issue arises after marking an inode bad and calling iput(), if inode->i_link was initiali...

6.5AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/01 5:20 a.m.25 views

CVE-2024-26972

...

8.4AI score
SaveExploits0
Rows per page
Query Builder