Lucene search
+L

6883 matches found

UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.5 views

CVE-2023-53385

In the Linux kernel, the following vulnerability has been resolved: media: mdp3: Fix resource leaks in offinddevicebynode Use putdevice to release the object get through offinddevicebynode, avoiding resource leaks...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.5 views

CVE-2023-53369

In the Linux kernel, the following vulnerability has been resolved: net: dcb: choose correct policy to parse DCBATTRBCN The dcbnlbcnsetcfg uses erroneous policy to parse tbDCBATTRBCN, which is introduced in commit 859ee3c43812 "DCB: Add support for DCB BCN". Please see the comment in below code...

5.5CVSS5.9AI score0.00172EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 views

CVE-2022-50390

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: fix undefined behavior in bit shift for TTMTTFLAGPRIVPOPULATED Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN:...

5.5CVSS5.7AI score0.00161EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 views

CVE-2022-50380

In the Linux kernel, the following vulnerability has been resolved: mm: /proc/pid/smapsrollup: fix no vma's null-deref Commit 258f669e7e88 "mm: /proc/pid/smapsrollup: convert to single value seqfile" introduced a null-deref if there are no vma's in the task in showsmapsrollup...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.6 views

CVE-2023-53396

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in dorename If renaming a file in an encrypted directory, function fscryptsetupfilename allocates memory for a file name. This name is never used, and before returning to the caller the memory for it is not...

5.5CVSS5.7AI score0.00148EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 views

CVE-2023-53386

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix potential use-after-free when clear keys Similar to commit c5d2b6fa26b5 "Bluetooth: Fix use-after-free in hciremoveltk/hciremoveirk". We can not access k after kfreercu call...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 views

CVE-2022-50375

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: disable dma rx/tx use flags in lpuartdmashutdown lpuartdmashutdown tears down lpuart dma, but lpuartflushbuffer can still occur which in turn tries to access dma apis if lpuartdmatxuse flag is true. At thi...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.2 views

CVE-2023-53378

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Treat the DPT BO as a framebuffer Currently i915gemobjectisframebuffer doesn't treat the BO containing the framebuffer's DPT as a framebuffer itself. This means eg. that the shrinker can evict the DPT BO while leavi...

7.8CVSS5.9AI score0.00151EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.8 views

CVE-2023-53373

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify...

7.8CVSS6.1AI score0.00161EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 views

CVE-2023-53395

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Add AMLNOOPERANDRESOLVE flag to Timer ACPICA commit 90310989a0790032f5a0140741ff09b545af4bc5 According to the ACPI specification 19.6.134, no argument is required to be passed for ASL Timer instruction. For taking care of...

7.8CVSS6.1AI score0.00153EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 views

CVE-2023-53372

In the Linux kernel, the following vulnerability has been resolved: sctp: fix a potential overflow in sctpifwdtsnskip Currently, when traversing ifwdtsn skips with sctpwalkifwdtsn, it only checks the pos against the end of the chunk. However, the data left for the last pos may be sizeofstruct...

8.2CVSS6AI score0.00376EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 views

CVE-2023-53379

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.8 views

CVE-2023-53406

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: pxa25xudc: 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 debugfslookupandremov...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 views

CVE-2023-53408

In the Linux kernel, the following vulnerability has been resolved: trace/blktrace: 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 instea...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.9 views

CVE-2023-53389

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached The MediaTek DisplayPort interface bridge driver starts its interrupts as soon as its probed. However when the interrupts trigger the bridge might not have been...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 views

CVE-2022-50389

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmcrb: Add the missed acpiputtable to fix memory leak In crbacpiadd, we get the TPM2 table to retrieve information like start method, and then assign them to the priv data, so the TPM2 table is not used after the init, shou...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.2 views

CVE-2023-53418

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xxudc: 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 debugfslookupandremo...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 views

CVE-2022-50395

In the Linux kernel, the following vulnerability has been resolved: integrity: Fix memory leakage in keyring allocation error path Key restriction is allocated in integrityinitkeyring. However, if keyring allocation failed, it is not freed, causing memory leaks...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.5 views

CVE-2022-50382

In the Linux kernel, the following vulnerability has been resolved: padata: Always leave BHs disabled when running -parallel A deadlock can happen when an overloaded system runs -parallel in the context of the current task: padatadoparallel -parallel pcryptaeadenc/dec padatadoserial...

5.5CVSS5.9AI score0.00118EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.2 views

CVE-2022-50376

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefskernel,clientdebuginit When insert and remove the orangefs module, there are memory leaked as below: unreferenced object 0xffff88816b0cc000 size 2048: comm "insmod", pid 783, jiffies 4294813439 a...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References8
Rows per page
Query Builder