Lucene search
+L

88 matches found

OSV
OSV
added 2024/11/09 11:15 a.m.7 views

AZL-53147 CVE-2024-50232 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: fix division by zero in ad7124setchannelodr In the ad7124writeraw function, parameter val can potentially be zero. This may lead to a division by zero when DIVROUNDCLOSEST is called within ad7124setchannelodr. T...

5.5CVSS6.8AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/09 3:15 p.m.3 views

UBUNTU-CVE-2024-47671

In the Linux kernel, the following vulnerability has been resolved: USB: usbtmc: prevent kernel-usb-infoleak The syzbot reported a kernel-usb-infoleak in usbtmcwrite, we need to clear the structure before filling fields...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0References40
RedhatCVE
RedhatCVE
added 2024/09/18 9:13 a.m.14 views

CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS6.7AI score0.00173EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/18 7:15 a.m.24 views

CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS0.00173EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/08/17 8:54 a.m.35 views

CVE-2024-42266 btrfs: make cow_file_range_inline() honor locked_page on error

In the Linux kernel, the following vulnerability has been resolved: btrfs: make cowfilerangeinline honor lockedpage on error The btrfs buffered write path runs through extentwritepage which has some tricky return value handling for writepagedelalloc. Specifically, when that returns 1, we exit, bu...

0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/17 8:54 a.m.80 views

CVE-2024-42266

CVE-2024-42266 relates to the Linux kernel btrfs module. The issue stems from the cow_file_range_inline() path not honoring the folio lock state on error, which can lead to an assertion panic or kernel bug when a folio becomes unlocked during buffered write handling in __extent_writepage()/extent...

5.5CVSS6.4AI score0.00193EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.35 views

CVE-2024-42266

In the Linux kernel, the following vulnerability has been resolved: btrfs: make cowfilerangeinline honor lockedpage on error The btrfs buffered write path runs through extentwritepage which has some tricky return value handling for writepagedelalloc. Specifically, when that returns 1, we exit, bu...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/08/17 12:0 a.m.12 views

PT-2024-29818 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.10.0 Description: The Linux kernel has a vulnerability in the btrfs buffered write path, which runs through extent writepage and has tricky return value handling for writepage delalloc. When writepage delalloc...

6.6AI score0.00193EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.4 views

SUSE CVE-2022-48717

In the Linux kernel, the following vulnerability has been resolved: ASoC: max9759: fix underflow in speakergaincontrolput Check for negative values of "priv-gain" to prevent an out of bounds access. The concern is that these might come from the user via: - sndctlelemwriteuser - sndctlelemwrite -...

5.5CVSS7.6AI score0.00219EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/24 3:15 p.m.3 views

DEBIAN-CVE-2021-47508

In the Linux kernel, the following vulnerability has been resolved: btrfs: free exchange changeset on failures Fstests runs on my VMs have show several kmemleak reports like the following. unreferenced object 0xffff88811ae59080 size 64: comm "xfsio", pid 12124, jiffies 4294987392 age 6.368s hex...

5.5CVSS5AI score0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/17 3:15 p.m.28 views

CVE-2023-52682

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for postread case If inode is compressed, but not encrypted, it missed to call f2fswaitonblockwriteback to wait for GCed page writeback in IPU write path. Thread A GC-Thread - f2fsgc -...

7.1CVSS7.5AI score0.00232EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/17 3:15 p.m.28 views

CVE-2023-52682

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for postread case If inode is compressed, but not encrypted, it missed to call f2fswaitonblockwriteback to wait for GCed page writeback in IPU write path. Thread A GC-Thread - f2fsgc -...

7.1CVSS6.2AI score0.00232EPSS
SaveExploits0References24
CVE
CVE
added 2024/05/17 2:24 p.m.92 views

CVE-2023-52682

CVE-2023-52682 is a Linux kernel vulnerability affecting the f2fs file system. The issue occurs when an inode is compressed but not encrypted, where the code misses calling f2fs_wait_on_block_writeback() to wait for GCed page writeback in the IPU write path, allowing out-of-order GC and IO to cau...

7.1CVSS6.8AI score0.00232EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.38 views

CVE-2023-52682 f2fs: fix to wait on block writeback for post_read case

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for postread case If inode is compressed, but not encrypted, it missed to call f2fswaitonblockwriteback to wait for GCed page writeback in IPU write path. Thread A GC-Thread - f2fsgc -...

6.5AI score0.00232EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.72 views

CVE-2023-52682

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for postread case If inode is compressed, but not encrypted, it missed to call f2fswaitonblockwriteback to wait for GCed page writeback in IPU write path. Thread A GC-Thread - f2fsgc -...

7.1CVSS6.1AI score0.00232EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/01 12:0 a.m.7 views

PT-2025-54101

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential null-pointer dereference issue exists in the ni clear function within the fs/ntfs3 component. A previous commit addressed a similar issue in ni write inode, but the fix was n...

6.3AI score0.00183EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2022/05/17 8:15 p.m.9 views

CVE-2022-1359 Cambium Networks cnMaestro Path Traversal

The affected On-Premise cnMaestro is vulnerable to an arbitrary file-write through improper limitation of a pathname to a restricted directory inside a specific route. If an attacker supplied path traversal charters ../ as part of a filename, the server will save the file where the attacker...

5.7CVSS6.8AI score0.00919EPSS
SaveExploits0References1
OSV
OSV
added 2022/04/24 8:37 p.m.14 views

GSD-2022-1000990 btrfs: release correct delalloc amount in direct IO write path

btrfs: release correct delalloc amount in direct IO write path 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.17.4 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/03/26 11:3 a.m.12 views

OESA-2022-1593 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: A flaw use after free in the Linux kernel FUSE filesystem was found in the way user triggers write. A local user could use this flaw to get some unauthorized access to some data from the FUSE filesystem and as result potentially...

7.8CVSS6.6AI score0.01169EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/02/16 5:15 p.m.9 views

CVE-2022-0617

A flaw null pointer dereference in the Linux kernel UDF file system functionality was found in the way user triggers udffilewriteiter function for the malicious UDF image. A local user could use this flaw to crash the system. Actual from Linux kernel 4.2-rc1 till 5.17-rc2...

5.5CVSS6.5AI score0.00497EPSS
SaveExploits1References10
Rows per page
Query Builder