Lucene search
+L

10900 matches found

OSV
OSV
added 2024/12/27 1:49 p.m.10 views

CVE-2024-53184 um: ubd: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the ubd instance. Otherwise, removing a ubd device will result in a crash: RIP: 0033:blkmqfreetagset+0x1f/0xba RSP:...

6.1AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.27 views

CVE-2024-53183 um: net: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

0.00247EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 1:49 p.m.14 views

CVE-2024-53183 um: net: Do not use drvdata in release

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the umlnet instance. Otherwise, removing a network device will result in a crash: RIP:...

6.2AI score
SaveExploits0References14
CVE
CVE
added 2024/12/27 1:49 p.m.2322 views

CVE-2024-53181

CVE-2024-53181 refers to a Linux kernel vulnerability where vector_device_release could crash due to using drvdata after release. The fix removes drvdata access in release and uses container_of() to obtain the vector_device instance, preventing a crash and kernel panic from a segfault. The issue ...

5.5CVSS6.5AI score0.00247EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/12/27 1:49 p.m.15 views

CVE-2024-53180 ALSA: pcm: Add sanity NULL check for the default mmap fault handler

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS6AI score
SaveExploits0References10
OSV
OSV
added 2024/12/27 11:08 a.m.10 views

OESA-2024-2587 golang security update

. Security Fixes: Calling any of the Parse functions on Go source code which contains deeply nested literals can cause a panic due to stack exhaustion.CVE-2024-34155 Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion. This is a...

7.5CVSS7.1AI score0.01127EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.6 views

PT-2024-36865 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.12.0 Description: The issue is related to a too strict alignment check in the create cache function, which can cause a kernel panic on certain systems, such as m68k, where the minimum alignment of unsigned lon...

7.5AI score0.00186EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/12/27 12:00 a.m.11 views

PT-2024-36926 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.12.0-rc2-0.0.0-devel-00004-g8b1b79e88956 Description: A vulnerability in the Linux kernel has been resolved, related to the pmdomain: imx: gpcv2: Adjust delay after power up handshake. The udelay5 is not enoug...

8.1CVSS7.7AI score0.00822EPSS
SaveExploits3References847
Github Security Blog
Github Security Blog
added 2024/12/23 7:29 p.m.43 views

Unsound usages of `u8` type casting in spl-token-swap

The library provides a safe public API unpack to cast u8 array to arbitrary types, which can cause to undefined behaviors. The length check of array can only prevent out-of-bound access on the return type. However, it can't prevent misaligned pointer when casting u8 pointer to a type aligned to...

7.1AI score
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/12/23 12:00 a.m.11 views

AlmaLinux 9 : skopeo (ALSA-2024:11217)

The remote AlmaLinux 9 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2024:11217 advisory. encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion CVE-2024-34156 Tenable...

7.5CVSS7.5AI score0.01127EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/12/19 12:00 a.m.15 views

RockyLinux 8 : container-tools:rhel8 (RLSA-2024:10289)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2024:10289 advisory. golang: math/big.Rat: may cause a panic or an unrecoverable fatal error if passed inputs with very large exponents CVE-2021-33198 podman: podman machine...

7.5CVSS7.1AI score0.034EPSS
SaveExploits2References7
Positive Technologies
Positive Technologies
added 2024/12/19 12:00 a.m.8 views

PT-2024-40969 · Solana · Solana Program Library

Name of the Vulnerable Software and Affected Versions: Solana Program Library affected versions not specified Description: The issue arises from the unpack function in the library, which can lead to undefined behavior when casting a u8 array to arbitrary types. This is due to the potential for...

7AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/12/17 8:00 p.m.21 views

Important: Red Hat Security Advisory: skopeo security update

An update for skopeo is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

7.5CVSS6.9AI score0.01127EPSS
SaveExploits0References2
AlmaLinux
AlmaLinux
added 2024/12/17 12:00 a.m.23 views

Important: skopeo security update

The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. Security Fixes: encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack...

7.5CVSS8.1AI score0.01127EPSS
SaveExploits0References4
GoogleProjectZero
GoogleProjectZero
added 2024/12/15 12:00 a.m.63 views

The Qualcomm DSP Driver - Unexpectedly Excavating an Exploit

Posted by Seth Jenkins, Google Project Zero This blog post provides a technical analysis of exploit artifacts provided to us by Google's Threat Analysis Group TAG from Amnesty International. Amnesty’s report on these exploits is available here. Thanks to both Amnesty International and Google's...

8.4CVSS8.1AI score0.00674EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:00 a.m.8 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-50031)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50031 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Stop the active perfmon before...

7.8CVSS6.1AI score0.00245EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/12/13 12:00 a.m.22 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-50040)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-50040 advisory. - In the Linux kernel, the following vulnerability has been resolved: igb: Do not bring the device up after...

5.5CVSS6AI score0.00258EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/12/12 2:18 p.m.7 views

Denial Of Service (DoS)

cosmossdk.io/math is vulnerable to Denial Of Service DoS. The vulnerability is due to insufficient bit-length validation in the sdk.Int and sdk.Dec types, which fails to properly enforce constraints, allowing unexpected conditions to cause a panic...

6.9AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/12/10 4:55 p.m.11 views

Panic in wasmvm can slow down block production

CWA-2024-008 Severity Medium Moderate + Likely^1 Affected versions: - wasmvm = 2.1.0, = 2.0.0, = 2.1.0, = 2.0.0, query wasm libwasmvm-version. It must show 1.5...

7AI score
SaveExploits0References6Affected Software3
GitLab Advisory Database
GitLab Advisory Database
added 2024/12/10 12:00 a.m.15 views

Panic in wasmvm can slow down block production

CWA-2024-008 Severity Medium Moderate + Likely^1 Affected versions: - wasmvm = 2.1.0, = 2.0.0, = 2.1.0, = 2.0.0, query wasm libwasmvm-version. It must show 1.5...

7AI score
SaveExploits0References7Affected Software1
Rows per page
Query Builder