Lucene search
K

3432 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.1 views

UBUNTU-CVE-2022-50082

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4iomapbegin as race between bmap and write We got issue as follows: ------------ cut here ------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4iomapbegin+0x182/0x5d0 RIP:...

7CVSS5.7AI score0.00156EPSS
Exploits0References7
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

UBUNTU-CVE-2022-50009

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null-ptr-deref in f2fsgetdnodeofdata There is issue as follows when test f2fs atomic write: F2FS-fs loop0: Can't find valid F2FS filesystem in 2th superblock F2FS-fs loop0: invalid crcoffset: 0 F2FS-fs loop0:...

5.5CVSS5.7AI score0.00154EPSS
Exploits0References5
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

UBUNTU-CVE-2022-50205

In the Linux kernel, the following vulnerability has been resolved: ext2: Add more validity checks for inode counts Add checks verifying number of inodes stored in the superblock matches the number computed from number of inodes per group. Also verify we have at least one block worth of inodes pe...

5.5CVSS5.9AI score0.00204EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.7 views

CVE-2022-50217 fuse: write inode in fuse_release()

In the Linux kernel, the following vulnerability has been resolved: fuse: write inode in fuserelease A race between write2 and close2 allows pages to be dirtied after fuseflush - writeinodenow. If these pages are not flushed from fuserelease, then there might not be a writable open file later. So...

0.00182EPSS
Exploits0References3
CVE
CVE
added 2025/06/18 11:3 a.m.20 views

CVE-2022-50217

CVE-2022-50217 affects the Linux kernel’s fuse_release path. A race between write(2) and close(2) can cause pages to be dirtied after fuse_flush → write_inode_now(), potentially leaving writable pages unflushed and risking file state on release. The description across connected sources indicates ...

5.5CVSS6.2AI score0.00182EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.6 views

CVE-2022-50217

In the Linux kernel, the following vulnerability has been resolved: fuse: write inode in fuserelease A race between write2 and close2 allows pages to be dirtied after fuseflush - writeinodenow. If these pages are not flushed from fuserelease, then there might not be a writable open file later. So...

5.5CVSS5.4AI score0.00182EPSS
Exploits0
OSV
OSV
added 2025/06/18 11:3 a.m.4 views

CVE-2022-50217 fuse: write inode in fuse_release()

In the Linux kernel, the following vulnerability has been resolved: fuse: write inode in fuserelease A race between write2 and close2 allows pages to be dirtied after fuseflush - writeinodenow. If these pages are not flushed from fuserelease, then there might not be a writable open file later. So...

5.5CVSS5.8AI score0.00182EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.6 views

CVE-2022-50205 ext2: Add more validity checks for inode counts

In the Linux kernel, the following vulnerability has been resolved: ext2: Add more validity checks for inode counts Add checks verifying number of inodes stored in the superblock matches the number computed from number of inodes per group. Also verify we have at least one block worth of inodes pe...

0.00204EPSS
Exploits0References8
CVE
CVE
added 2025/06/18 11:3 a.m.24 views

CVE-2022-50205

The CVE-2022-50205 entry corresponds to a Linux kernel vulnerability in ext2 that adds validity checks for inode counts. The root cause is that inodes stored in the superblock must match the computed value from inodes-per-group, and there must be at least one block worth of inodes per group; thes...

5.5CVSS6.3AI score0.00204EPSS
Exploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.7 views

CVE-2022-50205

In the Linux kernel, the following vulnerability has been resolved: ext2: Add more validity checks for inode counts Add checks verifying number of inodes stored in the superblock matches the number computed from number of inodes per group. Also verify we have at least one block worth of inodes pe...

5.5CVSS5.4AI score0.00204EPSS
Exploits0
OSV
OSV
added 2025/06/18 11:3 a.m.4 views

CVE-2022-50205 ext2: Add more validity checks for inode counts

In the Linux kernel, the following vulnerability has been resolved: ext2: Add more validity checks for inode counts Add checks verifying number of inodes stored in the superblock matches the number computed from number of inodes per group. Also verify we have at least one block worth of inodes pe...

5.5CVSS6AI score0.00204EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.10 views

CVE-2022-50083

...

Exploits0
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.9 views

CVE-2022-50083

Removed by vendor...

7.2AI score
Exploits0
CVE
CVE
added 2025/06/18 11:2 a.m.78 views

CVE-2022-50083

CVE-2022-50083 is rejected/not used as stated in the Initial Description.

6.5AI score
Exploits0
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.5 views

CVE-2022-50082 ext4: fix warning in ext4_iomap_begin as race between bmap and write

In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4iomapbegin as race between bmap and write We got issue as follows: ------------ cut here ------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441 ext4iomapbegin+0x182/0x5d0 RIP:...

0.00156EPSS
Exploits0References5
CVE
CVE
added 2025/06/18 11:2 a.m.25 views

CVE-2022-50082

CVE-2022-50082 affects the Linux kernel ext4 subsystem. The issue arises in ext4_iomap_begin due to a race between bmap and write, which can trigger a WARN_ON_ONCE path during file writes, evidenced by a kernel warning trace through iomap_apply → iomap_bmap → ext4_bmap → bmap. The consequence is ...

7CVSS6.5AI score0.00156EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2025/06/18 11:1 a.m.35 views

CVE-2022-50009

CVE-2022-50009 corresponds to a Linux kernel vulnerability in f2fs → fixed null-ptr-deref in f2fs_get_dnode_of_data during atomic write. The provided data describe a scenario where f2fs_do_write_data_page writes a cow_inode (for atomic writes) and ends up dereferencing a NULL cow_inode, triggerin...

5.5CVSS6.5AI score0.00154EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.5 views

CVE-2022-50006 NFSv4.2 fix problems with __nfs42_ssc_open

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2 fix problems with nfs42sscopen A destination server while doing a COPY shouldn't accept using the passed in filehandle if its not a regular filehandle. If allocfilepseudo has failed, we need to decrement a reference on th...

0.00197EPSS
Exploits0References4
CVE
CVE
added 2025/06/18 11:1 a.m.88 views

CVE-2022-50006

CVE-2022-50006 affects the Linux kernel in NFSv4.2 handling of __nfs42_ssc_open. The issue arises when a destination server processes a COPY and should not accept a passed filehandle if it’s not a regular filehandle; additionally, if alloc_file_pseudo() fails, the kernel must drop the reference t...

5.5CVSS6.5AI score0.00197EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/06/18 10:15 a.m.5 views

DEBIAN-CVE-2025-38073

In the Linux kernel, the following vulnerability has been resolved: block: fix race between setblocksize and read paths With the new large sector size support, it's now the case that setblocksize can change iblksize and the folio order in a manner that conflicts with a concurrent reader and cause...

4.7CVSS5.9AI score0.00011EPSS
Exploits0References1
Rows per page
Query Builder