Lucene search
+L

8007 matches found

RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.7 views

kernel: clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mp: improve error handling in imx8mpclocksprobe Replace ofiomap and kzalloc with devmofiomap and devmkzalloc which can automatically release the related memory when the device or driver is removed or unloaded to...

5.9AI score0.00205EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

A vulnerability in the Linux kernel affected the x86/mm code, specifically in the pfntokaddr macro. The issue arises when the macro does not correctly handle input as a 64-bit type, causing crashes on 64-bit platforms, especially for SEV-SNP guests, when processing addresses above the 1TB range...

5.5CVSS7.3AI score0.00219EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.18 views

kernel: drm/i915/dpt: Make DPT object unshrinkable

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm-boundlist. Then it tries to rewrite the PTEs via a stale CPU...

7.8CVSS6.8AI score0.00296EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: mm/khugepaged: fix ->anon_vma race

A vulnerability was found in the Linux kernel's memory management subsystem in the retractpagetables function. A race condition involving locks during page table removal may cause a use-after-free scenario...

7.8CVSS7.2AI score0.00194EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.21 views

kernel: net: esp: fix bad handling of pages from page_pool

In the Linux kernel, the following vulnerability has been resolved: net: esp: fix bad handling of pages from pagepool When the skb is reorganized during espoutput !esp-inline, the pages coming from the original skb fragments are supposed to be released back to the system through putpage. But if t...

9.8CVSS6.7AI score0.00656EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: drm/vmwgfx: Fix the lifetime of the bo cursor memory

A vulnerability was found in the drm/vmwgfx driver in the Linux kernel, concerning the lifetime management of the buffer object BO cursor memory. This issue occurs due to improper handling of the cursor memory's lifecycle, which could lead to use-after-free errors or crashes...

7.8CVSS7.3AI score0.00234EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.17 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
OSV
OSV
added 2024/11/11 2:15 p.m.15 views

UBUNTU-CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

7.8CVSS6.2AI score0.00214EPSS
SaveExploits0References17
SUSE Linux
SUSE Linux
added 2024/11/09 4:37 p.m.3 views

Security update for apache2

This update for apache2 fixes the following issues: CVE-2023-45802: HTTP/2 stream memory not reclaimed right away on RST bsc1216423. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run th...

7.5CVSS7.1AI score0.03024EPSS
SaveExploits1References4
NVD
NVD
added 2024/11/09 11:15 a.m.18 views

CVE-2024-50252

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumipip: Fix memory leak when changing remote IPv6 address The device stores IPv6 addresses that are used for encapsulation in linear memory that is managed by the driver. Changing the remote address of an ip6gre net...

5.5CVSS0.00218EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/09 10:15 a.m.38 views

CVE-2024-50252 mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumipip: Fix memory leak when changing remote IPv6 address The device stores IPv6 addresses that are used for encapsulation in linear memory that is managed by the driver. Changing the remote address of an ip6gre net...

0.00218EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/09 10:14 a.m.14 views

CVE-2024-50220 fork: do not invoke uffd on fork if error occurs

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

6.2AI score
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.7 views

mm: avoid leaving partial pfn mappings around in error case

...

7.8CVSS6.8AI score0.00246EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/11/09 12:00 a.m.5 views

PT-2024-34053 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.61 Description: A memory management issue in the Linux kernel has been identified, which can be exploited under memory pressure. The estimated number of potentially affected devices is not specified...

9.8CVSS7.6AI score0.01369EPSS
SaveExploits4References698
OSV
OSV
added 2024/11/08 6:15 a.m.4 views

DEBIAN-CVE-2024-50204

In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling freemntns will try to remove the copy from the rbtree which is...

5.5CVSS5.5AI score0.00177EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/11/08 5:54 a.m.12 views

CVE-2024-50199

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: skip HugeTLB pages for unusevma I got a bad pud error and lost a 1GB HugeTLB when calling swapoff. The problem can be reproduced by the following steps: 1. Allocate an anonymous 1GB HugeTLB and some other anonymous...

5.5CVSS5.7AI score0.00223EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.7 views

SUSE CVE-2024-50152

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix possible double free in smb2setea Clang static checkerscan-build warning: fs/smb/client/smb2ops.c:1304:2: Attempt to free released memory. 1304 | kfreeea; | ^ There is a double free in such case: 'ea is initializ...

5.5CVSS6.4AI score0.00481EPSS
SaveExploits0References16
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.10 views

The vulnerability of the ip_tunnel component in the Linux operating system’s kernel allows a hacker to gain elevated privileges within the system.

The vulnerability of the iptunnel component in the Linux operating system’s kernel is related to memory management errors after deallocation. Exploiting this vulnerability can allow an attacker to gain elevated privileges within the system...

8.8CVSS6.4AI score0.00245EPSS
SaveExploits0References33Affected Software6
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.13 views

The vulnerability of the mm component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the mm component in the Linux operating system’s kernel is related to incorrect error handling in the pudadvancedtests function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.5AI score0.00222EPSS
SaveExploits0References13Affected Software3
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.7 views

The vulnerability of the Linux operating system’s kernel’s ipv6 component allows attackers to gain elevated privileges within the system.

The vulnerability of the Linux operating system’s IPv6 kernel component is related to memory management errors after deallocation. Exploiting this vulnerability can allow an attacker to gain elevated privileges within the system...

8.8CVSS6.5AI score0.00269EPSS
SaveExploits0References42Affected Software8
Rows per page
Query Builder