Lucene search
+L

5511 matches found

RedHat Linux
RedHat Linux
added 2024/08/13 10:08 a.m.15 views

kernel: netfilter: nft_flow_offload: reset dst in route object after setting up flow

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object, otherwise if flowoffloadadd fails, error path...

7.8CVSS6.6AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.11 views

kernel: net/smc: fix neighbour and rtable leak in smc_ib_find_route()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix neighbour and rtable leak in smcibfindroute In smcibfindroute, the neighbour found by neighlookup and rtable resolved by iprouteoutputflow are not released or put before return. It may cause the refcount leak, so fix...

7.5CVSS6.4AI score0.00478EPSS
SaveExploits0References5
zdt
zdt
added 2024/08/07 12:00 a.m.166 views

Linux DRM drm_file_update_pid() Race Condition / Use-After-Free Exploit

Linux DRM has drmfileupdatepid call to getpid too late, which creates a race condition that can lead to use-after-free issue of a struct pid. Linux: DRM: refcount incremented too late in drmfileupdatepid I am sending this to security@ and to the drm-misc maintainers - based on...

7CVSS6.6AI score0.00229EPSS
SaveExploits3
OSV
OSV
added 2024/08/06 8:59 p.m.13 views

CLSA-2024-1722977984 kernel: Fix of 16 CVEs

ima: Fix use-after-free on a dentry's dname.name CVE-2024-39494 - ima: define imamaxdigestdata struct without a flexible array variable - ima: detect changes to the backing overlay file - tcp: Use refcountincnotzero in tcptwskunique. CVE-2024-36904 - afunix: Fix garbage collector racing against...

9.8CVSS7.1AI score0.02701EPSS
SaveExploits3References1
OSV
OSV
added 2024/08/02 11:07 a.m.10 views

OESA-2024-1942 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: Unregister clocks/resets when unbinding Currently, unbinding a CCU driver unmaps the device's MMIO region, while leaving its clocks/resets and the...

7.8CVSS6.4AI score0.00757EPSS
SaveExploits0References43
Cvelist
Cvelist
added 2024/07/29 2:31 p.m.47 views

CVE-2024-41041 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

7.8CVSS0.00292EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the fact that when using the cachefileswithdrawcookie function, the fscachevolume may have been released but...

7CVSS6.7AI score0.00278EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/07/29 12:00 a.m.27 views

PT-2024-33782

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a possible tunnel refcount underflow in the Linux kernel's l2tp module. When a session is created, it sets a backpointer to its tunnel, and when the session...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/07/18 3:06 a.m.10 views

SUSE CVE-2022-48823

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix refcount issue when LOGO is received during TMF Hung task call trace was seen during LOGO processing. 974.309060 0000:00:00.0:qedfehdevicereset:868: 1:0:2:0: LUN RESET Issued... 974.309065...

3.3CVSS7.9AI score0.00281EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/07/18 3:05 a.m.4 views

SUSE CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo 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.5CVSS7.7AI score0.00211EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/07/18 3:05 a.m.5 views

SUSE CVE-2022-48858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

5.5CVSS7.9AI score0.00178EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/07/18 3:05 a.m.1 views

SUSE CVE-2022-48859

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing ofnodeput in presteraswitchsetbasemacaddr This node pointer is returned by offindcompatiblenode with refcount incremented. Calling ofnodeput to aovid the refcount leak...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/07/17 4:18 a.m.4 views

SUSE CVE-2022-48820

In the Linux kernel, the following vulnerability has been resolved: phy: stm32: fix a refcount leak in stm32usbphycpllenable This error path needs to decrement "usbphyc-npllcons.counter" before returning...

5.5CVSS6.5AI score0.00278EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/07/17 3:32 a.m.8 views

SUSE CVE-2024-40976

In the Linux kernel, the following vulnerability has been resolved: drm/lima: mask irqs in timeout path before hard reset There is a race condition in which a rendering job might take just long enough to trigger the drm sched job timeout handler but also still complete before the hard reset is do...

4.7CVSS6.3AI score0.00219EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/07/16 10:25 p.m.13 views

CVE-2022-48820

In the Linux kernel, the following vulnerability has been resolved: phy: stm32: fix a refcount leak in stm32usbphycpllenable This error path needs to decrement "usbphyc-npllcons.counter" before returning...

6.1CVSS6.8AI score0.00278EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:56 p.m.19 views

CVE-2022-48858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

5.2CVSS7.1AI score0.00178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:55 p.m.22 views

CVE-2022-48856

A refcount leak flaw was found in the function gfargettsinfo in the Linux kernel's gianfar Ethernet driver. This issue occurs due to the offindcompatiblenode function incrementing the reference count of a device tree node pointer. Mitigation Mitigation for this issue is either not available or th...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 1:15 p.m.33 views

CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo 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.5CVSS0.00211EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/16 1:15 p.m.4 views

DEBIAN-CVE-2022-48856

In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfargettsinfo 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.5CVSS5.3AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 1:15 p.m.6 views

DEBIAN-CVE-2022-48860

In the Linux kernel, the following vulnerability has been resolved: ethernet: Fix error handling in xemacliteofprobe This node pointer is returned by ofparsephandle with refcount incremented in this function. Calling ofnodeput to avoid the refcount leak. As the remove function do...

5.5CVSS5.4AI score0.00216EPSS
SaveExploits0References1
Rows per page
Query Builder