Lucene search
+L

282 matches found

ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.7 views

CVE-2023-53081

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after failed write When buffered write fails to copy data into underlying page cache page, ocfs2writeendnolock just zeroes out and dirties the page. This can leave dirty page beyond EOF and if page...

7.8CVSS6.3AI score0.00204EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.3 views

DEBIAN-CVE-2023-53081

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after failed write When buffered write fails to copy data into underlying page cache page, ocfs2writeendnolock just zeroes out and dirties the page. This can leave dirty page beyond EOF and if page...

7.8CVSS5.9AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/03 8:15 a.m.2 views

DEBIAN-CVE-2025-22000

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: drop beyond-EOF folios with the right number of refs When an after-split folio is large and needs to be dropped due to EOF, folioputrefsfolio, folionrpagesfolio should be used to drop all page cache refs. Otherwise...

5.5CVSS5.6AI score0.00186EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/03/17 12:00 a.m.16 views

Linux FUSE Uninitialized Memory Read

FUSE on Linux has an issue where a page is marked uptodate while actually containing uninitialized data beyond EOF, so uninitialized memory can be read via mmap on systems without init-on-alloc...

5.5CVSS7.1AI score0.00886EPSS
SaveExploits2
OSV
OSV
added 2025/02/26 7:01 a.m.12 views

UBUNTU-CVE-2022-49271

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent bad output lengths in smb2ioctlqueryinfo When calling smb2ioctlqueryinfo with smbqueryinfo::flags=PASSTHRUFSCTL and smbqueryinfo::outputbufferlength=0, the following would return 0x10 buffer = memdupuserarg +...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/02/12 12:11 a.m.13 views

aiohttp: DoS when trying to parse malformed POST requests

An infinite loop flaw was found in aiohttp when handling POST multipart/form-data requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered ...

7.5CVSS5.8AI score0.01094EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.24 views

PT-2026-8125

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the netfs component related to the handling of read requests and folio unlocking. Specifically, the issue arises when collecting read results for...

9.8CVSS6.2AI score0.00502EPSS
SaveExploits1References320
SUSE CVE
SUSE CVE
added 2024/09/03 2:22 a.m.14 views

SUSE CVE-2024-44947

In the Linux kernel, the following vulnerability has been resolved: fuse: Initialize beyond-EOF page contents before setting uptodate fusenotifystore, unlike fusedoreadpage, does not enable page zeroing because it can be used to change partial page contents. So fusenotifystore must be more carefu...

5.5CVSS6.3AI score0.00886EPSS
SaveExploits2References33
OSV
OSV
added 2024/09/02 6:15 p.m.5 views

DEBIAN-CVE-2024-44947

In the Linux kernel, the following vulnerability has been resolved: fuse: Initialize beyond-EOF page contents before setting uptodate fusenotifystore, unlike fusedoreadpage, does not enable page zeroing because it can be used to change partial page contents. So fusenotifystore must be more carefu...

5.5CVSS5.8AI score0.00886EPSS
SaveExploits2References1
OSV
OSV
added 2024/09/02 6:15 p.m.18 views

AZL-49307 CVE-2024-44947 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: fuse: Initialize beyond-EOF page contents before setting uptodate fusenotifystore, unlike fusedoreadpage, does not enable page zeroing because it can be used to change partial page contents. So fusenotifystore must be more carefu...

5.5CVSS6.4AI score0.00886EPSS
SaveExploits2References1
OSV
OSV
added 2024/09/02 6:15 p.m.17 views

UBUNTU-CVE-2024-44947

In the Linux kernel, the following vulnerability has been resolved: fuse: Initialize beyond-EOF page contents before setting uptodate fusenotifystore, unlike fusedoreadpage, does not enable page zeroing because it can be used to change partial page contents. So fusenotifystore must be more carefu...

5.5CVSS6.2AI score0.00886EPSS
SaveExploits2References26
OSV
OSV
added 2024/07/16 12:15 p.m.16 views

UBUNTU-CVE-2022-48827

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix the behavior of READ near OFFSETMAX Dan Aloni reports: Due to commit 8cfb9015280d "NFS: Always provide aligned buffers to the RPC read layers" on the client, a read of 0xfff is aligned up to server rsize of 0x1000. As a...

7.5CVSS6.7AI score0.00623EPSS
SaveExploits0References7
OSV
OSV
added 2024/06/19 2:15 p.m.7 views

DEBIAN-CVE-2024-38604

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

5.5CVSS5.4AI score0.00207EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/06/10 6:41 p.m.8 views

aiohttp: DoS when trying to parse malformed POST requests

An infinite loop flaw was found in aiohttp when handling POST multipart/form-data requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered ...

7.5CVSS5.8AI score0.01094EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/20 10:15 a.m.2 views

DEBIAN-CVE-2024-36001

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the pre-flush when appending to a file in writethrough mode In netfsperformwrite, when the file is marked NETFSICTXWRITETHROUGH or OSYNC or RWFSYNC was specified, write-through caching is performed on a buffered file...

7.8CVSS5.7AI score0.00204EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/05/20 12:00 a.m.24 views

PT-2024-26838 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when writing at or above the EOF position in writethrough mode, causing a problem if there's a partial folio at the end of the file that is being written out and anoth...

9.8CVSS6.7AI score0.01305EPSS
SaveExploits3References703
Snyk
Snyk
added 2023/10/21 12:50 a.m.9 views

Use of Uninitialized Resource

Overview Affected versions of this package are vulnerable to Use of Uninitialized Resource in the stbihdrload and stbitgaload functions. An attacker can read a specified number of bytes from context into an uninitialized buffer by manipulating the file stream to point to the end. This is only...

5.5CVSS7AI score0.00657EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2023/02/15 4:48 a.m.7 views

SUSE CVE-2017-7223

GNU assembler in GNU Binutils 2.28 is vulnerable to a global buffer overflow of size 1 while attempting to unget an EOF character from the input stream, potentially leading to a program crash...

7.5CVSS7.3AI score0.01956EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2023/02/15 4:45 a.m.5 views

SUSE CVE-2017-9144

In ImageMagick 7.0.5-5, a crafted RLE image can trigger a crash because of incorrect EOF handling in coders/rle.c...

4CVSS8.9AI score0.01851EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2023/02/15 4:43 a.m.6 views

SUSE CVE-2017-11188

The ReadDPXImage function in coders\dpx.c in ImageMagick 7.0.6-0 has a large loop vulnerability that can cause CPU exhaustion via a crafted DPX file, related to lack of an EOF check...

5.3CVSS9AI score0.01552EPSS
SaveExploits0References7
Rows per page
Query Builder