Lucene search
+L

684 matches found

RedHat Linux
RedHat Linux
added 2024/10/30 12:39 a.m.6 views

kernel: mm/sparsemem: fix race in accessing memory_section->usage

A race condition was found on a PFN in the Linux Kernel, which can fall into the device memory region with the system memory configuration. Normal zone start and end PFNs contain the device memory PFNs as well, and the compaction triggered will try on the device memory PFNs and end up in NOP. Thi...

4.7CVSS6.8AI score0.00294EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.6 views

kernel: xfs: add bounds checking to xlog_recover_process_data

A vulnerability has been identified within the Linux kernel's xlogrecoverprocessdata function. Specifically, the function lacks proper bounds checking on the space allocated for the fixed members of the xlogopheader structure during log record processing. This omission can lead to an out-of-bound...

7.1CVSS7.1AI score0.00224EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.5 views

kernel: xfs: add bounds checking to xlog_recover_process_data

A vulnerability has been identified within the Linux kernel's xlogrecoverprocessdata function. Specifically, the function lacks proper bounds checking on the space allocated for the fixed members of the xlogopheader structure during log record processing. This omission can lead to an out-of-bound...

7.1CVSS7.1AI score0.00224EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46796

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

7.8CVSS5.9AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 8:15 a.m.5 views

UBUNTU-CVE-2024-46796

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

7.8CVSS6.5AI score0.00208EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.5 views

Heap buffer overflow in virtio_crypto_sym_op_helper()

...

6.5CVSS6.7AI score0.00234EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 9:8 a.m.13 views

CVE-2024-42278 ASoC: TAS2781: Fix tasdev_load_calibrated_data()

In the Linux kernel, the following vulnerability has been resolved: ASoC: TAS2781: Fix tasdevloadcalibrateddata This function has a reversed if statement so it's either a no-op or it leads to a NULL dereference...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/29 7:15 a.m.10 views

UBUNTU-CVE-2024-41014

In the Linux kernel, the following vulnerability has been resolved: xfs: add bounds checking to xlogrecoverprocessdata There is a lack of verification of the space occupied by fixed members of xlogopheader in the xlogrecoverprocessdata. We can create a crafted image to trigger an out of bounds re...

7.1CVSS6.3AI score0.00224EPSS
SaveExploits0References23
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a lack of validation of the space occupied by the xlogopheader fixed member in xlogrecoverprocessdata...

7.1CVSS6.6AI score0.00224EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/18 12:0 p.m.3 views

RUSTSEC-2024-0403 op_panic in the base runtime can force a panic in the runtime's containing thread

Affected versions use denocore releases that expose Deno.core.ops.oppanic to the JS runtime in the base core This function when called triggers a manual panic in the thread containing the runtime, breaking sandboxing It can be fixed by stubbing out the exposed op: javascript Deno.core.ops.oppanic...

7AI score
SaveExploits0References3
RustSec
RustSec
added 2024/07/18 12:0 p.m.9 views

op_panic in the base runtime can force a panic in the runtime's containing thread

Affected versions use denocore releases that expose Deno.core.ops.oppanic to the JS runtime in the base core This function when called triggers a manual panic in the thread containing the runtime, breaking sandboxing It can be fixed by stubbing out the exposed op: javascript Deno.core.ops.oppanic...

7AI score
SaveExploits0
RustSec
RustSec
added 2024/07/18 12:0 p.m.9 views

op_panic in the base runtime can force a panic in the runtime's containing thread

Affected versions use denocore releases that expose Deno.core.ops.oppanic to the JS runtime in the base core This function when called triggers a manual panic in the thread containing the runtime. It can be fixed by stubbing out the exposed op: javascript Deno.core.ops.oppanic = msg = throw new...

7AI score
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2024/07/03 12:0 a.m.9 views

PT-2024-27723 · Msi · Msi Center

Name of the Vulnerable Software and Affected Versions: MSI Center versions 2.0.36.0 and earlier Description: A local privilege escalation vulnerability has been identified in MSI Center, allowing a low-privileged user to arbitrarily overwrite or delete high-privileged and critical files on a...

6.8CVSS7.1AI score0.0086EPSS
SaveExploits1References14
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.4 views

kernel: wifi: brcm80211: handle pmk_op allocation failure

A vulnerability was found in the Linux kernel's Wi-Fi cfg80211.c driver, where a lack of proper checks can result in a NULL pointer dereference. This issue occurs when the brcmfpmksav3op function attempts to call malloc , but the physical memory has run out. In this situation, kzalloc will return...

5.5CVSS7.2AI score0.00274EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/30 3:35 p.m.15 views

CVE-2024-36951 drm/amdkfd: range check cp bad op exception interrupts

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: range check cp bad op exception interrupts Due to a CP interrupt bug, bad packet garbage exception codes are raised. Do a range check so that the debugger and runtime do not receive garbage codes. Update the user api ...

5.5CVSS6AI score0.00222EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/05/27 9:59 a.m.22 views

CVE-2021-47563

A vulnerability was found in the Linux kernel's ice driver, where the addpbleprm function improperly manages the reference counting of the bpfprog object. This issue occurs during the VSI rebuild process, causing a reference count underflow when an old program is mistakenly decremented while stil...

5.5CVSS9AI score0.0021EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.18 views

CVE-2021-47563

In the Linux kernel, the following vulnerability has been resolved: ice: avoid bpfprog refcount underflow Ice driver has the routines for managing XDP resources that are shared between ndobpf op and VSI rebuild flow. The latter takes place for example when user changes queue count on an interface...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/02 7:1 a.m.22 views

CVE-2023-52636 libceph: just wait for more data to be available on the socket

In the Linux kernel, the following vulnerability has been resolved: libceph: just wait for more data to be available on the socket A short read may occur while reading the message footer from the socket. Later, when the socket is ready for another read, the messenger invokes all readpartial...

6.8AI score0.00225EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/04/01 8:35 a.m.26 views

CVE-2024-26654 ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs

In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard-timer could schedule the spudmawork and the spudmawork could also arm the dreamcastcard-timer. When the sndpcmsubstream is closing, the aicachannel wi...

6.8AI score0.00255EPSS
SaveExploits0References9
OSV
OSV
added 2024/03/06 11:20 a.m.23 views

BIT-TENSORFLOW-2021-29512 Heap buffer overflow in `RaggedBinCount`

TensorFlow is an end-to-end open source platform for machine learning. If the splits argument of RaggedBincount does not specify a valid SparseTensorhttps://www.tensorflow.org/apidocs/python/tf/sparse/SparseTensor, then an attacker can trigger a heap buffer overflow. This will cause a read from...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References3
Rows per page
Query Builder