Lucene search
+L

18837 matches found

Cvelist
Cvelist
added 2025/09/16 10:20 p.m.22 views

CVE-2025-37130 Unrestricted Binary allows File Enumeration in Underlying Operating System

A vulnerability in the command-line interface of EdgeConnect SD-WAN could allow an authenticated attacker to read arbitrary files within the system. Successful exploitation could allow an attacker to read sensitive data from the underlying file system...

6.5CVSS0.00317EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/09/16 7:09 p.m.6 views

CVE-2023-53328

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance sanity check while generating attrlist nicreateattrlist uses WARNON to catch error cases while generating attribute list, which only prints out stack trace and may not be enough. This repalces them with more...

5.5CVSS5.6AI score0.00145EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/16 6:59 p.m.10 views

CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/16 6:05 p.m.8 views

CVE-2022-50345

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv3 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...

7CVSS6.1AI score
SaveExploits0References4
OSV
OSV
added 2025/09/16 5:15 p.m.7 views

DEBIAN-CVE-2022-50345

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv3 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...

6.2AI score
SaveExploits0References1
NVD
NVD
added 2025/09/16 5:15 p.m.7 views

CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS0.00156EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/16 4:12 p.m.39 views

CVE-2023-53328

Technical details for CVE-2023-53328 are not present in the provided documents. Public details, affected products, and fixes are not disclosed here. Monitor for updates from SUSE/NVD and related advisories.

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.4 views

CVE-2022-50351 cifs: Fix xid leak in cifs_create()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscreate If the cifs already shutdown, we should free the xid before return, otherwise, the xid will be leaked...

6.1AI score0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.11 views

CVE-2022-50345

...

SaveExploits0
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.17 views

CVE-2022-50341 cifs: fix oops during encryption

In the Linux kernel, the following vulnerability has been resolved: cifs: fix oops during encryption When running xfstests against Azure the following oops occurred on an arm64 system Unable to handle kernel write to read-only memory at virtual address ffff0001221cf000 Mem abort info: ESR =...

7.8CVSS0.00107EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/16 2:15 p.m.19 views

AZL-74736 CVE-2025-39835 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: xfs: do not propagate ENODATA disk errors into xattr code ENODATA aka ENOATTR has a very specific meaning in the xfs xattr code; namely, that the requested attribute name could not be found. However, a medium error from disk may...

7.8CVSS5.7AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 8:15 a.m.14 views

CVE-2023-53301

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix kernel crash due to null io-bio We should return when io-bio is null before doing anything. Otherwise, panic. BUG: kernel NULL pointer dereference, address: 0000000000000010 RIP: 0010:submitmergedwritecond+0x164/0x240...

7.1CVSS0.00147EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/16 8:15 a.m.11 views

UBUNTU-CVE-2023-53294

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix null-ptr-deref on inode-iop in ntfslookup Syzbot reported a null-ptr-deref bug: ntfs3: loop0: Different NTFS' sector size 1024 and media sector size 512 ntfs3: loop0: Mark volume as dirty due to NTFS errors general...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/16 8:11 a.m.17 views

CVE-2023-53301 f2fs: fix kernel crash due to null io->bio

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix kernel crash due to null io-bio We should return when io-bio is null before doing anything. Otherwise, panic. BUG: kernel NULL pointer dereference, address: 0000000000000010 RIP: 0010:submitmergedwritecond+0x164/0x240...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/09/16 8:11 a.m.9 views

CVE-2023-53295 udf: Do not update file length for failed writes to inline files

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails or happens only partly, we still updated length of inline data as if the whole write succeeded. Fix the update of length of inline...

5.5CVSS5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.21 views

CVE-2023-53294 fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix null-ptr-deref on inode-iop in ntfslookup Syzbot reported a null-ptr-deref bug: ntfs3: loop0: Different NTFS' sector size 1024 and media sector size 512 ntfs3: loop0: Mark volume as dirty due to NTFS errors general...

0.00145EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/16 8:11 a.m.17 views

CVE-2023-53276 ubifs: Free memory for tmpfile name

In the Linux kernel, the following vulnerability has been resolved: ubifs: Free memory for tmpfile name When opening a ubifs tmpfile on an encrypted directory, function fscryptsetupfilename allocates memory for the name that is to be stored in the directory entry, but after the name has been copi...

5.5CVSS4.9AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/09/16 8:06 a.m.3 views

CVE-2023-53270 ext4: fix i_disksize exceeding i_size problem in paritally written case

In the Linux kernel, the following vulnerability has been resolved: ext4: fix idisksize exceeding isize problem in paritally written case It is possible for idisksize can exceed isize, triggering a warning. genericperformwrite copied = iovitercopyfromuseratomiclen // copied idisksize, newsize //...

8AI score0.00155EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/09/16 8:06 a.m.8 views

CVE-2023-53265

In the Linux kernel, the following vulnerability has been resolved: ubi: ensure that VID header offset + VID header size dumpstack lib/dumpstack.c:88 inline dumpstacklvl+0x85/0xad lib/dumpstack.c:106 printaddressdescription mm/kasan/report.c:317 inline printreport.cold.13+0xb6/0x6bb...

7.1CVSS5.5AI score0.0016EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/16 8:01 a.m.7 views

NFS: Fix the setting of capabilities when automounting a new filesystem

...

7.3CVSS6.8AI score0.00269EPSS
SaveExploits0
Rows per page
Query Builder