Lucene search
+L
UbuntucveRecent

72468 matches found

UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•5 views

CVE-2022-50731

In the Linux kernel, the following vulnerability has been resolved: crypto: akcipher - default implementation for setting a private key Changes from v1: removed the default implementation from setpubkey: it is assumed that an implementation must always have this callback defined as there are no u...

5.8AI score0.0022EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•4 views

CVE-2022-50724

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix resource leak in regulatorregister I got some resource leak reports while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 100, ofnodeget/ofnodeput unbalanced - destroy cset...

5.8AI score0.0023EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•4 views

CVE-2022-50729

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix resource leak in ksmbdsessionrpcopen When ksmbdrpcopen fails then it must call ksmbdrpcidfree to undo the result of ksmbdipcidalloc...

5.9AI score0.00208EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•6 views

CVE-2022-50717

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds check on Transfer Tag ttag is used as an index to get cmd in nvmettcphandleh2cdatapdu, add a bounds check to avoid out-of-bounds access...

6.2AI score0.0022EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•14 views

CVE-2022-50733

In the Linux kernel, the following vulnerability has been resolved: usb: idmouse: fix an uninit-value in idmouseopen In idmousecreateimage, if any ftipcommand fails, it will go to the reset label. However, this leads to the data in bulkinbufferHEADER..IMGSIZE uninitialized. And the check for vali...

5.7AI score0.00248EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•15 views

CVE-2022-50723

In the Linux kernel, the following vulnerability has been resolved: bnxten: fix memory leak in bnxtnvmtest Free the kzalloc'ed buffer before returning in the success path...

5.8AI score0.00197EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•4 views

CVE-2022-50732

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192u: Fix use after free in ieee80211rx We cannot dereference the "skb" pointer after calling ieee80211monitorrx, because it is a use after free...

6.2AI score0.00242EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•6 views

CVE-2022-50721

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prepslavesg The calling convention for preslavesg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur...

5.7AI score0.00206EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•5 views

CVE-2022-50712

In the Linux kernel, the following vulnerability has been resolved: devlink: hold region lock when flushing snapshots Netdevsim triggers a splat on reload, when it destroys regions with snapshots pending: WARNING: CPU: 1 PID: 787 at net/core/devlink.c:6291 devlinkregionsnapshotdel+0x12e/0x140 CPU...

5.7AI score0.00206EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•3 views

CVE-2022-50713

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

5.7AI score0.00206EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•6 views

CVE-2022-50719

In the Linux kernel, the following vulnerability has been resolved: ALSA: line6: fix stack overflow in line6miditransmit Correctly calculate available space including the size of the chunk buffer. This fixes a buffer overflow when multiple MIDI sysex messages are sent to a PODxt device...

6AI score0.00268EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•6 views

CVE-2022-50715

In the Linux kernel, the following vulnerability has been resolved: md/raid1: stop mdxraid1 thread when raid1 array run failed fail run raid1 array when we assemble array with the inactive disk only, but the mdxraid1 thread were not stop, Even if the associated resources have been released. it wi...

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

CVE-2022-50720

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Don't disable x2APIC if locked The APIC supports two modes, legacy APIC or xAPIC, and Extended APIC or x2APIC. X2APIC mode is mostly compatible with legacy APIC, but it disables the memory-mapped APIC interface in favor...

5.7AI score0.00211EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•5 views

CVE-2022-50730

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

6.1AI score0.00214EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•7 views

CVE-2022-50716

In the Linux kernel, the following vulnerability has been resolved: wifi: ar5523: Fix use-after-free on ar5523cmd timed out syzkaller reported use-after-free with the stack trace like below 1: 38.960489 C3 ================================================================== 38.963216 C3 BUG: KASAN:...

5.8AI score0.00248EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•7 views

