Lucene search
+L
UbuntucveRecent

72468 matches found

UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54295

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: Fix shift-out-of-bounds in spinorseterasetype spinorseterasetype was used either to set or to mask out an erase type. When we used it to mask out an erase type a shift-out-of-bounds was hit: UBSAN: shift-out-of-boun...

5.8AI score0.00168EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•8 views

CVE-2022-50863

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: free unused skb to prevent memory leak This avoid potential memory leak under power saving mode...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54273

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix leak of dev tracker At the stage of direction checks, the netdev reference tracker is already initialized, but released with wrong put call...

5.7AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54309

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmvtpmproxy: fix a race condition in /dev/vtpmx creation /dev/vtpmx is made visible before 'workqueue' is initialized, which can lead to a memory corruption in the worst case scenario. Address this by initializing 'workqueu...

5.8AI score0.00177EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 views

CVE-2023-54267

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Rework lppacasharedproc to avoid DEBUGPREEMPT lppacasharedproc takes a pointer to the lppaca which is typically accessed through getlppaca. With DEBUGPREEMPT enabled, this leads to checking if preemption is...

5.8AI score0.00181EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54289

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix NULL dereference in error handling Smatch reported: drivers/scsi/qedf/qedfmain.c:3056 qedfallocglobalqueues warn: missing unwind goto? At this point in the function, nothing has been allocated so we can return...

6.2AI score0.00173EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•8 views

CVE-2023-54185

In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUGON's in addnewfreespace At addnewfreespace we have these BUGON's that are there to deal with any failure to add free space to the in memory free space cache. Such failures are mostly -ENOMEM that should be very...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•3 views

CVE-2023-54203

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in initsmb2rsphdr When smb1 mount fails, KASAN detect slab-out-of-bounds in initsmb2rsphdr like the following one. For smb1 negotiate56bytes , initsmb2rsphdr for smb2 is called. The issue occurs whil...

5.6AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 views

CVE-2022-50885

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix NULL-ptr-deref in rxeqpdocleanup when socket create failed There is a null-ptr-deref when mount.cifs over rdma: BUG: KASAN: null-ptr-deref in rxeqpdocleanup+0x2f3/0x360 rdmarxe Read of size 8 at addr 000000000000001...

5.8AI score0.00177EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 views

CVE-2023-54291

In the Linux kernel, the following vulnerability has been resolved: vduse: fix NULL pointer dereference vdusevdpasetvqaffinity callback can be called with NULL value as cpumask when deleting the vduse device. This patch resets virtqueue's IRQ affinity mask value to set all CPUs instead of...

5.7AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 views

CVE-2023-54172

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction On hardware that supports Indirect Branch Tracking IBT, Hyper-V VMs with ConfigVersion 9.3 or later support IBT in the guest. However, current versions of Hyper-...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•13 views

CVE-2022-50867

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Fix kvzalloc vs statekcalloc usage adrenoshowobject is a trap! It will re-allocate the pointer it is passed on first call, when the data is ascii85 encoded, using kvmalloc/ kvfree. Which means the data passed to it...

5.7AI score0.00156EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 views

CVE-2023-54292

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix data race on CQP request done KCSAN detects a data race on cqprequest-requestdone memory location which is accessed locklessly in irdmahandlecqpop while being updated in irdmacqpcehandler. Annotate lockless intent...

5.7AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•8 views

CVE-2022-50871

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Fix qmimsghandler data structure initialization qmimsghandler is required to be null terminated by QMI module. There might be a case where a handler for a msg id is not present in the handlers array which can lead t...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 views

CVE-2023-54312

In the Linux kernel, the following vulnerability has been resolved: samples/bpf: Fix buffer overflow in tcpbasertt Using sizeofnv or strlennv+1 is correct...

6AI score0.00182EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 views

CVE-2023-54188

