Lucene search
+L

13606 matches found

NVD
NVD
added 2026/04/06 4:16 p.m.11 views

CVE-2026-34940

KubeAI is an AI inference operator for kubernetes. Prior to 0.23.2, the ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash ...

8.8CVSS0.00448EPSS
SaveExploits3References1
PyPA
PyPA
added 2026/04/06 4:16 p.m.24 views

PYSEC-2026-144

vLLM is an inference and serving engine for large language models LLMs. From 0.7.0 to before 0.19.0, the VideoMediaIO.loadbase64 method at vllm/multimodal/media/video.py splits video/jpeg data URLs by comma to extract individual JPEG frames, but does not enforce a frame count limit. The numframes...

6.5CVSS5.9AI score0.00464EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2026/04/06 3:49 p.m.54 views

CVE-2026-34940

KubeAI has a OS Command Injection vulnerability in the Ollama Engine startup probe. Before version 0.23.2, the ollamaStartupProbeScript() constructs a shell command via fmt.Sprintf using unsanitized model URL components (ref, modelParam) and runs it with bash -c as a Kubernetes startup probe. An ...

8.8CVSS6.1AI score0.00448EPSS
SaveExploits3References1Affected Software1
EUVD
EUVD
added 2026/04/06 3:49 p.m.19 views

EUVD-2026-19355

KubeAI is an AI inference operator for kubernetes. Prior to 0.23.2, the ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash ...

6.1AI score0.00448EPSS
SaveExploits3References1
Vulnrichment
Vulnrichment
added 2026/04/06 3:49 p.m.4 views

CVE-2026-34940 KubeAI has an OS Command Injection via Model URL in Ollama Engine startup probe allows arbitrary command execution in model pods

KubeAI is an AI inference operator for kubernetes. Prior to 0.23.2, the ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash ...

8.7CVSS6.1AI score0.00448EPSS
SaveExploits3References1
Cvelist
Cvelist
added 2026/04/06 3:49 p.m.37 views

CVE-2026-34940 KubeAI has an OS Command Injection via Model URL in Ollama Engine startup probe allows arbitrary command execution in model pods

KubeAI is an AI inference operator for kubernetes. Prior to 0.23.2, the ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash ...

8.7CVSS0.00448EPSS
SaveExploits3References1
OSV
OSV
added 2026/04/06 3:49 p.m.10 views

CVE-2026-34940 KubeAI has an OS Command Injection via Model URL in Ollama Engine startup probe allows arbitrary command execution in model pods

KubeAI is an AI inference operator for kubernetes. Prior to 0.23.2, the ollamaStartupProbeScript function in internal/modelcontroller/engineollama.go constructs a shell command string using fmt.Sprintf with unsanitized model URL components ref, modelParam. This shell command is executed via bash ...

8.7CVSS6.1AI score
SaveExploits0References3
CVE
CVE
added 2026/04/06 3:38 p.m.67 views

CVE-2026-34755

vLLM's VideoMediaIO.load_base64("video/jpeg") path has an unbounded frame-splitting bug: data.split(",") bypasses the intended frame-count limit (default 32) used by the binary path, allowing a single request with thousands of comma-separated base64 JPEG frames. This can cause the server to decod...

6.5CVSS6AI score0.00464EPSS
SaveExploits0References12Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/06 12:34 p.m.8 views

Security Bulletin: Vulnerabilities in llama_index_core bundled with IBM Fusion, IBM Fusion HCI and Content-Aware Storage.

Summary IBM Fusion, IBM Fusion HCI and Content-Aware Storage includes llamaindexcore which could allow Denial of Service DoS, steal proprietary models, poison cached embeddings, conduct symlink attacks. CVE-2025-5472, CVE-2024-12911, CVE-2024-12704, CVE-2025-5302, CVE-2025-7647. Vulnerability...

8.6CVSS7AI score0.00801EPSS
SaveExploits3Affected Software2
RedhatCVE
RedhatCVE
added 2026/04/06 10:57 a.m.9 views