CVE-2022-50725

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtvbridgedvbinit KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvbdmxdevrelease+0x4d5/0x5d0 dvbcore Call Trace: ... dvbdmxdevrelease+0x4d5/0x5d0 dvbcore...

6.2AI score0.00208EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/24 1:15 p.m.•6 views

CVE-2022-50726

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

5.8AI score0.00208EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•4 views

CVE-2025-68726

In the Linux kernel, the following vulnerability has been resolved: crypto: aead - Fix reqsize handling Commit afddce13ce81d "crypto: api - Add reqsize to cryptoalg" introduced crareqsize field in cryptoalg struct to replace type specific reqsize fields. It looks like this was introduced...

6.5AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•6 views

CVE-2025-68368

In the Linux kernel, the following vulnerability has been resolved: md: init bioset in mddevinit IO operations may be needed before mdrun, such as updating metadata after writing sysfs. Without bioset, this triggers a NULL pointer dereference as below: BUG: kernel NULL pointer dereference, addres...

5.6AI score0.00151EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•8 views

CVE-2025-68375

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.6AI score0.00168EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

5.8AI score0.0017EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•7 views

CVE-2025-68380

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix peer HE MCS assignment In ath11kwmisendpeerassoccmd, peer's transmit MCS is sent to firmware as receive MCS while peer's receive MCS sent as transmit MCS, which goes against firmwire's definition. While connecti...

5.8AI score0.00175EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•7 views

CVE-2025-68376

In the Linux kernel, the following vulnerability has been resolved: coresight: ETR: Fix ETR buffer use-after-free issue When ETR is enabled as CSMODESYSFS, if the buffer size is changed and enabled again, currently sysfsbuf will point to the newly allocated memorybufnew and free the old...

6.6AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68729

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type packets. These...

5.8AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•8 views

CVE-2025-68369

In the Linux kernel, the following vulnerability has been resolved: ntfs3: init run lock for extend inode After setting the inode mode of $Extend to a regular file, executing the truncate system call will enter the dotruncate routine, causing the runlock uninitialized error reported by syzbot...

5.6AI score0.00168EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•7 views

CVE-2025-68373

In the Linux kernel, the following vulnerability has been resolved: md: avoid repeated calls to delgendisk There is a uaf problem which is found by case 23rdev-lifetime: Oops: general protection fault, probably for non-canonical address 0xdead000000000122 RIP: 0010:bdiunregister+0x4b/0x170 Call...

5.8AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•7 views

CVE-2025-68725

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skbwarnbadoffload from netifskbfeatures - gsofeaturescheck. When a BPF program - triggered via BPF...

5.5CVSS5.8AI score0.00168EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•3 views

CVE-2025-68728

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed miread in miformatnew Fix a KMSAN un-init bug found by syzkaller. ntfsgetbh expects a buffer from sbgetblk, that buffer may not be uptodate. We do not bring the buffer uptodate before setting...

6.6AI score0.00168EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68365

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Initialize allocated memory before use KMSAN reports: Multiple uninitialized values detected: - KMSAN: uninit-value in ntfsreadhdr 3 - KMSAN: uninit-value in bcmp 3 Memory is allocated by getname, which is a wrapper for...

5.5CVSS5.8AI score0.00175EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•3 views

CVE-2025-68377

In the Linux kernel, the following vulnerability has been resolved: ns: initialize nslistnode for initial namespaces Make sure that the list is always initialized for initial namespaces...

5.7AI score0.00151EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68731

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix an integer overflow in aie2queryctxstatusarray The unpublished smatch static checker reported a warning. drivers/accel/amdxdna/aie2pci.c:904 aie2queryctxstatusarray warn: potential user controlled sizeof overfl...

5.8AI score0.00158EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•12 views

CVE-2025-68732

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1xsyncptalloc and host1xsyncptput by using krefputmutex instead of krefput + manual mutex locking. This ensures no thread can acquire the syncptmutex after...

5.8AI score0.00168EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•6 views

