← Back
CWE-772

469 CVEs • Abstraction: Base • Likelihood of Exploit: High

Missing Release of Resource after Effective Lifetime

The product does not release a resource after its effective lifetime has ended, i.e., after the resource is no longer needed.

JSON object

Loading...

CVEs (469)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Linux
1Linux Kernel
May 13, 2026
Nov 22, 2017
N/A· v4
6.5 MEDIUM· v3
4.9 MEDIUM· v2
The bio_map_user_iov and bio_unmap_user functions in block/bio.c in the Linux kernel before 4.13.8 do unbalanced refcounting when a SCSI I/O vector has small consecutive buffers belonging to the same page. The bio_add_pc...Show more
The bio_map_user_iov and bio_unmap_user functions in block/bio.c in the Linux kernel before 4.13.8 do unbalanced refcounting when a SCSI I/O vector has small consecutive buffers belonging to the same page. The bio_add_pc_page function merges them into one, but the page reference is never dropped. This causes a memory leak and possible system lockup (exploitable against the host OS by a guest OS user, if a SCSI disk is passed through to a virtual machine) due to an out-of-memory condition.Show less
1Bftpd Project
1Bftpd
May 13, 2026
Nov 19, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In Bftpd before 4.7, there is a memory leak in the file rename function.
1Swftools
1Swftools
May 13, 2026
Nov 17, 2017
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
In SWFTools, a memory leak was found in wav2swf.
1Digium
2Asterisk
Certified Asterisk
May 13, 2026
Nov 9, 2017
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
An issue was discovered in Asterisk Open Source 13 before 13.18.1, 14 before 14.7.1, and 15 before 15.1.1 and Certified Asterisk 13.13 before 13.13-cert7. A memory leak occurs when an Asterisk pjsip session object is cre...Show more
An issue was discovered in Asterisk Open Source 13 before 13.18.1, 14 before 14.7.1, and 15 before 15.1.1 and Certified Asterisk 13.13 before 13.13-cert7. A memory leak occurs when an Asterisk pjsip session object is created and that call gets rejected before the session itself is fully established. When this happens the session object never gets destroyed. Eventually Asterisk can run out of memory and crash.Show less
1Cisco
1Wireless Lan Controller Software
May 13, 2026
Nov 2, 2017
N/A· v4
6.3 MEDIUM· v3
5.2 MEDIUM· v2
A vulnerability in the Simple Network Management Protocol (SNMP) subsystem of Cisco Wireless LAN Controllers could allow an authenticated, remote attacker to cause an affected device to restart, resulting in a denial of...Show more
A vulnerability in the Simple Network Management Protocol (SNMP) subsystem of Cisco Wireless LAN Controllers could allow an authenticated, remote attacker to cause an affected device to restart, resulting in a denial of service (DoS) condition. The vulnerability is due to a memory leak that occurs on an affected device after the device fails to deallocate a buffer that is used when certain MIBs are polled. An attacker who knows the SNMP Version 2 SNMP Read string or has valid SNMP Version 3 credentials for an affected device could repeatedly poll the affected MIB object IDs (OIDs) and consume available memory on the device. When memory is sufficiently depleted on the device, the device will restart, resulting in a DoS condition. Cisco Bug IDs: CSCvc71674.Show less
1Symantec
1Endpoint Encryption
May 13, 2026
Oct 23, 2017
N/A· v4
5.7 MEDIUM· v3
2.3 LOW· v2
In Symantec Endpoint Encryption before SEE 11.1.3HF3, a kernel memory leak is a type of resource leak that can occur when a computer program incorrectly manages memory allocations in such a way that memory which is no lo...Show more
In Symantec Endpoint Encryption before SEE 11.1.3HF3, a kernel memory leak is a type of resource leak that can occur when a computer program incorrectly manages memory allocations in such a way that memory which is no longer needed is not released. In object-oriented programming, a memory leak may happen when an object is stored in memory but cannot be accessed by the running code.Show less
1Symantec
1Encryption Desktop
May 13, 2026
Oct 23, 2017
N/A· v4
5.7 MEDIUM· v3
2.3 LOW· v2
In Symantec Encryption Desktop before SED 10.4.1 MP2HF1, a kernel memory leak is a type of resource leak that can occur when a computer program incorrectly manages memory allocations in such a way that memory which is no...Show more
In Symantec Encryption Desktop before SED 10.4.1 MP2HF1, a kernel memory leak is a type of resource leak that can occur when a computer program incorrectly manages memory allocations in such a way that memory which is no longer needed is not released. In object-oriented programming, a memory leak may happen when an object is stored in memory but cannot be accessed by the running code.Show less
1Gnu
1Glibc
May 13, 2026
Oct 20, 2017
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
The glob function in glob.c in the GNU C Library (aka glibc or libc6) before 2.27, when invoked with GLOB_TILDE, could skip freeing allocated memory when processing the ~ operator with a long user name, potentially leadi...Show more
The glob function in glob.c in the GNU C Library (aka glibc or libc6) before 2.27, when invoked with GLOB_TILDE, could skip freeing allocated memory when processing the ~ operator with a long user name, potentially leading to a denial of service (memory leak).Show less
1Xen
1Xen
May 13, 2026
Oct 18, 2017
N/A· v4
6.5 MEDIUM· v3
4.9 MEDIUM· v2
An issue was discovered in Xen through 4.9.x allowing x86 PV guest OS users to cause a denial of service (memory leak) because reference counts are mishandled.
1Qemu
1Qemu
May 13, 2026
Oct 12, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Qemu through 2.10.0 allows remote attackers to cause a memory leak by triggering slow data-channel read operations, related to io/channel-websock.c.
1Gnu
1Binutils
May 13, 2026
Oct 10, 2017
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
_bfd_dwarf2_cleanup_debug_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (memory leak) via a crafted E...Show more
_bfd_dwarf2_cleanup_debug_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (memory leak) via a crafted ELF file.Show less
1Wireshark
1Wireshark
May 13, 2026
Oct 10, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In Wireshark 2.4.0 to 2.4.1, the DOCSIS dissector could go into an infinite loop. This was addressed in plugins/docsis/packet-docsis.c by adding decrements.
2Canonical
Imagemagick
2Imagemagick
Ubuntu Linux
May 13, 2026
Oct 10, 2017
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
ImageMagick 7.0.7-2 has a memory leak in ReadOneJNGImage in coders/png.c.
2Canonical
Imagemagick
2Imagemagick
Ubuntu Linux
May 13, 2026
Oct 10, 2017
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
ImageMagick 7.0.7-2 has a memory leak in ReadSGIImage in coders/sgi.c.
2Canonical
Imagemagick
2Imagemagick
Ubuntu Linux
May 13, 2026
Oct 5, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
ImageMagick version 7.0.7-2 contains a memory leak in ReadYUVImage in coders/yuv.c.
2Canonical
Imagemagick
2Imagemagick
Ubuntu Linux
May 13, 2026
Oct 5, 2017
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
ImageMagick version 7.0.7-2 contains a memory leak in ReadYCBCRImage in coders/ycbcr.c.
1Cisco
1Secure Firewall Management Center
May 13, 2026
Oct 5, 2017
N/A· v4
8.6 HIGH· v3
5.0 MEDIUM· v2
A vulnerability in SSL traffic decryption for Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to cause depletion of system memory, aka a Firepower Detection Engine SSL Decryp...Show more
A vulnerability in SSL traffic decryption for Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to cause depletion of system memory, aka a Firepower Detection Engine SSL Decryption Memory Consumption Denial of Service vulnerability. If this memory leak persists over time, a denial of service (DoS) condition could develop because traffic can cease to be forwarded through the device. The vulnerability is due to an error in how the Firepower Detection Snort Engine handles SSL traffic decryption and notifications to and from the Adaptive Security Appliance (ASA) handler. An attacker could exploit this vulnerability by sending a steady stream of malicious Secure Sockets Layer (SSL) traffic through the device. An exploit could allow the attacker to cause a DoS condition when the device runs low on system memory. This vulnerability affects Cisco Firepower Threat Defense (FTD) Software Releases 6.0.1 and later, running on any of the following Cisco products: Adaptive Security Appliance (ASA) 5500-X Series Next-Generation Firewalls, Firepower 2100 Series Security Appliances, Firepower 4100 Series Security Appliances, Firepower 9300 Series Security Appliances. Cisco Bug IDs: CSCve02069.Show less
1Google
1Android
May 13, 2026
Oct 4, 2017
N/A· v4
7.5 HIGH· v3
7.8 HIGH· v2
A vulnerability in the Android media framework (n/a). Product: Android. Versions: 7.0, 7.1.1, 7.1.2, 8.0. Android ID: A-63581671.
1Google
1Android
May 13, 2026
Oct 4, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
A denial of service vulnerability in the Android media framework (libstagefright). Product: Android. Versions: 7.0, 7.1.1, 7.1.2. Android ID: A-36531046.
4Canonical
DebianRedhat+1 more
6Debian Linux
DnsmasqEnterprise Linux Desktop+3 more
May 13, 2026
Oct 3, 2017
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Memory leak in dnsmasq before 2.78, when the --add-mac, --add-cpe-id or --add-subnet option is specified, allows remote attackers to cause a denial of service (memory consumption) via vectors involving DNS response creat...Show more
Memory leak in dnsmasq before 2.78, when the --add-mac, --add-cpe-id or --add-subnet option is specified, allows remote attackers to cause a denial of service (memory consumption) via vectors involving DNS response creation.Show less