Lucene search
+L
UbuntucveRecent

72468 matches found

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

CVE-2023-54306

In the Linux kernel, the following vulnerability has been resolved: net: tls: avoid hanging tasks on the txlock syzbot sent a hung task report and Eric explains that adversarial receiver may keep RWIN at 0 for a long time, so we are not guaranteed to make forward progress. Thread which took txloc...

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

CVE-2022-50882

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix memory leak in uvcgpioparse Previously the unit buffer was allocated before checking the IRQ for privacy GPIO. In case of error, the unit buffer was leaked. Allocate the unit buffer after the IRQ to avoid it...

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

CVE-2022-50875

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in finddupcsetnodeentry and finddupcsetprop When kmalloc fail to allocate memory in kasprintf, fn1 or fn2 will be NULL, and strcmp will cause null pointer dereference...

5.8AI score0.00173EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•4 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.•5 views

CVE-2022-50877

In the Linux kernel, the following vulnerability has been resolved: net: broadcom: bcm4908enet: update TX stats after actual transmission Queueing packets doesn't guarantee their transmission. Update TX stats after hardware confirms consuming submitted data. This also fixes a possible race and NU...

5.6AI score0.00166EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 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.•5 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.•3 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.•9 views

CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

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

CVE-2023-54236

In the Linux kernel, the following vulnerability has been resolved: net/netfailover: fix txq exceeding warning The failover txq is inited as 16 queues. when a packet is transmitted from the failover device firstly, the failover device will select the queue which is returned from the primary devic...

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

CVE-2023-54298

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

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

CVE-2022-50884

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

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

CVE-2023-54224

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix lockdep splat and potential deadlock after failure running delayed items When running delayed items we are holding a delayed node's mutex and then we will attempt to modify a subvolume btree to insert/update/delete the...

5.8AI score0.00168EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 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.•3 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.•6 views

CVE-2023-54181

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix issue in verifying allowptrleaks After we converted the capabilities of our networking-bpf program from capsysadmin to capnetadmin+capbpf, our networking-bpf program failed to start. Because it failed the bpf verifier, a...

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

CVE-2023-54233

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: avoid a NULL dereference with unsupported widgets If an IPC4 topology contains an unsupported widget, its .moduleinfo field won't be set, then sofipc4routesetup will cause a kernel Oops trying to dereference it. Add a...

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

CVE-2023-54235

In the Linux kernel, the following vulnerability has been resolved: PCI/DOE: Fix destroyworkonstack race The following debug object splat was observed in testing: ODEBUG: free active active state 0 object: 0000000097d23782 object type: workstruct hint: doestatemachinework+0x0/0x510 WARNING: CPU: ...

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

CVE-2023-54283

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

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

CVE-2023-54254

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Don't leak a resource on eviction error On eviction errors other than -EMULTIHOP we were leaking a resource. Fix. v2: - Avoid yet another goto Andi Shyti...

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

CVE-2023-54227

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix tags leak when shrink nrhwqueues Although we don't need to realloc set-tags when shrink nrhwqueues, we need to free them. Or these tags will be leaked. How to reproduce: 1. mount -t configfs configfs /mnt 2. modprobe...

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

CVE-2023-54214

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix potential user-after-free This fixes all instances of which requires to allocate a buffer calling allocskb which may release the chan lock and reacquire later which makes it possible that the chan is...

6AI score0.00177EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•7 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.•5 views

CVE-2023-54286

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the...

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

CVE-2023-54201

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...

6.3AI score0.00168EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 views

CVE-2023-54314

In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005i2cxfer In af9005i2cxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach af9005i2cxfer. If...

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

CVE-2022-50889

In the Linux kernel, the following vulnerability has been resolved: dm integrity: Fix UAF in dmintegritydtr Dmintegrity also has the same UAF problem when dmresume and dmdestroy are concurrent. Therefore, cancelling timer again in dmintegritydtr...

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

CVE-2023-54315

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/sriov: perform null check on iov before dereferencing iov Currently pointer iov is being dereferenced before the null check of iov which can lead to null pointer dereference errors. Fix this by moving the iov null...

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