In the Linux kernel, the following vulnerability has been resolved: dmaengine: apple-admac: Fix 'currenttx' not getting freed In terminateall we should queue up all submitted descriptors to be freed. We do that for the content of the 'issued' and 'submitted' lists, but the 'currenttx' descriptor...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 views

CVE-2023-54316

In the Linux kernel, the following vulnerability has been resolved: refscale: Fix uninitalized use of waitqueueheadt Running the refscale test occasionally crashes the kernel with the following error: 8569.952896 BUG: unable to handle page fault for address: ffffffffffffffe8 8569.952900 PF:...

5.8AI score0.00161EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 views

CVE-2023-54245

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds When we run syzkaller we get below Out of Bound. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: dumpbacktrace+0x0/0x4c8...

5.7AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 views

CVE-2023-54190

In the Linux kernel, the following vulnerability has been resolved: leds: led-core: Fix refcount leak in ofledget classfinddevicebyofnode calls classfinddevice, it will take the reference, use the putdevice to drop the reference when not need anymore...

5.7AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 views

CVE-2023-54180

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle case when repair happens with dev-replace BUG There is a bug report that a BUGON in btrfsrepairiofailure originally repairiofailure in v6.0 kernel got triggered when replacing a unreliable disk: BTRFS warning device...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 views

CVE-2023-54193

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: remove blockcb from driverlist before freeing Error handler of tcfblockbind frees the whole bo-cblist on error. However, by that time the flowblockcb instances are already in the driver list because driver...

5.8AI score0.0018EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54238

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix skb leak while fifo resync and push During ptp resync operation SKBs were poped from the fifo but were never freed neither by napiconsume nor by devkfreeskbany. Add call to napiconsumeskb to properly free SKBs. Another...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•13 views

CVE-2022-50876

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musbgadget.c rxstate overflow bug The usb function device call musbgadgetqueue adds the passed request to musbep::reqlist,If the request-length musbep-packetsz and isbuffermappedreq return false,the rxstate will co...

5.7AI score0.00196EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•12 views

CVE-2023-54217

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/msm: Add missing check and destroy for allocorderedworkqueue" This reverts commit 643b7d0869cc7f1f7a5ac7ca6bd25d88f54e31d0. A recent patch that tried to fix up the msmdrminit paths with respect to the workqueue but on...

5.7AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 views

CVE-2023-54297

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix memory leak after finding block group with super blocks At excludesuperstripes, if we happen to find a block group that has super blocks mapped to it and we are on a zoned filesystem, we error out as this is not...

6.5AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 views

CVE-2023-54195

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix timeout of a call that hasn't yet been granted a channel afsmakecall calls rxrpckernelbegincall to begin a call which may get stalled in the background waiting for a connection to become available; it then calls...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54204

In the Linux kernel, the following vulnerability has been resolved: mmc: sunplus: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, 1. the memory allocated in mmcallochost will be leaked 2. null-ptr-deref will happen when calling mmcremovehost in...

5.7AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•9 views

CVE-2023-54164

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix isoconn related locking and validity issues sk-skstate indicates whether isopisk-conn is valid. Operations that check/update skstate and access conn should hold locksock, otherwise they can race. The order of...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 views

CVE-2023-54272

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

5.8AI score0.00176EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•8 views

CVE-2023-54242

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•8 views

CVE-2023-54216

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix using eswitch mapping in nic mode Cited patch is using the eswitch object mapping pool while in nic mode where it isn't initialized. This results in the trace below 0. Fix that by using either nic or eswitch...

5.7AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 views

CVE-2023-54278

In the Linux kernel, the following vulnerability has been resolved: s390/vmem: split pages when debug pagealloc is enabled Since commit bb1520d581a3 "s390/mm: start kernel with DAT enabled" the kernel crashes early during boot when debug pagealloc is enabled: mem auto-init: stack:off, heap...

5.8AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 views

CVE-2022-50856

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifssesaddchannel Before return, should free the xid, otherwise, the xid will be leaked...

