Lucene search
+L

13118 matches found

RedhatCVE
RedhatCVE
added 2025/06/20 1:35 p.m.9 views

CVE-2022-49934

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix UAF in ieee80211scanrx ieee80211scanrx tries to access scanreq-flags after a null check, but a UAF is observed when the scan is completed and ieee80211scancompleted executes, which then calls cfg80211scandone...

6.4CVSS7.1AI score0.00232EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 1:15 p.m.9 views

CVE-2022-49938

In the Linux kernel, the following vulnerability has been resolved: cifs: fix small mempool leak in SMB2negotiate In some cases of failure dialect mismatches in SMB2negotiate, after the request is sent, the checks would return -EIO when they should be rather setting rc = -EIO and jumping to negex...

5.5CVSS7.4AI score0.00154EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 12:39 p.m.7 views

CVE-2022-49979

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in skpsockget 2 Syzkaller reports refcount bug as follows: ------------ cut here ------------ refcountt: saturated; leaking memory. WARNING: CPU: 1 PID: 3605 at lib/refcount.c:19...

5.5CVSS7.3AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 12:19 p.m.8 views

CVE-2022-49997

In the Linux kernel, the following vulnerability has been resolved: net: lantiqxrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again, the system panics in the buildskb function when...

7CVSS7.4AI score0.00383EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/20 12:15 p.m.15 views

CVE-2025-38083

In the Linux kernel, the following vulnerability has been resolved: netsched: prio: fix a race in priotune Gerrard Tai reported a race condition in PRIO, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | ...

7.8CVSS0.00125EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2025/06/20 11:29 a.m.9 views

CVE-2022-49956

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use after free bugs Read/WriteMACREG callbacks are NULL so the read/writemacreghdl functions don't do anything except free the "pcmd" pointer. It results in a use after free. Delete them...

6.4CVSS7.4AI score0.00212EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/20 11:21 a.m.9 views

CVE-2025-38083 net_sched: prio: fix a race in prio_tune()

In the Linux kernel, the following vulnerability has been resolved: netsched: prio: fix a race in priotune Gerrard Tai reported a race condition in PRIO, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 CPU 1 1: lock root 2: qdisctreeflushbacklog 3: unlock root | ...

7.8CVSS6AI score
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2025/06/20 11:19 a.m.8 views

CVE-2022-50189

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix file pointer leak Currently if a fscanf fails then an early return leaks an open file pointer. Fix this by fclosing the file before the return. Detected using static analysis with cppcheck:...

5.5CVSS7.2AI score0.00195EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 11:09 a.m.15 views

CVE-2022-50104

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xivegetmaxprio offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS7.1AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:39 a.m.11 views

CVE-2022-50145

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...

7CVSS7AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:20 a.m.10 views

CVE-2022-50037

In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: don't leak the ccs state The kernel only manages the ccs state with lmem-only objects, however the kernel should still take care not to leak the CCS state from the previous user. cherry picked from commit...

5.5CVSS7AI score0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:16 a.m.19 views

CVE-2022-50226

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak For some sev ioctl interfaces, input may be passed that is less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmware return...

5.5CVSS7.4AI score0.00201EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:15 a.m.22 views

CVE-2022-50127

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxecreateqp In the function rxecreateqp, rxeqpfrominit is called to initialize qp, internally things like the spin locks are not setup until rxeqpinitreq. If an error occures before this point then t...

4.7CVSS7.2AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:15 a.m.9 views

CVE-2022-50098

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts Ensure SRB is returned during I/O timeout error escalation. If that is not possible fail the escalation path. Following crash stack was seen: BUG: unable to...

7CVSS7.3AI score0.00306EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:10 a.m.15 views

CVE-2022-50213

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not allow SETID to refer to another table When doing lookups for sets on the same batch by using its ID, a set from a different table can be used. Then, when the table is removed, a reference to the set ma...

7.8CVSS5.1AI score0.10458EPSS
SaveExploits7References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:10 a.m.7 views

CVE-2022-50005

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Fix use-after-free bugs caused by pn532cmdtimeout When the pn532 uart device is detaching, the pn532uartremove is called. But there are no functions in pn532uartremove that could delete the cmdtimeout timer, which wil...

7CVSS7.2AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:10 a.m.12 views

CVE-2022-49942

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected When we are not connected to a channel, sending channel "switch" announcement doesn't make any sense. The BSS list is empty in that case. This causes the fo...

7CVSS7.1AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:10 a.m.16 views

CVE-2022-50060

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix mcam entry resource leak The teardown sequence in FLR handler returns if no NIX LF is attached to PF/VF because it indicates that graceful shutdown of resources already happened. But there is a chance of all...

4.4CVSS7.1AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:05 a.m.5 views

CVE-2022-50121

In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix refcount leak in k3r5clusterofinit Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. When breaking early from a foreachavailablechildofnode loop, we need to...

5.5CVSS7.1AI score0.00165EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:05 a.m.6 views

CVE-2022-50206

In the Linux kernel, the following vulnerability has been resolved: arm64: fix oops in concurrently setting insnemulation sysctls emulationprochandler changes table-data for procdointvecminmax and can generate the following Oops if called concurrently with itself: | Unable to handle kernel NULL...

7CVSS7.1AI score0.00211EPSS
SaveExploits0References4
Rows per page
Query Builder