Lucene search
+L

157 matches found

CVE
CVE
added 2024/12/27 2:11 p.m.103 views

CVE-2024-56534

CVE-2024-56534 affects the Linux kernel isofs implementation. The flaw is a memory leak in iocharset handling during mount parsing; opt->iocharset may not be freed in some paths (e.g., when isofs_fill_super is bypassed, such as in get_tree_bdev_flags scenarios). The description notes that free...

5.5CVSS6.4AI score0.00251EPSS
SaveExploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/12/11 12:0 a.m.9 views

The vulnerability of DRM/VMWGFX components in Linux operating systems allows attackers to increase their privileges within the system.

The vulnerability of DRM/VMWGFX components in Linux operating systems is related to memory management errors after freeing memory. Exploiting this vulnerability can allow an attacker to increase their privileges within the system...

8.8CVSS6.4AI score0.00213EPSS
SaveExploits0References14Affected Software5
OSV
OSV
added 2024/10/21 8:15 p.m.9 views

AZL-51401 CVE-2024-50027 affecting package kernel for versions less than 6.6.64.2-9

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Free tzp copy along with the thermal zone The object pointed to by tz-tzp may still be accessed after being freed in thermalzonedeviceunregister, so move the freeing of it to the point after the removal completion...

5.5CVSS6.8AI score0.00234EPSS
SaveExploits0References1
Redos
Redos
added 2024/10/08 12:0 a.m.18 views

ROS-20241008-05

A vulnerability in the ProcXkbGetKbdByName function of the xkb/xkb.c component of the Wayland protocol implementation for X.Org XWayland, an implementation of the X Window System X.Org Server is related to incorrect memory freeing before deleting the last link. Exploitation of the vulnerability...

8.8CVSS7.5AI score0.01681EPSS
SaveExploits0
Rosalinux
Rosalinux
added 2024/09/25 9:38 a.m.31 views

Advisory ROSA-SA-2024-2478

software: yajl 2.1.0 WASP: ROSA-CHROME packageevrstring: yajl-2.1.0-2 CVE-ID: CVE-2023-33460 BDU-ID: 2023-07652 CVE-Crit: HIGH CVE-DESC.: A vulnerability in the yajltreeparse function of the YAJL-ruby JSON library is related to improper memory freeing before deleting the last reference...

6.5CVSS6.7AI score0.01129EPSS
SaveExploits1
Redos
Redos
added 2024/06/06 12:0 a.m.23 views

ROS-20240606-06

A vulnerability in the yajltreeparse function of the YAJL-ruby JSON library is related to improper memory freeing before deleting the last reference. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of service. remotely to cause a denial of service...

6.5CVSS6.6AI score0.01129EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/06/04 2:25 a.m.6 views

SUSE CVE-2024-36956

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermaldebugtzremove does not free all memory allocated for thermal zone diagnostics, some of that memory becomes unreachable after freeing the thermal...

3.3CVSS6.9AI score0.00194EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36956

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermaldebugtzremove does not free all memory allocated for thermal zone diagnostics, some of that memory becomes unreachable after freeing the thermal...

5.5CVSS6.3AI score0.00194EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/22 9:15 a.m.4 views

DEBIAN-CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS5.2AI score0.00739EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/17 12:0 a.m.23 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from the use of kfree to free memory instead of kvfree...

5.5CVSS5.1AI score0.0018EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/14 12:0 a.m.5 views

Wireshark 资源管理错误漏洞

Wireshark formerly Ethereal is a suite of network packet analysis software from the Wireshark team. The function of the software is to intercept network packets and display detailed data for analysis. Wireshark suffers from a resource management error vulnerability that stems from a confusion in...

5.5CVSS6.7AI score0.00376EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2024/04/17 2:29 a.m.9 views

SUSE CVE-2021-47193

In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the module is removed...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References12
OSV
OSV
added 2024/04/10 7:15 p.m.6 views

UBUNTU-CVE-2021-47190

In the Linux kernel, the following vulnerability has been resolved: perf bpf: Avoid memory leak from perfenvinsertbtf perfenvinsertbtf doesn't insert if a duplicate BTF id is encountered and this causes a memory leak. Modify the function to return a success/error value and then free the memory if...

5.5CVSS5.9AI score0.00232EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/10 7:15 p.m.7 views

UBUNTU-CVE-2021-47193

In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the module is removed...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/04 7:15 p.m.2 views

DEBIAN-CVE-2021-47106

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

7.8CVSS5.4AI score0.00216EPSS
SaveExploits0References1
Prion
Prion
added 2024/03/04 6:15 p.m.28 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

7.3AI score0.00455EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.32 views

CVE-2021-47103

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

7.8CVSS6.2AI score0.00455EPSS
SaveExploits1References12
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.18 views

CVE-2021-47103 inet: fully convert sk->sk_rx_dst to RCU rules

In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk-skrxdst to RCU rules syzbot reported various issues around early demux, one being included in this changelog 1 sk-skrxdst is using RCU protection without clearly documenting it. And following sequences in...

6.7AI score0.00455EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2024/03/04 12:0 a.m.8 views

Dell Digital Delivery 资源管理错误漏洞

Dell Digital Delivery is an application from Dell USA dedicated to Dell computer equipment for the online purchase of pre-installed software for computers. Dell Digital Delivery suffers from a memory misreference vulnerability that originates from a mix-up in the program's instructions responsibl...

7.8CVSS7.2AI score0.00202EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/20 10:37 a.m.13 views

CVE-2024-24793

A use-after-free vulnerability exists in the DICOM Element Parsing as implemented in Imaging Data Commons libdicom 1.0.5. A specially crafted DICOM file can cause premature freeing of memory that is used later. To trigger this vulnerability, an attacker would need to induce the vulnerable...

8.1CVSS8.1AI score0.01054EPSS
SaveExploits1References1
Rows per page
Query Builder