5.8AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•5 views

CVE-2022-50815

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

5.7AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•3 views

CVE-2022-50833

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use hdev-workqueue when queuing hdev-cmd,ncmdtimer works syzbot is reporting attempt to schedule hdev-cmdwork work from systemwq WQ into hdev-workqueue WQ which is under draining operation 1, for commit c8efcc2589464ac...

5.7AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•4 views

CVE-2022-50818

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix runningreq for internal abort commands Disabling the remote phy for a SATA disk causes a hang: root@none$ more /sys/class/sasphy/phy-0:0:8/targetportprotocols sata root@none$ echo 0...

5.8AI score0.00203EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•4 views

CVE-2022-50811

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing unmap if zerofsgetextentcompressedlen fails Otherwise, meta buffers could be leaked...

5.7AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•4 views

CVE-2022-50834

In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing nfcputdevice to release it when not need anymore. Also fix the style warnning by use error EOPNOTSUPP instead of ENOTSUPP...

5.8AI score0.00216EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•4 views

CVE-2022-50827

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfccreateport Commit 5e633302ace1 "scsi: lpfc: vmid: Add support for VMID in mailbox command" introduced allocations for the VMID resources in lpfccreateport after the call to scsihostalloc. Upon...

5.8AI score0.00198EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•3 views

CVE-2022-50824

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmtis: Add the missed acpiputtable to fix memory leak In checkacpitpm2, we get the TPM2 table just to make sure the table is there, not used after the init, so the acpiputtable should be added to release the ACPI memory...

5.8AI score0.00216EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•6 views

CVE-2022-50838

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

5.9AI score0.00239EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•7 views

CVE-2022-50850

In the Linux kernel, the following vulnerability has been resolved: scsi: ipr: Fix WARNING in iprinit iprinit will not call unregisterrebootnotifier when pciregisterdriver fails, which causes a WARNING. Call unregisterrebootnotifier when pciregisterdriver fails. notifier callback iprhalt ipr...

5.8AI score0.00195EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•9 views

CVE-2022-50837

In the Linux kernel, the following vulnerability has been resolved: net: dsa: tag8021q: avoid leaking ctx on dsatag8021qregister error path If dsatag8021qsetup fails, for example due to the inability of the device to install a VLAN, the tag8021q context of the switch will leak. Make sure it is...

5.7AI score0.002EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•4 views

CVE-2022-50813

In the Linux kernel, the following vulnerability has been resolved: drivers: mcb: fix resource leak in mcbprobe When probe hook function failed in mcbprobe, it doesn't put the device. Compiled test only...

5.8AI score0.00233EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•5 views

CVE-2022-50821

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Don't leak netobj memory when gssreadproxyverf fails...

6AI score0.00215EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•5 views

CVE-2022-50826

In the Linux kernel, the following vulnerability has been resolved: ipu3-imgu: Fix NULL pointer dereference in imgusubdevsetselection Calling v4l2subdevgettrycrop and v4l2subdevgettrycompose with a subdev state of NULL leads to a NULL pointer dereference. This can currently happen in...

5.5AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•11 views

CVE-2022-50836

In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcomaddsysmonsubdev The kfree should be called when ofirqgetbyname fails or devmrequestthreadedirq fails in qcomaddsysmonsubdev, otherwise there will be a memory leak, so add kfree to fix it...

5.8AI score0.00211EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•4 views

CVE-2022-50846

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.8AI score0.00239EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•6 views

CVE-2022-50820

In the Linux kernel, the following vulnerability has been resolved: perf/armdmc620: Fix hotplug callback leak in dmc620pmuinit dmc620pmuinit won't remove the callback added by cpuhpsetupstatemulti when platformdriverregister failed. Remove the callback by cpuhpremovemultistate in fail path. Simil...

5.8AI score0.002EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/30 1:15 p.m.•11 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.8AI score0.00239EPSS
SaveExploits0References12
Total number of security vulnerabilities72468