Lucene search
+L

1450 matches found

Cvelist
Cvelist
added 2026/07/01 3:11 p.m.49 views

CVE-2026-24264

NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause improper handling of highly compressed data. A successful exploit of this vulnerability might lead to denial of service...

7.5CVSS0.00721EPSS
SaveExploits0References3
Nvidia
Nvidia
added 2026/06/30 12:00 a.m.39 views

Security Bulletin: NVIDIA Triton Inference Server - June 2026

NVIDIA has released a software update for NVIDIA® Triton Inference Server. To protect your system, clone or update this software to Triton Server r26.04 or later from the NVIDIA Triton Inference Server GitHub repo. Go to NVIDIA Product Security. Details The following table summarizes the potentia...

7.5CVSS5.7AI score0.00721EPSS
SaveExploits0Affected Software1
Snyk
Snyk
added 2026/06/29 7:29 p.m.10 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the SortingImpl.getValidSortingRules process. An attacker can infer the values of restricted fields by analyzing the order of rows returned through both JSON:API and GraphQL read paths. Remediation There is no...

5.3CVSS6AI score0.00281EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/06/29 4:39 a.m.22 views

CVE-2026-53923

A flaw was found in vLLM. Integer truncation of tensor dimensions in vLLM's GGUF dequantize kernels leads to partial tensor processing. This results in the output tensor retaining previously used GPU memory, which, in multi-tenant inference deployments, can expose sensitive tensor data from other...

7.5CVSS5.7AI score0.00484EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/06/25 7:32 p.m.14 views

Critical: Red Hat Security Advisory: Red Hat AI Inference Server 3.3.5 (CUDA)

Red Hat AI Inference Server 3.3.5 CUDA is now available. Red Hat® AI Inference Server...

9.8CVSS6.7AI score0.03723EPSS
SaveExploits10References23
RedHat Linux
RedHat Linux
added 2026/06/25 7:30 p.m.13 views

Critical: Red Hat Security Advisory: Red Hat AI Inference Server 3.3.5 (ROCm)

Red Hat AI Inference Server 3.3.5 ROCm is now available. Red Hat® AI Inference Server...

9.8CVSS6.9AI score0.03723EPSS
SaveExploits10References25
RedHat Linux
RedHat Linux
added 2026/06/25 7:29 p.m.14 views

Critical: Red Hat Security Advisory: Red Hat AI Inference Server 3.3.5 (Spyre)

Red Hat AI Inference Server 3.3.5 Spyre is now available. Red Hat® AI Inference Server...

9.8CVSS6.7AI score0.03723EPSS
SaveExploits8References22
RedHat Linux
RedHat Linux
added 2026/06/25 6:29 p.m.19 views

Important: Red Hat Security Advisory: Red Hat AI Inference Server Model Optimization Tools 3.3.5 (CUDA)

Red Hat AI Inference Server Model Optimization Tools 3.3.5 CUDA is now available. Red Hat® AI Inference Server Model Optimization Tools...

9.1CVSS6.9AI score0.0068EPSS
SaveExploits5References19
NVD
NVD
added 2026/06/22 11:16 p.m.33 views

CVE-2026-54235

vLLM is an inference and serving engine for large language models LLMs. Prior to 0.23.1rc0, ll temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagat...

6.9CVSS0.0045EPSS
SaveExploits1References3
NVD
NVD
added 2026/06/22 11:16 p.m.17 views

CVE-2026-53923

vLLM is an inference and serving engine for large language models LLMs. From 0.5.5 until 0.23.1rc0, integer truncation of tensor dimensions in vLLM's GGUF dequantize kernels csrc/quantization/gguf/ggufkernel.cu causes partial tensor processing. The output tensor is allocated at full size via...

7.5CVSS0.00484EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/17 6:18 p.m.35 views

CVE-2026-53805

NVIDIA Spatial Intelligence Lab's SIL GEN3C contains an unauthenticated remote code execution vulnerability in the inference API server where the /request-inference and /seed-model endpoints deserialize raw HTTP request bodies using Python's pickle.loads without authentication or input validation...

9.8CVSS0.00872EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/06/17 4:44 p.m.36 views

CVE-2026-53805 NVIDIA SIL GEN3C Unauthenticated RCE via Pickle Deserialization in Inference API

NVIDIA Spatial Intelligence Lab's SIL GEN3C contains an unauthenticated remote code execution vulnerability in the inference API server where the /request-inference and /seed-model endpoints deserialize raw HTTP request bodies using Python's pickle.loads without authentication or input validation...

9.8CVSS0.00872EPSS
SaveExploits1References4
OSV
OSV
added 2026/06/17 4:44 p.m.12 views

CVE-2026-53805 NVIDIA SIL GEN3C Unauthenticated RCE via Pickle Deserialization in Inference API

NVIDIA Spatial Intelligence Lab's SIL GEN3C contains an unauthenticated remote code execution vulnerability in the inference API server where the /request-inference and /seed-model endpoints deserialize raw HTTP request bodies using Python's pickle.loads without authentication or input validation...

9.3CVSS7.8AI score
SaveExploits0References7
CVE
CVE
added 2026/06/17 4:44 p.m.58 views

CVE-2026-53805

CVE-2026-53805 affects NVIDIA Spatial Intelligence Lab’s GEN3C. It describes an unauthenticated remote code execution vulnerability in the inference API server, exploitable via /request-inference and /seed-model endpoints that deserialize raw HTTP bodies with Python pickle.loads() without authent...

9.8CVSS6.3AI score0.00872EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/06/17 4:44 p.m.14 views

EUVD-2026-37762

NVIDIA Spatial Intelligence Lab's SIL GEN3C contains an unauthenticated remote code execution vulnerability in the inference API server where the /request-inference and /seed-model endpoints deserialize raw HTTP request bodies using Python's pickle.loads without authentication or input validation...

9.8CVSS6.3AI score0.00872EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/06/17 2:02 p.m.40 views

vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels

Summary All temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors tha...

6.9CVSS5.6AI score0.0045EPSS
SaveExploits1References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/17 12:00 a.m.34 views

PT-2026-50472

Name of the Vulnerable Software and Affected Versions vLLM versions 0.5.5 through 0.23.1rc0 Description Integer truncation of tensor dimensions in GGUF dequantize kernels within csrc/quantization/gguf/gguf kernel.cu leads to partial tensor processing. The output tensor is allocated at full size...

7.5CVSS5.8AI score0.00484EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2026/06/11 2:59 a.m.18 views

CVE-2026-41697

A flaw was found in Spring Data Relational. This vulnerability allows a remote attacker to perform boolean-based blind data inference by supplying wildcard characters in externally-controlled input when using StringMatcher in Query By Example QBE. This can lead to the disclosure of sensitive...

4.8CVSS5.7AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/06/11 2:59 a.m.18 views

CVE-2026-53674

BuddyPress 14.4.0 contains a regular expression injection vulnerability in the activity mention resolver that, when username compatibility mode is enabled, allows attackers to manipulate a REGEXP database clause by crafting mention names containing regex metacharacters. Attackers can submit...

7.1CVSS5.5AI score0.00367EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/06/11 12:00 a.m.32 views

PT-2026-50511

Name of the Vulnerable Software and Affected Versions NVIDIA Spatial Intelligence Lab's SIL GEN3C affected versions not specified Description The inference API server contains an unauthenticated remote code execution flaw. The endpoints '/request-inference' and '/seed-model' deserialize raw HTTP...

10CVSS6.8AI score0.00872EPSS
SaveExploits1References14
Rows per page
Query Builder