Lucene search
+L

6525 matches found

Debian CVE
Debian CVE
added 2025/09/18 4:04 p.m.9 views

CVE-2023-53419

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect rcuprinttaskexpstall -exptasks access For kernels built with CONFIGPREEMPTRCU=y, the following scenario can result in a NULL-pointer dereference: CPU1 CPU2 rcupreemptdeferredqsirqrestore rcuprinttaskexpstall if...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/18 1:58 p.m.15 views

CVE-2023-53417

In the Linux kernel, the following vulnerability has been resolved: USB: sl811: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/18 1:58 p.m.14 views

CVE-2023-53416

In the Linux kernel, the following vulnerability has been resolved: USB: isp1362: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.12 views

CVE-2022-50340

In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimcinit fails In vimcinit, when platformdriverregister&vimcpdrv fails, platformdriverunregister&vimcpdrv is wrongly called rather than platformdeviceunregister&vimcpdev, which causes...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 4:11 p.m.15 views

CVE-2022-50339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: avoid hcidevtestandsetflag in mgmtinithdev syzbot is again reporting attempt to cancel uninitialized work at mgmtindexremoved 1, for setting of HCIMGMT flag from mgmtinithdev from hcimgmtcmd from hcisocksendmsg can rac...

7.8CVSS6.1AI score0.00105EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:08 p.m.22 views

CVE-2025-39834

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, Fix memory leak in hwsactiongetsharedstcnic error flow When an invalid stctype is provided, the function allocates memory for sharedstc but jumps to unlockandout without freeing it, causing a memory leak. Fix by...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:00 p.m.22 views

CVE-2025-39826

In the Linux kernel, the following vulnerability has been resolved: net: rose: convert 'use' field to refcountt The 'use' field in struct roseneigh is used as a reference counter but lacks atomicity. This can lead to race conditions where a roseneigh structure is freed while still being reference...

8.8CVSS6.2AI score0.00201EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:00 p.m.4 views

CVE-2025-39812

In the Linux kernel, the following vulnerability has been resolved: sctp: initialize more fields in sctpv6fromsk syzbot found that sin6scopeid was not properly initialized, leading to undefined behavior. Clear sin6scopeid and sin6flowinfo. BUG: KMSAN: uninit-value in sctpv6cmpaddr+0x887/0x8c0...

5.5CVSS5.3AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:00 p.m.6 views

CVE-2025-39813

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix potential warning in traceprintkseq during ftracedump When calling ftracedumpone concurrently with reading tracepipe, a WARNONONCE in traceprintkseq can be triggered due to a race condition. The issue occurs because:...

4.7CVSS5.1AI score0.00118EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:00 p.m.12 views

CVE-2025-39807

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add error handling for old state CRTC in atomicdisable Introduce error handling to address an issue where, after a hotplug event, the cursor continues to update. This situation can lead to a kernel panic due to...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/16 1:00 p.m.46 views

CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.3AI score0.00157EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 7:09 p.m.9 views

CVE-2025-59141 [email protected] contains malware after npm account takeover

simple-swizzle swizzles function arguments. On 8 September 2025, the npm publishing account for simple-swizzle was taken over after a phishing attack. Version 0.2.3 was published, functionally identical to the previous patch version, but with a malware payload added attempting to redirect...

8.8CVSS6.9AI score0.00406EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.8 views

CVE-2022-50338

Removed by vendor...

6.7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.12 views

CVE-2022-50336

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add null pointer check to attrloadrunsvcn Some metadata files are handled before MFT. This adds a null pointer check for some corner cases that could lead to NPD while reading these metadata files for a malformed NTFS...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.15 views

CVE-2022-50335

In the Linux kernel, the following vulnerability has been resolved: 9p: set req refcount to zero to avoid uninitialized usage When a new request is allocated, the refcount will be zero if it is reused, but if the request is newly allocated from slab, it is not fully initialized before being added...

9.8CVSS5.4AI score0.00374EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.5 views

CVE-2022-50329

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfqexiticqbfqq Commit 64dc8c732f5c "block, bfq: fix possible uaf for 'bfqq-bic'" will access 'bic-bfqq' in bicsetbfqq, however, bfqexiticqbfqq can free bfqq first, and then call bicsetbfqq, which...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:49 p.m.14 views

CVE-2022-50325

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return invalid RX size for LARGECONFIGGET, memcpyfromio could end up copying too many bytes. Fix by utilizing mint...

7.8CVSS5.7AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:48 p.m.75 views

CVE-2022-50317

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: 31.911505 i2c-core: driver stdp2690-ge-b850v3-fw unregistered 31.912484 general protection fault, probably for...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:46 p.m.6 views

CVE-2023-53260

In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovlpermission Following process: P1 P2 pathlookupat linkpathwalk inodepermission ovlpermission ovlipathrealinode, &realpath path-dentry = ovlidentryupperinode dropcache dentrykillovldentry...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:46 p.m.13 views

CVE-2023-53253

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Reference hiddevice devm allocation of inputdev name Use hiddevice for devm allocation of the inputdev name to avoid a use-after-free. inputunregisterdevice would trigger devres cleanup of all resources...

8.8CVSS6.2AI score0.0019EPSS
SaveExploits0
Rows per page
Query Builder