CVE-2026-5546

A flaw has been found in Campcodes Complete Online Learning Management System 1.0. This impacts the function addlesson of the file /application/models/Crudmodel.php. This manipulation causes unrestricted upload. It is possible to initiate the attack remotely. The exploit has been published and ma...

6.5CVSS6.4AI score0.00257EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/06 10:57 a.m.11 views

CVE-2026-34788

Emlog is an open source website building system. In versions 2.6.2 and prior, a SQL injection vulnerability exists in include/model/tagmodel.php at line 168. The updateTagName function directly interpolates user input into the SQL query string without using parameterized queries or proper escapin...

6.5CVSS5.9AI score0.00343EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/06 7:58 a.m.20 views

BIT-NODE-MIN-2026-21716

An incomplete fix for CVE-2024-36137 leaves FileHandle.chmod and FileHandle.chown in the promises API without the required permission checks, while their callback-based equivalents fs.fchmod, fs.fchown were correctly patched. As a result, code running under --permission with restricted...

3.3CVSS6AI score0.00149EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/06 7:58 a.m.14 views

BIT-NODE-MIN-2026-21715

A flaw in Node.js Permission Model filesystem enforcement leaves fs.realpathSync.native without the required read permission checks, while all comparable filesystem functions correctly enforce them. As a result, code running under --permission with restricted --allow-fs-read can still use...

3.3CVSS6.3AI score0.00158EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/06 7:58 a.m.10 views

BIT-NODE-2026-21716

An incomplete fix for CVE-2024-36137 leaves FileHandle.chmod and FileHandle.chown in the promises API without the required permission checks, while their callback-based equivalents fs.fchmod, fs.fchown were correctly patched. As a result, code running under --permission with restricted...

3.3CVSS6.4AI score0.00149EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/06 7:58 a.m.11 views

BIT-NODE-MIN-2026-21711

A flaw in Node.js Permission Model network enforcement leaves Unix Domain Socket UDS server operations without the required permission checks, while all comparable network paths correctly enforce them. As a result, code running under --permission without --allow-net can create and expose local IP...

5.3CVSS6.5AI score0.00175EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/06 7:58 a.m.11 views

BIT-NODE-2026-21715

A flaw in Node.js Permission Model filesystem enforcement leaves fs.realpathSync.native without the required read permission checks, while all comparable filesystem functions correctly enforce them. As a result, code running under --permission with restricted --allow-fs-read can still use...

3.3CVSS6.3AI score0.00158EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/06 7:58 a.m.12 views

BIT-NODE-2026-21711

A flaw in Node.js Permission Model network enforcement leaves Unix Domain Socket UDS server operations without the required permission checks, while all comparable network paths correctly enforce them. As a result, code running under --permission without --allow-net can create and expose local IP...

5.3CVSS6.5AI score0.00175EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/04/06 7:27 a.m.19 views

CVE-2026-5530

A flaw was found in Ollama. A remote attacker can exploit this vulnerability by manipulating the Model Pull API's server/download.go file. This can lead to Server-Side Request Forgery SSRF, allowing the attacker to force the server to make requests to arbitrary network locations. Mitigation To...

6.5CVSS6AI score0.00297EPSS
SaveExploits2References6
Cvelist
Cvelist
added 2026/04/06 2:45 a.m.40 views

CVE-2026-5614 Belkin F9K1015 formSetPassword stack-based overflow

A security flaw has been discovered in Belkin F9K1015 1.00.10. Impacted is the function formSetPassword of the file /goform/formSetPassword. The manipulation of the argument webpage results in stack-based buffer overflow. The attack may be launched remotely. The exploit has been released to the...

9CVSS0.00687EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/04/06 2:45 a.m.6 views

CVE-2026-5614

A security flaw has been discovered in Belkin F9K1015 1.00.10. Impacted is the function formSetPassword of the file /goform/formSetPassword. The manipulation of the argument webpage results in stack-based buffer overflow. The attack may be launched remotely. The exploit has been released to the...

9CVSS7.7AI score0.00687EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder