Lucene search
+L

6886 matches found

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

CVE-2023-53560

In the Linux kernel, the following vulnerability has been resolved: tracing/histograms: Add histograms to histvars if they have referenced variables Hist triggers can have referenced variables without having direct variables fields. This can be the case if referenced variables are added for trigg...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.4 views

CVE-2022-50502

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

7AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.4 views

CVE-2023-53574

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: delete timer and free skb queue when unloading Fix possible crash and memory leak on driver unload by deleting TX purge timer and freeing C2H queue in 'rtwcoredeinit', shrink critical section in the latter by freeing...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.5 views

CVE-2022-50479

In the Linux kernel, the following vulnerability has been resolved: drm/amd: fix potential memory leak This patch fix potential memory leak clksrc when function run into last return NULL. s/free/kfree/ - Alex...

5.5CVSS5.9AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.9 views

CVE-2023-53615

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix deletion race condition System crash when using debug kernel due to link list corruption. The cause of the link list corruption is due to session deletion was allowed to queue up twice. Here's the internal trac...

8.8CVSS6AI score0.00161EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.4 views

CVE-2023-53597

In the Linux kernel, the following vulnerability has been resolved: cifs: fix mid leak during reconnection after timeout threshold When the number of responses with status of STATUSIOTIMEOUT exceeds a specified threshold NUMSTATUSIOTIMEOUT, we reconnect the connection. But we do not return the mi...

7.5CVSS5.8AI score0.0028EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.4 views

CVE-2023-53609

In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: core: Do not increase scsidevice's iorequestcnt if dispatch failed" The "atomicinc&cmd-device-iorequestcnt" in scsiqueuerq would cause kernel panic because cmd-device may be freed after returning from...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.4 views

CVE-2022-50507

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate data run offset This adds sanity checks for data run offset. We should make sure data run offset is legit before trying to unpack them, otherwise we may encounter use-after-free or some unexpected memory access...

7.8CVSS6.6AI score0.00162EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.3 views

CVE-2023-53563

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver After loading the amd-pstate-ut driver, amdpstateutcheckperf and amdpstateutcheckfreq use cpufreqcpuget to get the policy of the CPU and mark it as busy. In these...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.5 views

CVE-2023-53614

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mmstruct teardown exitmmap will tear down the VMAs and maple tree with the mmaplock held in write mode. Ensure that the maple tree is still valid by checking ksmtestexit after taking the...

4.7CVSS5.7AI score0.00106EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.3 views

CVE-2023-53573

In the Linux kernel, the following vulnerability has been resolved: clk: rs9: Fix suspend/resume Disabling the cache in commit 2ff4ba9e3702 "clk: rs9: Fix I2C accessors" without removing cache synchronization in resume path results in a kernel panic as map-cacheops is unset, due to REGCACHENONE...

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

CVE-2023-53594

In the Linux kernel, the following vulnerability has been resolved: driver core: fix resource leak in deviceadd When calling kobjectadd failed in deviceadd, it will call cleanupgluedir to free resource. But in kobjectadd, dev-kobj.parent has been set to NULL. This will cause resource leak. The...

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

CVE-2023-53546

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, fix memory leak in mlx5drcmdcreatereformatctx when mlx5cmdexec failed in mlx5drcmdcreatereformatctx, the memory pointed by 'in' is not released, which will cause memory leak. Move memory release after mlx5cmdexec...

5.5CVSS6AI score0.00156EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.6 views

CVE-2023-53575

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential array out of bounds access Account for IWLSECWEPKEYOFFSET when needed while verifying keylen size in iwlmvmseckeyadd...

7.1CVSS6.6AI score0.00139EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.9 views

CVE-2023-53582

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds Fix a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated is passed as an argument of strreplace in...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.6 views

CVE-2023-53539

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix incomplete state save in rxerequester If a send packet is dropped by the IP layer in rxerequester the call to rxexmitpacket can fail with err == -EAGAIN. To recover, the state of the wqe is restored to the state...

7.8CVSS6.3AI score0.00165EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.4 views

CVE-2023-53600

In the Linux kernel, the following vulnerability has been resolved: tunnels: fix kasan splat when generating ipv4 pmtu error If we try to emit an icmp error in response to a nonliner skb, we get BUG: KASAN: slab-out-of-bounds in ipcomputecsum+0x134/0x220 Read of size 4 at addr ffff88811c50db00 by...

9.1CVSS6.1AI score0.00293EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.5 views

CVE-2023-53604

In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmemcachedestroy in dmintegrityinit error path Otherwise the journaliocache will leak if dmregistertarget fails...

7.8CVSS5.9AI score0.00156EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.5 views

CVE-2023-53586

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix multiple LUNRESET handling This fixes a bug where an initiator thinks a LUNRESET has cleaned up running commands when it hasn't. The bug was added in commit 51ec502a3266 "target: Delete tmr from list before...

8.8CVSS6.2AI score0.00451EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.7 views

CVE-2022-50483

In the Linux kernel, the following vulnerability has been resolved: net: enetc: avoid buffer leaks on xdpdoredirect failure Before enetccleanrxringxdp calls xdpdoredirect, each software BD in the RX ring between index origi and i can have one of 2 refcount values on its page. We are the owner of...

7.5CVSS6.1AI score0.00426EPSS
SaveExploits0References6
Rows per page
Query Builder