Lucene search
+L

6886 matches found

UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.11 views

CVE-2023-53817

In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - avoid null pointer deref in mpicmpui During NVMeTCP Authentication a controller can trigger a kernel oops by specifying the 8192 bit Diffie Hellman group and passing a correctly sized, but zeroed Diffie Hellamn...

7.5CVSS5.7AI score0.00508EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.5 views

CVE-2023-53807

In the Linux kernel, the following vulnerability has been resolved: clk: clocking-wizard: Fix Oops in clkwzrdregisterdivider Smatch detected this potential error pointer dereference clkwzrdregisterdivider. If devmclkhwregister fails then it sets "hw" to an error pointer and then dereferences it o...

5.7AI score0.00186EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.5 views

CVE-2023-53819

In the Linux kernel, the following vulnerability has been resolved: amdgpu: validate offsetinbo of drmamdgpugemva This is motivated by OOB access in amdgpuvmupdaterange when offsetinbo+mapsize overflows. v2: keep the validations in amdgpuvmbomap v3: add the validations to...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.6 views

CVE-2023-53806

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: populate subvp cmd info only for the top pipe Why System restart observed while changing the display resolution to 8k with extended mode. Sytem restart was caused by a page fault. How When the driver populates...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/09 12:00 a.m.6 views

CVE-2025-59029

An attacker can trigger an assertion failure by requesting crafted DNS records, waiting for them to be inserted into the records cache, then send a query with qtype set to ANY...

5.3CVSS5.9AI score0.00374EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/12/09 12:00 a.m.5 views

CVE-2025-59030

An attacker can trigger the removal of cached records by sending a NOTIFY query over TCP...

7.5CVSS5.9AI score0.00585EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/12/08 10:15 p.m.8 views

CVE-2025-62408

c-ares is an asynchronous resolver library. Versions 1.32.3 through 1.34.5 terminate a query after maximum attempts when using readanswer and processanswer, which can cause a Denial of Service. This issue is fixed in version 1.34.6...

5.9CVSS6.8AI score0.00427EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.6 views

CVE-2023-53761

In the Linux kernel, the following vulnerability has been resolved: USB: usbtmc: Fix direction for 0-length ioctl control messages The syzbot fuzzer found a problem in the usbtmc driver: When a user submits an ioctl for a 0-length control transfer, the driver does not check that the direction is...

6AI score0.00191EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.7 views

CVE-2023-53753

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix mapping to non-allocated address Why There is an issue mapping non-allocated location of memory. It would allocate gpio registers from an array out of bounds. How Patch correct numbers of bounds for using...

7.8CVSS5.7AI score0.00141EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.7 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.4AI score0.00186EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.6 views

CVE-2022-50624

In the Linux kernel, the following vulnerability has been resolved: net: netsec: fix error handling in netsecregistermdio If phydeviceregister fails, phydevicefree need be called to put refcount, so memory of phy device and device name can be freed in callback function. If getphydevice fails,...

5.7AI score0.00205EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.12 views

CVE-2025-40301

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

7.6CVSS5.9AI score0.00271EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.8 views

CVE-2025-40324

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix crash in nfsd4readrelease When tracing is enabled, the tracenfsdreaddone trace point crashes during the pynfs read.testNoFh test...

7.5CVSS6.1AI score0.00455EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.12 views

CVE-2025-40297

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix use-after-free due to MST port state bypass syzbot reported1 a use-after-free when deleting an expired fdb. It is due to a race condition between learning still happening and a port being deleted, after all its...

7.8CVSS6.5AI score0.00157EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.5 views

CVE-2022-50614

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix pciendpointtestcopy,write,read panic The dmamapsingle doesn't permit zero length mapping. It causes a follow panic. A panic was reported on arm64: 60.137988 ------------ cut here ------------ 60.142630...

6.5AI score0.00199EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.8 views

CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.4AI score0.00201EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.7 views

CVE-2025-40326

In the Linux kernel, the following vulnerability has been resolved: NFSD: Define actions for the new timedeleg FATTR4 attributes NFSv4 clients won't send legitimate GETATTR requests for these new attributes because they are intended to be used only with CBGETATTR and SETATTR. But NFSD has to do...

7.5CVSS5.4AI score0.0035EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.6 views

CVE-2023-53760

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: mcq: Fix &hwq-cqlock deadlock issue When ufshcderrhandler is executed, CQ event interrupt can enter waiting for the same lock. This can happen in ufshcdhandlemcqcqevents and also in ufsmtkmcqintr. The following...

5.7AI score0.00172EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.5 views

CVE-2023-53749

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

5.7AI score0.00024EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/08 12:00 a.m.5 views

CVE-2023-53765

In the Linux kernel, the following vulnerability has been resolved: dm cache: free background tracker's queued work in btrackerdestroy Otherwise the kernel can BUG with: 2245.426978 ============================================================================= 2245.435155 BUG btwork Tainted: G B W...

5.7AI score0.00184EPSS
SaveExploits0References5
Rows per page
Query Builder