Lucene search
K

30436 matches found

NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49560

In the Linux kernel, the following vulnerability has been resolved: exfat: check if cluster num is valid Syzbot reported slab-out-of-bounds read in exfatclearbitmap. This was triggered by reproducer calling truncute with size 0, which causes the following trace: BUG: KASAN: slab-out-of-bounds in...

7.1CVSS0.00273EPSS
Exploits0References5
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49561

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb-nfct and set skb-nfct to the already-confirmed entry. This wasn't found before because the conntrack entry and the...

5.5CVSS0.0027EPSS
Exploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49425

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it cur-page in this case could load an out-of-bounds/undefined value making it...

5.5CVSS0.00241EPSS
Exploits0References7
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49407

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plockop" and a followed sendop will append it to a global sendlist data structure. In some cases a followed devread...

7.1CVSS0.00284EPSS
Exploits0References9
NVD
NVD
added 2025/02/26 7:0 a.m.9 views

CVE-2022-49153

In the Linux kernel, the following vulnerability has been resolved: wireguard: socket: free skb in send6 when ipv6 is disabled I got a memory leak report: unreferenced object 0xffff8881191fc040 size 232: comm "kworker/u17:0", pid 23193, jiffies 4295238848 age 3464.870s hex dump first 32 bytes: 00...

5.5CVSS0.0024EPSS
Exploits0References5
OSV
OSV
added 2025/02/26 6:37 a.m.9 views

CVE-2021-47650

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-compress: prevent the potentially use of null pointer There is one call trace that sndsocregistercard -sndsocbindcard-socinitpcmruntime -sndsocdaicompressnew-sndsocnewcompress. In the trace the 'codecdai' transfers from...

5.5CVSS6.7AI score
Exploits0References6
CVE
CVE
added 2025/02/26 2:24 a.m.66 views

CVE-2022-49717

In CVE-2022-49717, the Linux kernel issue concerns irqchip/apple-aic: a refcount leak in build_fiq_affinity. The problem was that of_find_node_by_phandle() returns a node pointer with an incremented refcount, and the fix is to call of_node_put() when the node is no longer needed to avoid the leak...

5.5CVSS5.3AI score0.00204EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2025/02/26 2:24 a.m.95 views

CVE-2022-49711

The CVE-2022-49711 issue affects the Linux kernel in the bus: fsl-mc-bus path. Root cause: in fsl_mc_bus_remove(), mc->root_mc_bus_dev->mc_io is passed to fsl_destroy_mc_io() after mc->root_mc_bus_dev has already been freed in fsl_mc_device_remove(), causing a KASAN use-after-free. Mitig...

7.8CVSS5.3AI score0.00254EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2025/02/26 2:24 a.m.98 views

CVE-2022-49693

CVE-2022-49693 : In the Linux kernel, there is a refcount leak in the drm/msm/mdp4 path during mdp4_modeset_init_intf caused by not releasing the remote device node pointer obtained from of_graph_get_remote_node(). The pointer’s refcount is incremented but not decremented with of_node_put() when ...

5.5CVSS6.5AI score0.00243EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2025/02/26 2:24 a.m.88 views

CVE-2022-49677

In CVE-2022-49677, the Linux kernel ARM CNS3xxx codefix resolves a refcount leak in cns3xxx_init. The issue arises because of_find_compatible_node() returns a node pointer with its refcount incremented, and the patch adds a call to of_node_put() when finished to avoid leaking references. This vul...

5.5CVSS5.3AI score0.00237EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.13 views

CVE-2022-49658 bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insufficient bounds propagation from adjustscalarminmaxvals Kuee reported a corner case where the tnum becomes constant after the call to regboundoffset, but the register's bounds are not, that is, its min bounds are sti...

0.00266EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.14 views

CVE-2022-49649 xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue

In the Linux kernel, the following vulnerability has been resolved: xen/netback: avoid entering xenvifrxnextskb with an empty rx queue xenvifrxnextskb is expecting the rx queue not being empty, but in case the loop in xenvifrxaction is doing multiple iterations, the availability of another skb in...

0.00244EPSS
Exploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.147 views

CVE-2022-49634

CVE-2022-49634 : In the Linux kernel, there are data-races in sysctl access to proc_dou8vec_minmax() due to concurrent readers/writers. The fix changes proc_dou8vec_minmax() to use internal READ_ONCE() and WRITE_ONCE() to mitigate races on the sysctl side. The patch notes indicate the function it...

4.7CVSS5.3AI score0.00174EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.94 views

CVE-2022-49635

CVE-2022-49635 affects the Linux kernel. The issue is in drm/i915/selftests, where a subtraction overflow can occur when hole_end is small, and addr + 2 * min_alignment can overflow in mock tests. A patch was applied (cherry picked from commit ab3edc679c552a466e4bf0b11af3666008bd65a2) to fix both...

7.8CVSS6.7AI score0.00258EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.11 views

CVE-2022-49627 ima: Fix potential memory leak in ima_init_crypto()

In the Linux kernel, the following vulnerability has been resolved: ima: Fix potential memory leak in imainitcrypto On failure to allocate the SHA1 tfm, IMA fails to initialize and exits without freeing the imaalgoarray. Add the missing kfree for imaalgoarray to avoid the potential memory leak...

0.00246EPSS
Exploits0References4
CVE
CVE
added 2025/02/26 2:23 a.m.139 views

CVE-2022-49626

In CVE-2022-49626, the Linux kernel sfc (Solarflare) driver had a use-after-free: vf->pci_dev could be freed during pci_disable_sriov and later read in efx_ef10_sriov_free_vf_vswitching. The root cause is reading a freed vf->pci_dev in the SR-IOV disable path. A patch fixes this by setting ...

7.8CVSS5.4AI score0.00253EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.147 views

CVE-2022-49602

The CVE-2022-49602 entry refers to a data race in the Linux kernel’s sysctl_fwmark_reflect reader. The race occurs while reading sysctl_fwmark_reflect, which could be changed concurrently; the fix is to apply READ_ONCE() to the reader to ensure a consistent read. Connected advisories (EulerOS/Ope...

4.7CVSS6.5AI score0.00178EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.145 views

CVE-2022-49574

CVE-2022-49574 is a Linux kernel security issue involving a data race in reading the sysctl_tcp_recovery variable within the TCP stack. The root cause is concurrent modification of sysctl_tcp_recovery while it is being read, which could lead to inconsistent reads or memory corruption. The descrip...

4.7CVSS5.4AI score0.00178EPSS
Exploits0References6Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:14 a.m.14 views

CVE-2022-49561 netfilter: conntrack: re-fetch conntrack after insertion

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb-nfct and set skb-nfct to the already-confirmed entry. This wasn't found before because the conntrack entry and the...

0.0027EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 2:14 a.m.8 views

CVE-2022-49556 KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmwar...

7.1CVSS5.2AI score0.00252EPSS
Exploits0References8
Rows per page
Query Builder