Lucene search
+L

8050 matches found

RedhatCVE
RedhatCVE
added 2025/09/16 6:34 p.m.10 views

CVE-2023-53316

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens because the DP controller itself is being removed,...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/16 6:05 p.m.7 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
NVD
NVD
added 2025/09/16 5:15 p.m.8 views

CVE-2023-53316

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Free resources after unregistering them The DP component's unbind operation walks through the submodules to unregister and clean things up. But if the unbind happens because the DP controller itself is being removed,...

7.8CVSS0.0016EPSS
SaveExploits0References6
NVD
NVD
added 2025/09/16 5:15 p.m.12 views

CVE-2022-50345

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

SaveExploits0
OSV
OSV
added 2025/09/16 5:15 p.m.8 views

CVE-2022-50345

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

6AI score
SaveExploits0
OSV
OSV
added 2025/09/16 5:15 p.m.11 views

UBUNTU-CVE-2022-50346

In the Linux kernel, the following vulnerability has been resolved: ext4: init quota for 'old.inode' in 'ext4rename' Syzbot found the following issue: ext4parseparam: swantextraisize=128 ext4inodeinfoinit: swantextraisize=32 ext4rename: old.inode=ffff88823869a2c8 old.dir=ffff888238699828...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.10 views

CVE-2022-50345

...

SaveExploits0
OSV
OSV
added 2025/09/16 1:15 p.m.1 views

DEBIAN-CVE-2025-39814

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in iceunplugauxdev on reset Issuing a reset when the driver is loaded without RDMA support, will results in a crash as it attempts to remove RDMA's non-existent auxbus device: echo 1...

5.5CVSS5.4AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 1:15 p.m.12 views

UBUNTU-CVE-2025-39811

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Clear the scratchpt pointer on error Avoid triggering a dereference of an error pointer on cleanup in xevmfreescratch by clearing any scratchpt error pointer. cherry picked from commit...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References16
CVE
CVE
added 2025/09/16 1:00 p.m.45 views

CVE-2025-39826

CVE-2025-39826 : In the Linux kernel, the net/rose_neigh struct’s use field was a non-atomic reference counter, risking use-after-free if the rose_neigh is freed while still referenced. The fix converts the field from unsigned short to refcount_t and switches code paths to rose_neigh_hold() and r...

8.8CVSS6.3AI score0.00201EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/09/16 1:00 p.m.15 views

CVE-2025-39825 smb: client: fix race with concurrent opens in rename(2)

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename2 Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for outstanding I/O to complete as well as marking all...

7.8CVSS6AI score
SaveExploits0References10
OSV
OSV
added 2025/09/16 1:00 p.m.7 views

CVE-2025-39819 fs/smb: Fix inconsistent refcnt update

In the Linux kernel, the following vulnerability has been resolved: fs/smb: Fix inconsistent refcnt update A possible inconsistent update of refcount was identified in smb2compoundop. Such inconsistent update could lead to possible resource leaks. Why it is a possible bug: 1. In the comment secti...

6.2AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/09/16 1:00 p.m.13 views

CVE-2025-39814 ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in iceunplugauxdev on reset Issuing a reset when the driver is loaded without RDMA support, will results in a crash as it attempts to remove RDMA's non-existent auxbus device: echo 1...

0.00127EPSS
SaveExploits0References2
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.8 views

CVE-2023-53299 md/raid10: fix leak of 'r10bio->remaining' for recovery

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix leak of 'r10bio-remaining' for recovery raid10syncrequest will add 'r10bio-remaining' for both rdev and replacement rdev. However, if the read io fails, recoveryrequestwrite returns without issuing the write io, in...

5.5CVSS5.5AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/09/16 8:11 a.m.3 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...

6.1AI score0.00145EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.18 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
Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.10 views

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.4AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2025/09/16 8:11 a.m.65 views

CVE-2023-53294

Summary (CVE-2023-53294): A Linux kernel issue in the ntfs3 path caused a null pointer dereference when inode->i_op could be NULL if the MFT record is not base, leading to a crash during d_splice_alias via d_flags_for_inode. The identified root cause is an unconditional call path through ntfs_...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2025/09/16 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from the reuse of the nilfsroot structure in the nilfs2 filesystem after it has been freed during an iput...

7.8CVSS6AI score0.0016EPSS
SaveExploits0References9
Rows per page
Query Builder