Lucene search
+L

42438 matches found

UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.4 views

CVE-2023-53617

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: socinfo: Add kfree for kstrdup Add kfree in the later error handling in order to avoid memory leak...

5.5CVSS5.7AI score0.00199EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.5 views

CVE-2022-50553

In the Linux kernel, the following vulnerability has been resolved: tracing/hist: Fix out-of-bound write on 'actiondata.varrefidx' When generate a synthetic event with many params and then create a trace action for it 1, kernel panic happened 2. It is because that in traceactioncreate...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.3 views

CVE-2022-50544

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

5.5CVSS5.7AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.6 views

CVE-2022-50521

In the Linux kernel, the following vulnerability has been resolved: platform/x86: mxm-wmi: fix memleak in mxmwmicallmxds|mx The ACPI buffer memory out.pointer returned by wmievaluatemethod is not freed after the call, so it leads to memory leak. The method results in ACPI buffer is not used, so...

5.5CVSS5.8AI score0.00157EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.4 views

CVE-2023-53648

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: Fix possible NULL dereference in sndac97mixer smatch error: sound/pci/ac97/ac97codec.c:2354 sndac97mixer error: we previously assumed 'rac97' could be null see line 2072 remove redundant assignment, return error if...

5.5CVSS6AI score0.00208EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.3 views

CVE-2023-53660

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported when running xdpredirectcpu with both skb-mode and stress-mode enabled: ------------ cut here ------------ Incorrect XDP memory type...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.4 views

CVE-2022-50529

In the Linux kernel, the following vulnerability has been resolved: testfirmware: fix memory leak in testfirmwareinit When miscregister failed in testfirmwareinit, the memory pointed by testfwconfig-name is not released. The memory leak information is as follows: unreferenced object...

5.5CVSS5.7AI score0.00157EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.5 views

CVE-2022-50540

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong sizeof config in slaveconfig Fix broken slaveconfig function that uncorrectly compare the peripheralsize with the size of the config pointer instead of the size of the config struct. This cause the...

5.5CVSS5.9AI score0.00154EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.6 views

CVE-2023-53621

In the Linux kernel, the following vulnerability has been resolved: memcontrol: ensure memcg acquired by id is properly set up In the eviction recency check, we attempt to retrieve the memcg to which the folio belonged when it was evicted, by the memcg id stored in the shadow entry. However, ther...

7.8CVSS6.6AI score0.00203EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.5 views

CVE-2023-53628

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: drop gfxv110cpeccerrorirqfuncs The gfx.cpeccerrorirq is retired in gfx11. In gfxv110hwfini still use amdgpuirqput to disable this interrupt, which caused the call trace in this function. 102.873958 Call Trace:...

5.5CVSS6.3AI score0.00176EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.4 views

CVE-2022-50545

In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object 0xffff888116111000 size 2048: comm "modprobe", pid 817, jiffies 4294759745 age 76.502s hex dump first 32 bytes: 00 c4 0a 04...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.8 views

CVE-2023-53638

In the Linux kernel, the following vulnerability has been resolved: octeonep: cancel queued works in probe error path If it fails to get the devices's MAC address, octepprobe exits while leaving the delayed work intrpolltask queued. When the work later runs, it's a use after free. Move the...

7.8CVSS6.5AI score0.00139EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.6 views

CVE-2023-53664

In the Linux kernel, the following vulnerability has been resolved: OPP: Fix potential null ptr dereference in devpmoppgetrequiredpstate "opp" pointer is dereferenced before the ISERRORNULL check. Fix it by removing the dereference to cache opptable and dereference it directly where opptable is...

5.5CVSS6.2AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.3 views

CVE-2022-50537

In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpifirmwareprobe In rpifirmwareprobe, if mboxrequestchannel fails, the 'fw' will not be freed through rpifirmwaredelete, fix this leak by calling kfree in the error path...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.4 views

CVE-2023-53657

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.5 views

CVE-2023-53658

In the Linux kernel, the following vulnerability has been resolved: spi: bcm-qspi: return error if neither hifmspi nor mspi is available If neither a "hifmspi" nor "mspi" resource is present, the driver will just early exit in probe but still return success. Apart from not doing anything...

5.5CVSS5.7AI score0.00151EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.7 views

CVE-2023-53623

In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swapinfostruct race between swapoff and getswappages The si-lock must be held when deleting the si from the available list. Otherwise, another thread can re-add the si to the available list, which can lead to memory...

4.7CVSS6AI score0.00138EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.3 views

CVE-2023-53667

In the Linux kernel, the following vulnerability has been resolved: net: cdcncm: Deal with too low values of dwNtbOutMaxSize Currently in cdcncmchecktxmax, if dwNtbOutMaxSize is lower than the calculated "min" value, but greater than zero, the logic sets txmax to dwNtbOutMaxSize. This is then use...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.7 views

CVE-2023-53651

In the Linux kernel, the following vulnerability has been resolved: Input: exc3000 - properly stop timer on shutdown We need to stop the timer on driver unbind or probe failures, otherwise we get UAF/Oops...

7.8CVSS5.7AI score0.00206EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/07 4:15 p.m.4 views

CVE-2023-53635

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct-timeout value struct nfconn-timeout is an interval before the conntrack confirmed. After confirmed, it becomes a timestamp. It is observed that timeout of an unconfirmed conntrack: - Set by...

8.2CVSS5.7AI score0.00425EPSS
SaveExploits0References6
Rows per page
Query Builder