Lucene search
+L

514 matches found

Cvelist
Cvelist
added 2025/02/26 1:56 a.m.30 views

CVE-2022-49256 watch_queue: Actually free the watch

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

0.00256EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.12 views

CVE-2022-49239

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing ofnodeput in wcd934xcodecparsedata The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This is similar to commit 64b92de9603f...

5.5CVSS5.6AI score0.00263EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49225

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921s: fix a possible memory leak in mt7921loadpatch Always release fw data at the end of mt7921loadpatch routine...

5.5CVSS5.5AI score0.00218EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.19 views

CVE-2022-49207

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in skpsockqueuemsg If tcpbpfsendmsg is running during a tear down operation we may enqueue data on the ingress msg queue while tear down is trying to free it. sk1 redirect sk2 sk2 -------------------...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.146 views

CVE-2022-49197

CVE-2022-49197 affects the Linux kernel’s netlink af_netlink path. When netlink messages are received, netlink_recvmsg() fills sender info including a 32-bit nl_groups bitfield that indicates multicast group membership. The issue is a shift-out-of-bounds in computing the group mask for high-numbe...

5.5CVSS5.2AI score0.0027EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49188

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcomq6v5mss: Fix some leaks in q6v5allocmemoryregion The devicenode pointer is returned by ofparsephandle or ofgetchildbyname with refcount incremented. We should use ofnodeput on it when done. This function only call...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.23 views

CVE-2022-49177 hwrng: cavium - fix NULL but dereferenced coccicheck error

In the Linux kernel, the following vulnerability has been resolved: hwrng: cavium - fix NULL but dereferenced coccicheck error Fix following coccicheck warning: ./drivers/char/hwrandom/cavium-rng-vf.c:182:17-20: ERROR: pdev is NULL but dereferenced...

0.00226EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.9 views

CVE-2022-49155

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Suppress a kernel complaint in qlacreateqpair 12.323788 BUG: using smpprocessorid in preemptible 00000000 code: systemd-udevd/1020 12.332297 caller is qla2xxxcreateqpair+0x32a/0x5d0 qla2xxx 12.338417 CPU: 7 PID: 10...

5.5CVSS5.5AI score0.00266EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.10 views

CVE-2022-49151

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: properly check endpoint type Syzbot reported warning in usbsubmiturb which is caused by wrong endpoint type. We should check that in endpoint is actually present to prevent this warning. Found pipes are now saved to...

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.154 views

CVE-2022-49145

CVE-2022-49145 affects the Linux kernel's ACPI CPPC parsing of _CPC data. The root cause is an out-of-bounds access when the NumEntries field is less than 2, which could lead to improper access of the Revision element. A fix has been implemented in the kernel to avoid this access. The vulnerabili...

7.1CVSS5.4AI score0.00276EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49143

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49141

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: fix possible NULL pointer dereference As the possible failure of the allocation, kzalloc may return NULL pointer. Therefore, it should be better to check the 'sgi' in order to prevent the dereference of NULL...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.15 views

CVE-2022-49136 Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix queuing commands when HCIUNREGISTER is set hcicmdsyncqueue shall return an error if HCIUNREGISTER flag has been set as that means hciunregisterdev has been called so it will likely cause a uaf after the...

7.8CVSS7.5AI score0.00251EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.10 views

CVE-2022-49114

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix use after free in fcexchabtsresp fcexchreleaseep will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is still used in the following code, which will lead to a use...

8.8CVSS5.4AI score0.00357EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.28 views

CVE-2022-49113

In the Linux kernel, the following vulnerability has been resolved: powerpc/secvar: fix refcount leak in formatshow Refcount leak will happen when formatshow returns failure in multiple cases. Unified management of ofnodeput can fix this problem...

5.5CVSS5.5AI score0.00259EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.12 views

CVE-2022-49105 staging: wfx: fix an error handling in wfx_init_common()

In the Linux kernel, the following vulnerability has been resolved: staging: wfx: fix an error handling in wfxinitcommon One error handler of wfxinitcommon return without calling ieee80211freehwhw, which may result in memory leak. And I add one err label to unify the error handler, which is usefu...

5.5CVSS5.3AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49096

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

7.8CVSS5.8AI score0.00254EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.10 views

CVE-2022-49093 skbuff: fix coalescing for page_pool fragment recycling

In the Linux kernel, the following vulnerability has been resolved: skbuff: fix coalescing for pagepool fragment recycling Fix a use-after-free when using pagepool with page fragments. We encountered this problem during normal RX in the hns3 driver: 1 Initially we have three descriptors in the RX...

9.8CVSS7.5AI score0.00606EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.16 views

CVE-2022-49089

In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvterrorqp to prevent a race condition The documentation of the function rvterrorqp says both rlock and slock need to be held when calling that function. It also asserts using lockdep that both of...

7.8CVSS5.3AI score0.0019EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.20 views

CVE-2022-49089 IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition

In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvterrorqp to prevent a race condition The documentation of the function rvterrorqp says both rlock and slock need to be held when calling that function. It also asserts using lockdep that both of...

7.8CVSS0.0019EPSS
SaveExploits0References6
Rows per page
Query Builder