CVE-2025-68727

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by getname Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN...

6AI score0.00168EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.8AI score0.00172EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68734

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: hfcsusb: fix memory leak in hfcsusbprobe In hfcsusbprobe, the memory allocated for ctrlurb gets leaked when setupinstance fails with an error code. Fix that by freeing the urb before freeing the hw structure. Also...

5.8AI score0.00172EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•4 views

CVE-2025-68371

In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Fix device resources accessed after device removal Correct possible race conditions during device removal. Previously, a scheduled work item to reset a LUN could still execute after the device was removed, leading...

5.9AI score0.00168EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•9 views

CVE-2025-68724

In the Linux kernel, the following vulnerability has been resolved: crypto: asymmetrickeys - prevent overflow in asymmetrickeygenerateid Use checkaddoverflow to guard against potential integer overflows when adding the binary blob lengths and the size of an asymmetrickeyid structure and return...

6AI score0.00177EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68366

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.8AI score0.00172EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•4 views

CVE-2025-68378

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check in bpfgetstackid Syzkaller reported a KASAN slab-out-of-bounds write in bpfgetstackid when copying stack trace data. The issue occurs when the perf trace contains more stack entries than the stack...

5.8AI score0.00163EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•12 views

CVE-2025-68367

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

6.1AI score0.00172EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•5 views

CVE-2025-68730

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix page fault in ivpubounbindallbosfromcontext Don't add BO to the vdev-bolist in ivpugemcreateobject. When failure happens inside drmgemshmemcreate, the BO is not fully created and ivpugembofree callback will not be...

5.6AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•8 views

CVE-2025-68379

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq-rq.queue after resize failure A NULL pointer dereference can occur in rxesrqchkattr when ibvmodifysrq is invoked twice in succession under certain error conditions. The first call may fail in...

6AI score0.00163EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•6 views

CVE-2025-68370

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc: add the handle of the event to the path The handle is essential for retrieving the AUXEVENT of each CPU and is required in perf mode. It has been added to the coresightpath so that dependent devices can access it...

5.6AI score0.00161EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/12/24 11:16 a.m.•4 views

CVE-2025-68733

In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself /smack/relabel-self is not empty, it can freely create new labels by writing their names into own /proc/PID/attr/smack/curre...

5.7AI score0.00172EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•7 views

CVE-2023-54016

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rxdesc and txdesc Currently when ath12kdpccdescinit is called we allocate memory to rxdescs and txdescs. In ath12kdpcccleanup, during descriptor cleanup rxdescs and txdescs memory is not freed. Th...

5.7AI score0.00162EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•5 views

CVE-2025-68357

In the Linux kernel, the following vulnerability has been resolved: iomap: allocate sdiodonewq for async reads as well Since commit 222f2c7c6d14 "iomap: always run error completions in user context", read error completions are deferred to sdiodonewq. This means the workqueue also needs to be...

5.9AI score0.00218EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•8 views

CVE-2023-54038

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

5.7AI score0.00158EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•6 views

CVE-2023-54025

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled In case WoWlan was never configured during the operation of the system, the hw-wiphy-wowlanconfig will be NULL. rsiconfigwowlan checks whether wowlanconfig is...

5.8AI score0.00175EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•5 views

CVE-2023-54020

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdmadesc memory leak fix Commit b2cc5c465c2c "dmaengine: sf-pdma: Add multithread support for a DMA channel" changed sfpdmaprepdmamemcpy to unconditionally allocate a new sfpdmadesc each time it is called. The...

5.6AI score0.0017EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•4 views

CVE-2022-50703

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: smsm: Fix refcount leak bugs in qcomsmsmprobe There are two refcount leak bugs in qcomsmsmprobe: 1 The 'localnode' is escaped out from foreachchildofnode as the break of iteration, we should call ofnodeput for it in...

5.8AI score0.00203EPSS
SaveExploits0References11
Total number of security vulnerabilities72468