Lucene search
+L

1408 matches found

RedhatCVE
RedhatCVE
added 2024/04/09 6:55 p.m.25 views

CVE-2024-3446

A double free vulnerability was found in QEMU virtio devices virtio-gpu, virtio-serial-bus, virtio-crypto, where the memreentrancyguard flag insufficiently protects against DMA reentrancy issues. This issue could allow a malicious privileged guest user to crash the QEMU process on the host,...

8.2CVSS8.2AI score0.00281EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 5:24 p.m.35 views

CVE-2024-26782

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

4.7CVSS6.7AI score0.00714EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/04 9:15 a.m.18 views

CVE-2024-26792

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.31 views

CVE-2024-26782

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix double-free on socket dismantle when MPTCP server accepts an incoming connection, it clones its listener socket. However, the pointer to 'inetopt' for the new socket has the same value as the original one: as a...

9.8CVSS7.2AI score0.00714EPSS
SaveExploits0
CVE
CVE
added 2024/04/04 8:20 a.m.223 views

CVE-2024-26782

In CVE-2024-26782, the Linux kernel mptcp code is affected: when a server accepts a connection, it clones the listener socket and the new socket’s inet_opt pointer ends up pointing to the same object as the original. This leads to a double-free on socket destruction (inet_sock_destruct) at exit, ...

9.8CVSS6.1AI score0.00714EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.22 views

CVE-2024-26704 ext4: fix double-free of blocks due to wrong extents moved_len

In the Linux kernel, the following vulnerability has been resolved: ext4: fix double-free of blocks due to wrong extents movedlen In ext4moveextents, movedlen is only updated when all moves are successfully executed, and only discards originode and donorinode preallocations when movedlen is not...

7.8CVSS6.9AI score0.00266EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/03 2:55 p.m.215 views

CVE-2024-26704

CVE-2024-26704 affects the Linux kernel ext4 filesystem. The issue was a double-free of blocks in ext4_move_extents: moved_len was only updated when all moves succeeded, causing potential overlap with preallocated extents to be freed twice and triggering a zero-division in mb_update_avg_fragment_...

7.8CVSS6AI score0.00266EPSS
SaveExploits0References10Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/04/02 12:00 a.m.45 views

Oracle Linux 8 / 9 : Unbreakable Enterprise kernel (ELSA-2024-12255)

The remote Oracle Linux 8 / 9 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2024-12255 advisory. 5.15.0-204.147.6.3 - netfilter: nftables: reject QUEUE/DROP verdict parameters Florian Westphal Orabug: 36464807 CVE-2024-1086 Tenable has extracted the...

7.8CVSS7.3AI score0.28058EPSS
SaveExploits16References2
OSV
OSV
added 2024/03/28 3:52 a.m.9 views

MGASA-2024-0098 Updated tcpreplay packages fix security vulnerabilities

Within tcpreplay's tcprewrite, a double free vulnerability has been identified in the tcpeditdltcleanup function within plugins/dltplugins.c. This vulnerability can be exploited by supplying a specifically crafted file to the tcprewrite binary. This flaw enables a local attacker to initiate a...

6.5CVSS6.3AI score0.00673EPSS
SaveExploits2References3
Positive Technologies
Positive Technologies
added 2024/03/26 12:00 a.m.6 views

PT-2025-2441 · FFmpeg +2 · Ffmpeg +2

Name of the Vulnerable Software and Affected Versions: FFmpeg version n6.1.1 Description: The issue is a double-free vulnerability in the fftools/ffmpeg mux init.c component of FFmpeg, specifically within the new stream audio function. This vulnerability occurs in the audio processing component o...

10CVSS5.7AI score0.00715EPSS
SaveExploits0References74
Tenable Nessus
Tenable Nessus
added 2024/03/21 12:00 a.m.59 views

Ubuntu 23.10 : Linux kernel (ARM laptop) vulnerabilities (USN-6707-2)

The remote Ubuntu 23.10 host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6707-2 advisory. Lonial Con discovered that the netfilter subsystem in the Linux kernel did not properly handle element deactivation in certain cases, leading to a...

7.8CVSS8AI score0.28058EPSS
SaveExploits16References5
Tenable Nessus
Tenable Nessus
added 2024/03/20 12:00 a.m.63 views

Ubuntu 22.04 LTS / 23.10 : Linux kernel vulnerabilities (USN-6707-1)

The remote Ubuntu 22.04 LTS / 23.10 host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6707-1 advisory. Lonial Con discovered that the netfilter subsystem in the Linux kernel did not properly handle element deactivation in certain cases, leading to ...

7.8CVSS7.2AI score0.28058EPSS
SaveExploits16References5
CVE
CVE
added 2024/03/18 12:26 p.m.132 views

CVE-2024-2002

CVE-2024-2002 describes a double-free in libdwarf when processing a multiply-corrupted DWARF object, where an allocation may be freed twice, leading to unpredictable results. Multiple connected advisories (Red Hat, CBL Mariner, Tencent/TSSA, Azure Linux, etc.) confirm libdwarf as the vulnerable c...

7.5CVSS7.3AI score0.01089EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/18 12:26 p.m.24 views

CVE-2024-2002 Libdwarf: crashes randomly on fuzzed object

A double-free vulnerability was found in libdwarf. In a multiply-corrupted DWARF object, libdwarf may try to deallocfree an allocation twice, potentially causing unpredictable and various results...

7.5CVSS7.1AI score0.01089EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.21 views

CVE-2021-47123

In the Linux kernel, the following vulnerability has been resolved: iouring: fix ltout double free on completion race Always remove linked timeout on iolinktimeoutfn from the master request link list, otherwise we may get use-after-free when first iolinktimeoutfn puts linked timeout in the fail...

7.8CVSS6.5AI score0.00219EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.26 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.2AI score0.00252EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/04 6:06 p.m.33 views

CVE-2021-47082 tun: avoid double free in tun_free_netdev

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS7.7AI score0.00252EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/03/04 6:06 p.m.42 views

CVE-2021-47082

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.8AI score0.00252EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/02/29 3:33 a.m.15 views

yyjson has a Double Free vulnerability

Summary The pool series allocator poolmalloc/poolfree/poolrealloc by yysjon has a Double Free vulnerability, which may lead to arbitrary address writing and Denial of Service DoS attacks. Arbitrary address writing, combined with other legitimate or illegitimate operations of programs using this...

8.6CVSS7.3AI score0.01836EPSS
SaveExploits1References10Affected Software1
OSV
OSV
added 2024/02/29 3:33 a.m.9 views

GHSA-WHX6-M9J4-W2M2 yyjson has a Double Free vulnerability

Summary The pool series allocator poolmalloc/poolfree/poolrealloc by yysjon has a Double Free vulnerability, which may lead to arbitrary address writing and Denial of Service DoS attacks. Arbitrary address writing, combined with other legitimate or illegitimate operations of programs using this...

8.8CVSS8.7AI score0.01836EPSS
SaveExploits1References10
Rows per page
Query Builder