Lucene search
+L
UbuntucveRecent

72412 matches found

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

CVE-2023-54183

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-core: Fix a potential resource leak in v4l2fwnodeparselink If fwnodegraphgetremoteendpoint fails, 'fwnode' is known to be NULL, so fwnodehandleput is a no-op. Release the reference taken from a previous...

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

CVE-2023-54246

In the Linux kernel, the following vulnerability has been resolved: rcuscale: Move rcuscalewriter scheduletimeoutuninterruptible to idle The rcuscale.holdoff module parameter can be used to delay the start of rcuscalewriter kthread. However, the hung-task timeout will trigger when the timeout...

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

CVE-2023-54301

In the Linux kernel, the following vulnerability has been resolved: serial: 8250bcm7271: fix leak in brcmuartprobe Smatch reports: drivers/tty/serial/8250/8250bcm7271.c:1120 brcmuartprobe warn: 'baudmuxclk' from clkprepareenable not released on lines: 1032. The issue is fixed by using a managed...

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

CVE-2022-50883

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent decltag from being referenced in funcproto arg Syzkaller managed to hit another decltag issue: btffuncprotocheck kernel/bpf/btf.c:4506 inline btfcheckalltypes kernel/bpf/btf.c:4734 inline btfparsetypesec+0x1175/0x198...

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

CVE-2022-50858

In the Linux kernel, the following vulnerability has been resolved: mmc: alcor: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

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

CVE-2023-54264

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

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

CVE-2023-54318

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

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

CVE-2023-54177

In the Linux kernel, the following vulnerability has been resolved: quota: fix warning in dqgrab There's issue as follows when do fault injection: WARNING: CPU: 1 PID: 14870 at include/linux/quotaops.h:51 dquotdisable+0x13b7/0x18c0 Modules linked in: CPU: 1 PID: 14870 Comm: fsconfig Not tainted...

5.8AI score0.00191EPSS
SaveExploits0References11
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.•8 views

CVE-2022-50860

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

5.8AI score0.00206EPSS
SaveExploits0References8
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-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.•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.•6 views

CVE-2023-54178

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix null pointer dereferencing in ofunittestfindnodebyname when kmalloc fail to allocate memory in kasprintf, name or fullname will be NULL, strcmp will cause null pointer dereference...

5.8AI score0.00195EPSS
SaveExploits0References12
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.•5 views

CVE-2023-54243

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix table blob use-after-free We are not allowed to return an error at this point. Looking at the code it looks like ret is always 0 at this point, but its not. t = findtablelocknet, repl-name, &ret, &ebtmute...

5.8AI score0.00168EPSS
SaveExploits0References8
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.•2 views

CVE-2022-50869

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds in rpage When PAGESIZE is 64K, if readlogpage is called by logreadrst for the first time, the size of buffer would be equal to DefaultLogPageSize4K.But for buffer operations like memcpy, if the...

5.8AI score0.00168EPSS
SaveExploits0References7
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.•5 views

CVE-2022-50888

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5wcssinitmmio q6v5wcssinitmmio will call platformgetresourcebyname that may fail and return NULL. devmioremap will use res-start as input, which may causes null-ptr-deref...

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

CVE-2022-50881

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: Fix use-after-free in ath9khifusbdisconnect This patch fixes a use-after-free in ath9k that occurs in ath9khifusbdisconnect when ath9kdestroywmi is trying to access 'drvpriv' that has already been freed by...

5.8AI score0.00168EPSS
SaveExploits0References8
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-54249

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Only send -ENOTCONN status if client driver is available For the STOP and RESET commands, only send the channel disconnect status -ENOTCONN if client driver is available. Otherwise, it will result in null pointer...

5.7AI score0.00166EPSS
SaveExploits0References5
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.•7 views

CVE-2023-54207

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

7.8CVSS6.4AI score0.0013EPSS
SaveExploits0References20
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.•5 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.•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
Total number of security vulnerabilities72412