Lucene search
+L

10131 matches found

UbuntuCve
UbuntuCve
added 2025/09/18 4:15 p.m.8 views

CVE-2023-53446

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcielinkstate-downstream is a pointer to the pcidev of function 0. Previously we retained that pointer when removing function 0, and subsequent ASPM...

7.8CVSS6AI score0.0014EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 views

CVE-2022-50398

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: add atomiccheck to bridge ops DRM committails will disable downstream crtc/encoder/bridge if both disable crtc is required and crtc-active is set before pushing a new frame downstream. There is a rare case that user...

5.5CVSS6AI score0.00128EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.5 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.00138EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.5 views

CVE-2023-53383

In the Linux kernel, the following vulnerability has been resolved: irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 The T241 platform suffers from the T241-FABRIC-4 erratum which causes unexpected behavior in the GIC when multiple transactions are received simultaneously from different...

5.5CVSS5.8AI score0.00134EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.2 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.00146EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.5 views

CVE-2023-53381

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix leaked reference count of nfsd4sscumountitem The reference count of nfsd4sscumountitem is not decremented on error conditions. This prevents the laundromat from unmounting the vfsmount of the source file. This patch...

7.5CVSS5.5AI score0.00261EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.1 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.00141EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 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.00139EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.4 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.00134EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 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.00143EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.3 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.00136EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.2 views

CVE-2023-53415

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

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

CVE-2022-50392

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183mt6358ts3a227max98357devprobe The node returned by ofparsephandle with refcount incremented, ofnodeput needs be called when finish using it. So add it in the error path in...

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

CVE-2023-53413

In the Linux kernel, the following vulnerability has been resolved: USB: isp116x: 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.7AI score0.00135EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/18 2:15 p.m.7 views

CVE-2023-53390

In the Linux kernel, the following vulnerability has been resolved: drivers: base: dd: 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...

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

CVE-2022-50384

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: Fix possible UAF in tsi148dmalistadd Smatch report warning as follows: drivers/staging/vmeuser/vmetsi148.c:1757 tsi148dmalistadd warn: '&entry-list' not removed from list In tsi148dmalistadd, the error path "got...

7.8CVSS5.9AI score0.00156EPSS
SaveExploits0References11
Chainguard
Chainguard
added 2025/09/18 1:35 a.m.12 views

CVE-2024-53382 vulnerabilities

Vulnerabilities for packages: opensearch-dashboards-fips, opensearch-dashboards, kibana...

5.4CVSS6AI score0.00314EPSS
SaveExploits1
Chainguard
Chainguard
added 2025/09/18 1:35 a.m.23 views

CVE-2025-9910 vulnerabilities

Vulnerabilities for packages: kibana, jitsucom-jitsu...

4.7CVSS5.1AI score0.00302EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/09/17 3:15 p.m.2 views

CVE-2023-53360

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: Rework scratch handling for READPLUS again I found that the read code might send multiple requests using the same nfspgioheader, but nfs4procreadsetup is only called once. This is how we ended up occasionally...

9.8CVSS6AI score0.00374EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/17 3:15 p.m.2 views

CVE-2023-53342

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix handling IPv4 routes with nhid Fix handling IPv4 routes referencing a nexthop via its id by replacing calls to fibinfonh with fibinfonhc. Trying to add an IPv4 route referencing a nextop via nhid: $ ip...

5.5CVSS5.9AI score0.00182EPSS
SaveExploits0References5
Rows per page
Query Builder