Lucene search
+L

97 matches found

AlpineLinux
AlpineLinux
•added 2024/11/27 12:15 p.m.•19 views

CVE-2024-42328

When the webdriver for the Browser object downloads data from a HTTP server, the data pointer is set to NULL and is allocated only in curlwritecb when receiving data. If the server's response is an empty document, then wd-data in the code below will remain NULL and an attempt to read from it will...

5.5CVSS7.3AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
•added 2024/11/27 12:15 p.m.•11 views

UBUNTU-CVE-2024-42328

When the webdriver for the Browser object downloads data from a HTTP server, the data pointer is set to NULL and is allocated only in curlwritecb when receiving data. If the server's response is an empty document, then wd-data in the code below will remain NULL and an attempt to read from it will...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References3
CVE
CVE
•added 2024/11/27 12:04 p.m.•144 views

CVE-2024-42328

CVE-2024-42328 affects Zabbix’s Browser object webdriver when downloading data over HTTP. Root cause: the data pointer is set to NULL and only allocated in curl_write_cb; an empty HTTP response leaves wd->data NULL, causing a crash when read. Impact stated as a crash (potential denial of servi...

5.5CVSS7.2AI score0.00236EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
•added 2024/11/27 12:00 a.m.•9 views

PT-2024-9611 · Zabbix +3 · Zabbix +3

Name of the Vulnerable Software and Affected Versions: Browser object affected versions not specified Zabbix affected versions not specified Description: The issue is related to the handling of data downloaded from an HTTP server by the Browser object's web driver. When the server's response is a...

9.9CVSS6.6AI score0.78716EPSS
SaveExploits13References47
SUSE CVE
SUSE CVE
•added 2024/09/28 2:51 a.m.•9 views

SUSE CVE-2024-46856

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2024/09/27 12:42 p.m.•18 views

CVE-2024-46856 net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for the DP83825 models which causes a NULL pointer...

6.8AI score0.00178EPSS
SaveExploits0References2
Snyk
Snyk
•added 2024/08/12 4:48 p.m.•17 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read through the rpctensor structure. An attacker can read arbitrary memory addresses by manipulating the data pointer. PoC from pwn import ALLOCBUFFER = 0 GETALIGNMENT = 1 GETMAXSIZE = 2 BUFFERGETBASE = 3 FREEBUFFER = 4...

9.8CVSS7.1AI score0.00598EPSS
SaveExploits1References2
Snyk
Snyk
•added 2024/08/12 4:48 p.m.•15 views

Write-what-where Condition

Overview Affected versions of this package are vulnerable to Write-what-where Condition through the rpctensor structure. An attacker can write to arbitrary memory addresses by manipulating the data pointer. PoC from pwn import ALLOCBUFFER = 0 GETALIGNMENT = 1 GETMAXSIZE = 2 BUFFERGETBASE = 3...

10CVSS7.2AI score0.02607EPSS
SaveExploits1References2
NVD
NVD
•added 2024/08/12 3:15 p.m.•45 views

CVE-2024-42478

llama.cpp provides LLM inference in C/C++. The unsafe data pointer member in the rpctensor structure can cause arbitrary address reading. This vulnerability is fixed in b3561...

9.8CVSS0.00598EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
•added 2024/08/12 3:07 p.m.•39 views

CVE-2024-42479 llama.cpp allows write-what-where in rpc_server::set_tensor

llama.cpp provides LLM inference in C/C++. The unsafe data pointer member in the rpctensor structure can cause arbitrary address writing. This vulnerability is fixed in b3561...

10CVSS6.9AI score0.02607EPSS
SaveExploits1References2
OSV
OSV
•added 2024/08/12 3:07 p.m.•37 views

CVE-2024-42479 llama.cpp allows write-what-where in rpc_server::set_tensor

llama.cpp provides LLM inference in C/C++. The unsafe data pointer member in the rpctensor structure can cause arbitrary address writing. This vulnerability is fixed in b3561...

10CVSS8.4AI score
SaveExploits0References4
CVE
CVE
•added 2024/08/12 3:07 p.m.•121 views

CVE-2024-42479

In llama.cpp, a vulnerability exists in the unsafe data pointer member of the rpc_tensor structure, enabling arbitrary address writes via rpc_server::set_tensor. The issue is a code-level flaw in LLM inference code paths written in C/C++, with a root cause tied to the data pointer in the rpc_tens...

10CVSS9.4AI score0.02607EPSS
SaveExploits1References2Affected Software1
CVE
CVE
•added 2024/08/12 3:05 p.m.•104 views

CVE-2024-42478

CVE-2024-42478 concerns llama.cpp where an unsafe data pointer in the rpc_tensor structure can lead to arbitrary address reads. Several sources concur this is a code-level issue; the public CVE description states the vulnerability is fixed in b3561. Some connected advisories also advise upgrading...

9.8CVSS5.3AI score0.00598EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
•added 2024/08/12 12:00 a.m.•15 views

llama.cpp 安全漏洞

llama.cpp is a multimodal model. llama.cpp suffers from a remote code execution vulnerability that originates in the data pointer in the rpctensor structure, which can be exploited by an attacker to cause an arbitrary address to be read...

9.8CVSS8AI score0.00598EPSS
SaveExploits1References3
CNNVD
CNNVD
•added 2024/08/12 12:00 a.m.•17 views

llama.cpp 安全漏洞

llama.cpp is a multimodal model. A remote code execution vulnerability exists in llama.cpp, which originates in the data pointer in the rpctensor structure, and can be exploited by an attacker to cause an arbitrary address to be written...

10CVSS8AI score0.02607EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
•added 2024/08/12 12:00 a.m.•9 views

PT-2024-29975 · Llama.Cpp · Llama.Cpp

Name of the Vulnerable Software and Affected Versions: llama.cpp versions prior to b3561 Description: The issue is related to the rpc tensor structure in llama.cpp, which provides LLM inference in C/C++. The unsafe data pointer member can cause arbitrary address writing, potentially leading to...

10CVSS7.9AI score0.02607EPSS
SaveExploits1References40
SUSE CVE
SUSE CVE
•added 2024/08/06 2:00 a.m.•11 views

SUSE CVE-2024-42099

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix invalid dereferencing of indirect CCW data pointer Fix invalid dereferencing of indirect CCW data pointer in dasdeckddumpsense that leads to a kernel panic in error cases. When using indirect addressing for DASD CC...

7.8CVSS6.4AI score0.00216EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2024/07/31 9:18 a.m.•22 views

CVE-2024-42099

A vulnerability was found in the s390/dasd subsystem in the Linux Kernel, where an invalid dereferencing of an indirect Channel Command Word CCW data pointer could cause a kernel panic. The issue occurs due to the CCW Command Data Address CDA pointer used with indirect addressing IDAW, which need...

5.5CVSS6AI score0.00216EPSS
SaveExploits0References4
OSV
OSV
•added 2024/07/30 8:15 a.m.•10 views

DEBIAN-CVE-2024-42099

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix invalid dereferencing of indirect CCW data pointer Fix invalid dereferencing of indirect CCW data pointer in dasdeckddumpsense that leads to a kernel panic in error cases. When using indirect addressing for DASD CC...

5.5CVSS5.3AI score0.00216EPSS
SaveExploits0References1
NVD
NVD
•added 2024/07/30 8:15 a.m.•52 views

CVE-2024-42099

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix invalid dereferencing of indirect CCW data pointer Fix invalid dereferencing of indirect CCW data pointer in dasdeckddumpsense that leads to a kernel panic in error cases. When using indirect addressing for DASD CC...

7.8CVSS0.00216EPSS
SaveExploits0References2
Rows per page
Query Builder