Lucene search
K

109 matches found

Tenable Nessus
Tenable Nessus
added 2026/05/20 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-34159

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - llama.cpp is an inference of several LLM models in C/C++. Prior to version b8492, the RPC backend's deserializetensor skips all bounds validation when a tensor'...

9.8CVSS6.4AI score0.00534EPSS
Exploits2References2
EUVD
EUVD
added 2026/04/01 4:59 p.m.2 views

EUVD-2026-17975

llama.cpp is an inference of several LLM models in C/C++. Prior to version b8492, the RPC backend's deserializetensor skips all bounds validation when a tensor's buffer field is 0. An unauthenticated attacker can read and write arbitrary process memory via crafted GRAPHCOMPUTE messages. Combined...

9.8CVSS6.2AI score0.00534EPSS
Exploits2References3
Positive Technologies
Positive Technologies
added 2026/04/01 12:0 a.m.1 views

PT-2026-29570

Name of the Vulnerable Software and Affected Versions llama.cpp versions prior to b8492 Description A logic bug in the RPC backend's deserialize tensor function allows an unauthenticated attacker to read and write arbitrary process memory. This occurs because bounds validation is skipped when a...

9.8CVSS6.3AI score0.00534EPSS
Exploits2References24
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2026-33298

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - llama.cpp is an inference of several LLM models in C/C++. Prior to b7824, an integer overflow vulnerability in the ggmlnbytes function allows an attacker to...

7.8CVSS6AI score0.0002EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2026/03/13 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-27940

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - llama.cpp is an inference of several LLM models in C/C++. Prior to b8146, the ggufinitfromfileimpl in gguf.cpp is vulnerable to an Integer overflow, leading to ...

9.3CVSS5.9AI score0.00385EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2026/03/12 4:39 p.m.4 views

CVE-2026-27940 llama.cpp has a Heap Buffer Overflow via Integer Overflow in `mem_size` Calculation — Bypass of CVE-2025-53630 Fix

llama.cpp is an inference of several LLM models in C/C++. Prior to b8146, the ggufinitfromfileimpl in gguf.cpp is vulnerable to an Integer overflow, leading to an undersized heap allocation. Using the subsequent fread writes 528+ bytes of attacker-controlled data past the buffer boundary. This is...

7.8CVSS6AI score0.00023EPSS
Exploits1References1
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.3 views

llama.cpp 输入验证错误漏洞

Llama.cpp is a multimodal model developed by Georgi Gerganov. Prior versions of llama.cpp b8146 contained an input validation vulnerability; this vulnerability stemmed from an integer overflow in the ggufinitfromfileimpl function, which could lead to writing outside the buffer boundaries...

7.8CVSS6AI score0.00023EPSS
Exploits1References1
Positive Technologies
Positive Technologies
added 2026/03/12 12:0 a.m.1 views

PT-2026-24951

llama.cpp is an inference of several LLM models in C/C++. Prior to b8146, the gguf init from file impl in gguf.cpp is vulnerable to an Integer overflow, leading to an undersized heap allocation. Using the subsequent fread writes 528+ bytes of attacker-controlled data past the buffer boundary. Thi...

9.3CVSS6AI score0.00385EPSS
Exploits1References8
Positive Technologies
Positive Technologies
added 2026/02/06 12:0 a.m.1 views

PT-2026-6804

Name of the Vulnerable Software and Affected Versions ggml-org llama.cpp versions prior to 55abc39 Description A flaw exists in the GBNF Grammar Handler component of ggml-org llama.cpp. Specifically, the llama grammar advance stack function within the llama.cpp/src/llama-grammar.cpp file is...

4.8CVSS5.8AI score0.00019EPSS
Exploits0References9
CNNVD
CNNVD
added 2026/02/06 12:0 a.m.2 views

llama.cpp 安全漏洞

Llama.cpp is a multimodal model developed by Georgi Gerganov. Versions of Llama.cpp with the version number 55abc39 and earlier contain security vulnerabilities, which stem from a stack buffer overflow in the GBNF syntax processor...

4.8CVSS5.9AI score0.00019EPSS
Exploits0References9
OSV
OSV
added 2026/01/07 11:37 p.m.3 views

CVE-2026-21869 llama.cpp has Out-of-bounds Write in llama-server

llama.cpp is an inference of several LLM models in C/C++. In commits 55d4206c8 and prior, the ndiscard parameter is parsed directly from JSON input in the llama.cpp server's completion endpoints without validation to ensure it's non-negative. When a negative value is supplied and the context fill...

8.8CVSS6.4AI score0.0041EPSS
Exploits1References3
CVE
CVE
added 2026/01/07 11:37 p.m.7 views

CVE-2026-21869

CVE-2026-21869 affects llama.cpp prior to commit 55d4206c9, where the server’s completion endpoints parse the non‑negative constraint for the JSON input parameter n_discard without validation. A negative n_discard can cause a reversed range/offset in llama_memory_seq_rm/add, leading to out‑of‑bou...

9.8CVSS7.9AI score0.0041EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/07 12:0 a.m.6 views

PT-2026-2109

Name of the Vulnerable Software and Affected Versions llama.cpp versions prior to commit 55d4206c9 Description llama.cpp is an inference engine for several Large Language Models LLMs implemented in C/C++. The software parses the n discard parameter directly from JSON input in its completion...

9.8CVSS7.7AI score0.0041EPSS
Exploits1References14
OSV
OSV
added 2025/10/11 1:20 p.m.1 views

OESA-2025-2373 llama.cpp security update

Security Fixes: llama.cpp is an inference of several LLM models in C/C++. Prior to version b5721, there is a signed vs. unsigned integer overflow in llama.cpp's tokenizer implementation llamavocab::tokenize src/llama-vocab.cpp:3036 resulting in unintended behavior in tokens copying size compariso...

8.8CVSS7.1AI score0.00229EPSS
Exploits1References2
OSV
OSV
added 2025/10/11 1:20 p.m.1 views

OESA-2025-2372 llama.cpp security update

Security Fixes: llama.cpp is an inference of several LLM models in C/C++. Prior to version b5721, there is a signed vs. unsigned integer overflow in llama.cpp's tokenizer implementation llamavocab::tokenize src/llama-vocab.cpp:3036 resulting in unintended behavior in tokens copying size compariso...

8.8CVSS7.1AI score0.00229EPSS
Exploits1References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-21099

Malicious code in bioql PyPI...

9.8CVSS9AI score0.00182EPSS
Exploits1References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-19448

Malicious code in bioql PyPI...

9.8CVSS9AI score0.00182EPSS
Exploits1References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-39637

Malicious code in bioql PyPI...

7.5CVSS7.4AI score0.00271EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-30655

Malicious code in bioql PyPI...

8.8CVSS6.6AI score0.00269EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-19437

Malicious code in bioql PyPI...

9.8CVSS9AI score0.00234EPSS
Exploits1References2
Rows per page
Query Builder