Lucene search
+L

18938 matches found

OSV
OSV
added 2024/08/16 11:07 a.m.5 views

OESA-2024-1982 vim security update

Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Securi...

5.3CVSS7.4AI score0.00366EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2024/08/16 7:00 a.m.4 views

net: mana: Fix possible double free in error handling path

...

7.8CVSS7.3AI score0.00233EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/08/16 7:00 a.m.8 views

ata: libata-core: Fix double free on error

...

7.8CVSS7.3AI score0.00244EPSS
SaveExploits0
OSV
OSV
added 2024/08/16 12:15 a.m.10 views

OSV-2024-985 Heap-double-free in libssh2_default_free

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69362 Crash type: Heap-double-free Crash state: libssh2defaultfree sessionfree libssh2sessionfree...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2024/08/16 12:05 a.m.15 views

OSV-2024-859 Heap-double-free in libssh2_default_free

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69726 Crash type: Heap-double-free Crash state: libssh2defaultfree diffiehellmanshaalgo kexmethoddiffiehellmangroup14keyexchange...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/08/16 12:00 a.m.13 views

PT-2024-40891 · Libssh2 · Libssh2

Name of the Vulnerable Software and Affected Versions: libssh2 affected versions not specified Description: The issue is related to a heap-double-free crash. Technical details about the crash include the involvement of the libssh2 default free function, session free, and libssh2 session free...

6.8AI score
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2024/08/15 7:00 a.m.11 views

X.509 Policy Constraints Double Locking

...

7.5CVSS7AI score0.0123EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/15 5:34 a.m.13 views

kernel: wifi: iwlwifi: read txq->read_ptr under lock

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: read txq-readptr under lock If we read txq-readptr without lock, we can read the same value twice, then obtain the lock, and reclaim from there to two different places, but crucially reclaim the same entry twice,...

8.8CVSS6.8AI score0.00347EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.9 views

kernel: stm class: Fix a double free in stm_register_device()

A vulnerability was found in the Linux kernel's stm class, where an improper memory management sequence in stmregisterdevice could lead to a double-free error. This issue occurs when the putdevice&stm-dev call triggers stmdevicerelease to free "stm", making the subsequent vfreestm call redundant...

7.8CVSS6.8AI score0.00251EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.7 views

kernel: stm class: Fix a double free in stm_register_device()

A vulnerability was found in the Linux kernel's stm class, where an improper memory management sequence in stmregisterdevice could lead to a double-free error. This issue occurs when the putdevice&stm-dev call triggers stmdevicerelease to free "stm", making the subsequent vfreestm call redundant...

7.8CVSS6.8AI score0.00251EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/14 12:00 a.m.55 views

RHEL 9 : kernel (RHSA-2024:5364)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:5364 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: gfs2: Fix kernel NULL pointer...

9.1CVSS7.5AI score0.02701EPSS
SaveExploits1References47
Tenable Nessus
Tenable Nessus
added 2024/08/14 12:00 a.m.54 views

RHEL 9 : kernel-rt (RHSA-2024:5365)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:5365 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirement...

9.1CVSS7.4AI score0.02701EPSS
SaveExploits1References47
OSV
OSV
added 2024/08/13 5:01 p.m.20 views

CLSA-2024-1723567849 kernel: Fix of 20 CVEs

net: fix dstnegativeadvice race CVE-2024-36971 - spec: update shim Conflicts, Provides keys - ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction CVE-2024-36902 - ipv6: prevent NULL dereference in ip6output CVE-2024-36901 - drm/amd/display: Atom Integrated System Info v22 for DCN35...

9.1CVSS6.8AI score0.02701EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2024/08/13 10:53 a.m.17 views

kernel: ext4: fix double-free of blocks due to wrong extents moved_len

A vulnerability was found in the Linux kernel. This issue occurs in the ext4 function, in ext4moveextents, where an error in updating the movedlen variable can lead to double-free of blocks and corrupt block accounting. This could lead to crashes or undefined behavior...

7.8CVSS7.2AI score0.00266EPSS
SaveExploits0References5
Microsoft KB
Microsoft KB
added 2024/08/13 7:00 a.m.478 views

July 9, 2024—KB5040437 (OS Build 20348.2582)

None None...

9.8CVSS6.8AI score0.84225EPSS
SaveExploits7
RedHat Linux
RedHat Linux
added 2024/08/13 12:13 a.m.9 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.00239EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/12 12:00 a.m.33 views

Vim < 9.1.0648 Double-Free

According to its version, the version of Vim installed on the remote host is prior to 9.1.0648. It is, therefore affected by a double free vulnerability. When abandoning a buffer, Vim may ask the user what to do with the modified buffer. If the user wants the changed buffer to be saved, Vim may...

4.2CVSS6.9AI score0.0031EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/08/09 12:00 a.m.43 views

Vim < 9.1.0647 Use-After-Free

According to its version, the version of Vim installed on the remote host is prior to 9.1.0647. It is, therefore affected by a use-after-free vulnerability. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that...

5.3CVSS6.2AI score0.00366EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.9 views

kernel: of: Fix double free in of_parse_phandle_with_args_map

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in ofparsephandlewithargsmap The Linux kernel CVE team has assigned CVE-2023-52679 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051750-CVE-2023-52679-948f@gregkh/T...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.12 views

kernel: ext4: fix double-free of blocks due to wrong extents moved_len

A vulnerability was found in the Linux kernel. This issue occurs in the ext4 function, in ext4moveextents, where an error in updating the movedlen variable can lead to double-free of blocks and corrupt block accounting. This could lead to crashes or undefined behavior...

7.8CVSS7.2AI score0.00266EPSS
SaveExploits0References5
Rows per page
Query Builder