Lucene search
+L

6722 matches found

CVE
CVE
added 2025/02/26 2:11 a.m.118 views

CVE-2022-49367

Summary (CVE-2022-49367) In the Linux kernel, the mv88e6xxx DSA MDIO registration path contains a refcount leak. The function of_get_child_by_name() returns a node pointer with an incremented refcount, but of_node_put() is not called when finished, leaking references. mv88e6xxx_mdio_register() fo...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/02/26 2:11 a.m.135 views

CVE-2022-49350

CVE-2022-49350 affects the Linux kernel in the net/mdio area, where the symbol mdio_bus_init is annotated with init and exported. The combination of EXPORT_SYMBOL with init places code in .init.text, which may be freed after init and lead to a kernel panic if accessed by modules. The public advis...

5.5CVSS6.4AI score0.00284EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/02/26 1:56 a.m.116 views

CVE-2022-49284

The CVE-2022-49284 entry affects the Linux kernel coresight subsystem (syscfg: cscfg_create_device). The issue is a memory leak on registration failure caused by improper error handling in device_register() after device_initialize(); the recommended fix is to use put_device() to relinquish the re...

5.5CVSS5.4AI score0.00256EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/02/26 1:56 a.m.113 views

CVE-2022-49282

CVE-2022-49282 is a Linux kernel issue affecting f2fs quota handling. The vulnerability stems from an incorrect loop condition in f2fs_quota_sync() where cnt should be passed to sb_has_quota_active() to correctly determine active quotas. When type is -1, the compiler may discard the check, potent...

5.5CVSS5.2AI score0.00257EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/02/26 1:56 a.m.126 views

CVE-2022-49281

CVE-2022-49281 affects Linux kernel CIFS multiuser handling: each user has a separate tcon and handle for a cached directory, but on unmount the kernel must release the pinned dentry for every tcon rather than only the master tcon. If not, unmount can emit warnings of in-use dentries. The issue i...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 1:56 a.m.13 views

CVE-2022-49271 cifs: prevent bad output lengths in smb2_ioctl_query_info()

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent bad output lengths in smb2ioctlqueryinfo When calling smb2ioctlqueryinfo with smbqueryinfo::flags=PASSTHRUFSCTL and smbqueryinfo::outputbufferlength=0, the following would return 0x10 buffer = memdupuserarg +...

5.1AI score
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:55 a.m.143 views

CVE-2022-49227

CVE-2022-49227 : In the Linux kernel igc driver, the ethtool RX-ring reconfiguration path copies an igc_ring structure but fails to reset the xdp_rxq_info member before igc_setup_rx_resources is called. This causes xdp_rxq_info_reg() to be invoked on an already registered xdp_rxq_info, leading to...

5.5CVSS5.2AI score0.00263EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.16 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
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.23 views

CVE-2022-49225 mt76: mt7921s: fix a possible memory leak in mt7921_load_patch

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

0.00218EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 1:55 a.m.120 views

CVE-2022-49219

CVE-2022-49219 concerns a memory-leak in the Linux kernel VFIO PCI driver during D3hot↔D0 transitions. If vfio_pci_core_device::needs_pm_restore is set, the current PCI state is saved in pm_save on D0→D3hot and would be restored on D3hot→D0. The code uses pci_store_saved_state() to save state and...

5.5CVSS6.4AI score0.00264EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.17 views

CVE-2022-49211 mips: cdmm: Fix refcount leak in mips_cdmm_phys_base

In the Linux kernel, the following vulnerability has been resolved: mips: cdmm: Fix refcount leak in mipscdmmphysbase The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcount...

5.5CVSS4.9AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.33 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
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.22 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
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.19 views

CVE-2022-49180

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

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

CVE-2022-49173

In the Linux kernel, the following vulnerability has been resolved: spi: fsi: Implement a timeout for polling status The data transfer routines must poll the status register to determine when more data can be shifted in or out. If the hardware gets into a bad state, these polling loops may never...

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

CVE-2022-49161

The CVE-2022-49161 entry pertains to the Linux kernel ASoC: mediatek mt8183_da7219_max98357_dev_probe. The vulnerability root cause is a refcount leak caused by not calling of_node_put() in error paths after of_parse_phandle() returns a device_node with incremented refcount. The description indic...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.18 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.85 views

CVE-2022-49150

CVE-2022-49150 in the Linux kernel relates to rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram. The issue was that of_find_compatible_node() returned a node pointer with an incremented refcount and lacked a corresponding of_node_put() to release it. The connected documents c...

5.5CVSS6.4AI score0.00218EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 1:54 a.m.15 views

CVE-2022-49070 fbdev: Fix unregistering of framebuffers without device

In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix unregistering of framebuffers without device OF framebuffers do not have an underlying device in the Linux device hierarchy. Do a regular unregister call instead of hot unplugging such a non-existing device. Fixes a NU...

5.5CVSS5.2AI score
SaveExploits0References7
OSV
OSV
added 2025/02/26 1:54 a.m.14 views

CVE-2022-49067 powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit

In the Linux kernel, the following vulnerability has been resolved: powerpc: Fix virtaddrvalid for 64-bit Book3E & 32-bit mpe: On 64-bit Book3E vmalloc space starts at 0x8000000000000000. Because of the way pa works we have: pa0x8000000000000000 == 0, and therefore virttopfn0x8000000000000000 == ...

5AI score
SaveExploits0References9
Rows per page
Query Builder