Lucene search
+L

9998 matches found

NVD
NVD
added 2024/07/09 6:15 p.m.29 views

CVE-2024-39698

electron-updater allows for automatic updates for Electron apps. The file packages/electron-updater/src/windowsExecutableCodeSignatureVerifier.ts implements the signature validation routine for Electron applications on Windows. Because of the surrounding shell, a first pass by cmd.exe expands any...

7.5CVSS0.00336EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2024/07/09 10:4 a.m.8 views

less: OS command injection

An OS command injection flaw was found in Less. Since quoting is mishandled in filename.c, opening files with attacker-controlled file names can lead to OS command execution. Exploitation requires the LESSOPEN environment variable, which is set by default in many common cases...

8.6CVSS6.8AI score0.00628EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/07/09 10:3 a.m.12 views

less: OS command injection

An OS command injection flaw was found in Less. Since quoting is mishandled in filename.c, opening files with attacker-controlled file names can lead to OS command execution. Exploitation requires the LESSOPEN environment variable, which is set by default in many common cases...

8.6CVSS6.8AI score0.00628EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/07/08 6:41 p.m.37 views

Directus Allows Single Sign-On User Enumeration

Impact When relying on SSO providers in combination with local authentication it can be possible to enumerate existing SSO users in the instance. This is possible because if an email address exists in Directus and belongs to a known SSO provider then it will throw a "helpful" error that the user...

7.5CVSS6.8AI score0.00506EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/07/08 6:41 p.m.23 views

GHSA-JGF4-VWC3-R46V Directus Allows Single Sign-On User Enumeration

Impact When relying on SSO providers in combination with local authentication it can be possible to enumerate existing SSO users in the instance. This is possible because if an email address exists in Directus and belongs to a known SSO provider then it will throw a "helpful" error that the user...

8.7CVSS6.1AI score0.00506EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2024/07/08 11:44 a.m.8 views

less: OS command injection

An OS command injection flaw was found in Less. Since quoting is mishandled in filename.c, opening files with attacker-controlled file names can lead to OS command execution. Exploitation requires the LESSOPEN environment variable, which is set by default in many common cases...

8.6CVSS6.8AI score0.00628EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/07/06 2:58 a.m.6 views

SUSE CVE-2024-39482

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

6.5AI score0.00238EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/07/05 8:49 p.m.29 views

CVE-2024-39482

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

5.5CVSS6.8AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/05 7:15 a.m.5 views

DEBIAN-CVE-2024-39482

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/05 7:15 a.m.37 views

CVE-2024-39478

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

7.8CVSS0.00195EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/05 7:15 a.m.2 views

DEBIAN-CVE-2024-39478

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

5.5CVSS5AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/05 7:15 a.m.10 views

AZL-43264 CVE-2024-39482 affecting package kernel for versions less than 5.15.162.2-1

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/05 7:15 a.m.20 views

UBUNTU-CVE-2024-39478

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

7.8CVSS5.9AI score0.00195EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/05 7:15 a.m.7 views

UBUNTU-CVE-2024-39482

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

7.8CVSS6.2AI score0.00238EPSS
SaveExploits0References21
CVE
CVE
added 2024/07/05 6:55 a.m.136 views

CVE-2024-39482

CVE-2024-39482 (Linux kernel) : The vulnerability affects the bcache subsystem, specifically the btree_iter code path. The bug arises from a fixed-length array inside the btree_iter structure that is indexed out-of-bounds when iterators are created with dynamic size, triggering UBSAN complaints. ...

7.8CVSS7.1AI score0.00238EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.46 views

CVE-2024-39482 bcache: fix variable length array abuse in btree_iter

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

7.8CVSS0.00238EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.50 views

CVE-2024-39482 bcache: fix variable length array abuse in btree_iter

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

6.9AI score0.00238EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.53 views

CVE-2024-39478 crypto: starfive - Do not free stack buffer

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

7.8CVSS0.00195EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/07/05 12:0 a.m.9 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from allowing the use of variable-length buffers...

5.5CVSS8.3AI score0.00195EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/07/03 12:0 a.m.20 views

CBL Mariner 2.0 Security Update: less (CVE-2024-32487)

The version of less 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-32487 advisory. - less through 653 allows OS command execution via a newline character in the name of a file, because quoting is...

8.6CVSS7.2AI score0.00628EPSS
SaveExploits0References2
Rows per page
Query Builder