CVE-2023-54285

In the Linux kernel, the following vulnerability has been resolved: iomap: Fix possible overflow condition in iomapwritedelallocscan folionextindex returns an unsigned long value which left shifted by PAGESHIFT could possibly cause an overflow on 32-bit system. Instead use folioposfolio +...

7.8CVSS6.7AI score0.00161EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•10 views

CVE-2023-54206

In the Linux kernel, the following vulnerability has been resolved: net/sched: flower: fix filter idr initialization The cited commit moved idr initialization too early in flchange which allows concurrent users to access the filter that is still being initialized and is in inconsistent state,...

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

CVE-2023-54226

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races around sk-skshutdown. KCSAN found a data race around sk-skshutdown where unixreleasesock and unixshutdown update it under unixstatelock, OTOH unixpoll and unixdgrampoll read it locklessly. We need to annota...

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

CVE-2023-54174

In the Linux kernel, the following vulnerability has been resolved: vfio: Fix NULL pointer dereference caused by uninitialized group-iommufd group-iommufd is not initialized for the iommufdctxput 20018.331541 BUG: kernel NULL pointer dereference, address: 0000000000000000 20018.377508 RIP:...

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

CVE-2023-54247

In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btftypeidsize+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP:...

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

CVE-2023-54271

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix NULL deref caused by blkgpolicydata being installed before init blk-iocost sometimes causes the following crash: BUG: kernel NULL pointer dereference, address: 00000000000000e0 ... RIP: 0010:rawspinlock+0x17/0x30...

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

CVE-2022-50880

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: add peer map clean up for peer delete in ath10kstastate When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is because for each vdevid and address, it has only one...

5.7AI score0.00195EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 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.•11 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.•6 views

CVE-2023-54244

In the Linux kernel, the following vulnerability has been resolved: ACPI: EC: Fix oops when removing custom query handlers When removing custom query handlers, the handler might still be used inside the EC query workqueue, causing a kernel oops if the module holding the callback function was...

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

CVE-2023-54320

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmc: Fix memory leak in amdpmcstbdebugfsopenv2 Function amdpmcstbdebugfsopenv2 may be called when the STB debug mechanism enabled. When amdpmcsendcmd fails, the 'buf' needs to be released...

6.2AI score0.00159EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•3 views

CVE-2023-54205

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

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

CVE-2023-54307

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

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

CVE-2023-54259

In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pmruntimeput causing usage count underflow This reverts commit 443a98e649b4 "soundwire: bus: use pmruntimeresumeandget" Change calls to pmruntimeresumeandget back to pmruntimegetsync. This fixes a...

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

CVE-2023-54262

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't clone flow post action attributes second time The code already clones post action attributes in mlx5ecloneflowattrforpostact. Creating another copy in mlx5etcpostactadd is a erroneous leftover from original...

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

CVE-2023-54186

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: fix pinassignmentshow This patch fixes negative indexing of buf array in pinassignmentshow when getcurrentpinassignments returns 0 i.e. no compatible pin assignments are found. BUG: KASAN:...

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

CVE-2023-54171

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak of iter-temp when reading tracepipe kmemleak reports: unreferenced object 0xffff88814d14e200 size 256: comm "cat", pid 336, jiffies 4294871818 age 779.490s hex dump first 32 bytes: 04 00 01 03 00 00 00 00...

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

CVE-2023-54231

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

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

CVE-2022-50855

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent leak of lsm program after failed attach In 0, we added the ability to bpfprogattach LSM programs to cgroups, but in our validation to make sure the prog is meant to be attached to BPFLSMCGROUP, we return too early if...

5.7AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•5 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.•5 views

CVE-2023-54192

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null pointer panic in tracepoint in replaceatomicwriteblock We got a kernel panic if oldaddr is NULL. https://bugzilla.kernel.org/showbug.cgi?id=217266 BUG: kernel NULL pointer dereference, address: 0000000000000000 Cal...

5.7AI score0.00175EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•6 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
Total number of security vulnerabilities72468