Lucene search
+L

13163 matches found

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

CVE-2022-49195

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic on shutdown if multi-chip tree failed to probe DSA probing is atypical because a tree of devices must probe all at once, so out of N switches which call dsatreesetuproutingtable during probe, for N - 1 of them...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.17 views

CVE-2022-49196 powerpc/pseries: Fix use after free in remove_phb_dynamic()

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix use after free in removephbdynamic In removephbdynamic we use &phb-ioresource, after we've called deviceunregister&hostbridge-dev. But the unregister may have freed phb, because pcibiosfreecontrollerdeferred ...

7.6AI score0.0027EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.47 views

CVE-2022-49191

In the Linux kernel, the following vulnerability has been resolved: mxser: fix xmitbuf leak in activate when LSR == 0xff When LSR is 0xff in -activate rather unlike, we return an error. Provided -shutdown is not called when -activate fails, nothing actually frees the buffer in this case. Fix this...

5.5CVSS5.6AI score0.0027EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49191 mxser: fix xmit_buf leak in activate when LSR == 0xff

In the Linux kernel, the following vulnerability has been resolved: mxser: fix xmitbuf leak in activate when LSR == 0xff When LSR is 0xff in -activate rather unlike, we return an error. Provided -shutdown is not called when -activate fails, nothing actually frees the buffer in this case. Fix this...

6.1AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:55 a.m.131 views

CVE-2022-49188

CVE-2022-49188 affects the Linux kernel remoteproc: qcom_q6v5_mss path, where leaks can occur in q6v5_alloc_memory_region due to improper device_node handling. The root cause is that the device_node pointer returned by of_parse_phandle() or of_get_child_by_name() is not always balanced with of_no...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.31 views

CVE-2022-49186 clk: visconti: prevent array overflow in visconti_clk_register_gates()

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: prevent array overflow in visconticlkregistergates This code was using -1 to represent that there was no reset function. Unfortunately, the -1 was stored in u8 so the if clksi.rsid = 0 condition was always true. Th...

0.00244EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.17 views

CVE-2022-49185

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing ofnodeput in nmkpinctrlprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.5CVSS5.4AI score0.0027EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.22 views

CVE-2022-49186

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: prevent array overflow in visconticlkregistergates This code was using -1 to represent that there was no reset function. Unfortunately, the -1 was stored in u8 so the if clksi.rsid = 0 condition was always true. Th...

7.8CVSS6.3AI score0.00244EPSS
SaveExploits1
OSV
OSV
added 2025/02/26 1:55 a.m.19 views

CVE-2022-49185 pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing ofnodeput in nmkpinctrlprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak...

5.5CVSS5.1AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.25 views

CVE-2022-49183

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

5.5CVSS5.5AI score0.00265EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49183 net/sched: act_ct: fix ref leak when switching zones

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct entry. That's because tcfctskbnfctcached returns fals...

5.5CVSS5.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.38 views

CVE-2022-49182

In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, vf VLAN need to remove from HW and modify the vlan state in vf VLAN list as false. If the periodicity task is freeing the same node, it may cause "use...

7.8CVSS5.5AI score0.0027EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.26 views

CVE-2022-49180 LSM: general protection fault in legacy_parse_param

In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacyparseparam The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that it does not recognize an input. In this particular...

0.00264EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.17 views

CVE-2022-49178

In the Linux kernel, the following vulnerability has been resolved: memstick/msproblock: fix handling of read-only devices Use setdiskro to propagate the read-only state to the block layer instead of checking for it in -open and leaking a reference in case of a read-only device...

7.8CVSS5.7AI score0.00277EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.44 views

CVE-2022-49177

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...

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

CVE-2022-49175

In the Linux kernel, the following vulnerability has been resolved: PM: core: keep irq flags in devicepmcheckcallbacks The function devicepmcheckcallbacks can be called under the spin lock in the reported case it happens from genpdadddevice - devpmdomainset, when the genpd uses spinlocks rather...

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

CVE-2022-49171

In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first unpinuserpagesremote is dirtying pages without properly warning the file system in advance. A related race was noted by Jan Kara in 20181; however, more recently...

5.5CVSS5.2AI score0.0027EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49169 f2fs: use spin_lock to avoid hang

In the Linux kernel, the following vulnerability has been resolved: f2fs: use spinlock to avoid hang 14696.634553 task:cat state:D stack: 0 pid:1613738 ppid:1613735 flags:0x00000004 14696.638285 Call Trace: 14696.639038 14696.640032 schedule+0x302/0x930 14696.640969 schedule+0x58/0xd0 14696.64179...

5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.21 views

CVE-2022-49169

In the Linux kernel, the following vulnerability has been resolved: f2fs: use spinlock to avoid hang 14696.634553 task:cat state:D stack: 0 pid:1613738 ppid:1613735 flags:0x00000004 14696.638285 Call Trace: 14696.639038 14696.640032 schedule+0x302/0x930 14696.640969 schedule+0x58/0xd0 14696.64179...

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

CVE-2022-49168 btrfs: do not clean up repair bio if submit fails

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clean up repair bio if submit fails The submit helper will always run bioendio on the bio if it fails to submit, so cleaning up the bio just leads to a variety of use-after-free and NULL pointer dereference bugs...

7.8CVSS7.5AI score0.00291EPSS
SaveExploits0References5
Rows per page
Query Builder