Lucene search
+L

10015 matches found

Microsoft CVE
Microsoft CVE
added 2025/12/09 1:02 a.m.16 views

usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget

...

7AI score0.00191EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.18 views

SUSE CVE-2022-50626

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: fix memory leak in dvbusbadapterinit Syzbot reports a memory leak in "dvbusbadapterinit". The leak is due to not accounting for and freeing current iteration's adapter-priv in case of an error. Currently if an err...

4.1CVSS6.6AI score0.00232EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.8 views

SUSE CVE-2025-40317

In the Linux kernel, the following vulnerability has been resolved: regmap: slimbus: fix buscontext pointer in regmap init calls Commit 4e65bda8273c "ASoC: wcd934x: fix error handling in wcd934xcodecparsedata" revealed the problem in the slimbus regmap. That commit breaks audio playback, for...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/09 12:00 a.m.8 views

CVE-2023-53798 ethtool: Fix uninitialized number of lanes

In the Linux kernel, the following vulnerability has been resolved: ethtool: Fix uninitialized number of lanes It is not possible to set the number of lanes when setting link modes using the legacy IOCTL ethtool interface. Since 'struct ethtoollinkksettings' is not initialized in this path, drive...

6.2AI score
SaveExploits0References8
CVE
CVE
added 2025/12/09 12:00 a.m.36 views

CVE-2023-53798

CVE-2023-53798 affects the Linux kernel’s ethtool path for setting link modes via the legacy IOCTL interface. The root cause is an uninitialized struct ethtool_link_ksettings in the IOCTL/set_link_ksettings path, causing the lanes field to be read as uninitialized memory, which can influence driv...

6AI score0.00195EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.14 views

CVE-2023-53798

In the Linux kernel, the following vulnerability has been resolved: ethtool: Fix uninitialized number of lanes It is not possible to set the number of lanes when setting link modes using the legacy IOCTL ethtool interface. Since 'struct ethtoollinkksettings' is not initialized in this path, drive...

5.9AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:00 a.m.9 views

CVE-2023-53796 f2fs: fix information leak in f2fs_move_inline_dirents()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fsmoveinlinedirents When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by...

6.1AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.38 views

CVE-2023-53796 f2fs: fix information leak in f2fs_move_inline_dirents()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fsmoveinlinedirents When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by...

0.00205EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/09 12:00 a.m.32 views

CVE-2023-53796

The CVE-2023-53796 issue concerns the Linux kernel f2fs: when converting an inline directory to a regular one, f2fs leaks uninitialized memory to disk because the entire directory block isn’t zero-initialized. This security flaw was introduced by commit 4ec17d688d74 and was uncovered by xfstest g...

5.8AI score0.00205EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.17 views

CVE-2023-53796

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix information leak in f2fsmoveinlinedirents When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by...

5.4AI score0.00205EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:00 a.m.14 views

CVE-2022-50656 nfc: pn533: Clear nfc_target before being used

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Clear nfctarget before being used Fix a slab-out-of-bounds read that occurs in nlaput called from nfcgenlsendtarget when target-sensbreslen, which is duplicated from an nfctarget in pn533, is too large as the nfctarge...

8.1CVSS6.3AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.38 views

CVE-2022-50656 nfc: pn533: Clear nfc_target before being used

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Clear nfctarget before being used Fix a slab-out-of-bounds read that occurs in nlaput called from nfcgenlsendtarget when target-sensbreslen, which is duplicated from an nfctarget in pn533, is too large as the nfctarge...

8.1CVSS0.00334EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.36 views

CVE-2022-50646 scsi: hpsa: Fix possible memory leak in hpsa_init_one()

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsainitone The hpdaallocctlrinfo allocates h and its field replymap. However, in hpsainitone, if allocpercpu failed, the hpsainitone jumps to clean1 directly, which frees h and leaks the...

0.002EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.10 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 a memory leak in the stmmac driver initialization error path...

8.6AI score0.00232EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.26 views

PT-2025-49726

In the Linux kernel, the following vulnerability has been resolved: ext4: don't clear SB RDONLY when remounting r/w until quota is re-enabled When a file system currently mounted read/only is remounted read/write, if we clear the SB RDONLY flag too early, before the quota is initialized, and ther...

6.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.25 views

PT-2025-49636

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s NFC subsystem, specifically within the pn533 component. The issue involves a slab-out-of-bounds read occurring in the nla put function, which is calle...

7.8CVSS6.1AI score0.00932EPSS
SaveExploits2References899
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.11 views

PT-2025-49723

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's md/raid10 component, specifically within the raid10 sync request function. The issue involves a null pointer dereference that can occur when recovery ...

7.8CVSS7.2AI score0.00932EPSS
SaveExploits2References919
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.13 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 stems from a resource leak on removal of the ASoC codecs wcd-mbhc-v2 component, which could lead to a failure in the...

8.6AI score0.00239EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.13 views

PT-2025-49696

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the ath11k module related to handling disconnected Wi-Fi peers. Specifically, a failure log occurs when attempting to find a peer with an ID of ...

7.8CVSS6.8AI score0.00932EPSS
SaveExploits2References842
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.19 views

PT-2025-49691

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the ipw2200 driver within the Linux kernel. Specifically, the issue occurs in the ipw wdev init function, where memory allocated within the function is not releas...

7.8CVSS6.8AI score0.00932EPSS
SaveExploits2References898
Rows per page
Query Builder