Lucene search
+L

2023 matches found

CNVD
CNVD
added 2025/06/17 12:00 a.m.10 views

Information Disclosure Vulnerability in Various ABB Products (CNVD-2025-13332)

ABB ASPECT-Enterprise is a scalable building energy management and control solution.ABB NEXUS Series is a monitoring and control management system.ABB MATRIX Series is an embedded IoT ASPECT control engine designed to provide flexible field control for medium to large field control applications. ...

7.6CVSS6.5AI score0.00196EPSS
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/06/10 4:41 a.m.7 views

Malicious code in base-hashing (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 0d016b179f42c303733681ba512975f7ad0b2b792e55f57239c9303cecf8bfee Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/06/10 4:41 a.m.7 views

MAL-2025-4815 Malicious code in base-hashing (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 0d016b179f42c303733681ba512975f7ad0b2b792e55f57239c9303cecf8bfee Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/06/10 12:00 a.m.14 views

TimeWak: Temporal Chained-Hashing Watermark for Time Series Data

Synthetic time series generated by diffusion models enable sharing privacy-sensitive datasets, such as patients' functional MRI records. Key criteria for synthetic data include high data utility and traceability to verify the data source. Recent watermarking methods embed in homogeneous latent...

6.8AI score
SaveExploits0
SUSE Linux
SUSE Linux
added 2025/06/09 6:34 p.m.4 views

Security update for go1.24

This update for go1.24 fixes the following issues: go1.24.4 released 2025-06-05 includes security fixes to the crypto/x509, net/http, and os packages, as well as bug fixes to the linker, the go command, and the hash/maphash and os packages. bsc1236217 go1.24 release tracking CVE-2025-22874...

8.9CVSS7.3AI score0.00604EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2025/05/30 12:53 a.m.26 views

CVE-2025-48925

The TeleMessage service through 2025-05-05 relies on the client side e.g., the TM SGNL app to do MD5 hashing, and then accepts the hash as the authentication credential...

4.3CVSS6.7AI score0.00254EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/30 12:53 a.m.24 views

CVE-2025-48931

The TeleMessage service through 2025-05-05 relies on MD5 for password hashing, which opens up various attack possibilities including rainbow tables with low computational effort...

3.2CVSS7.2AI score0.00086EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/05/30 12:00 a.m.7 views

HCL Glovius Cloud 安全漏洞

HCL Glovius Cloud is a modern CAD viewer for Windows, iOS, Android and Web browsers from HCL India. HCL Glovius Cloud has a security vulnerability that stems from the use of an outdated hashing algorithm that could lead to brute force cracking or dictionary attacks...

6.8CVSS6.6AI score0.00154EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/29 5:15 p.m.9 views

PYSEC-2025-43

vLLM is an inference and serving engine for large language models LLMs. In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image...

7.3CVSS7.2AI score0.00294EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/05/29 4:36 p.m.14 views

CVE-2025-46722 vLLM has a Weakness in MultiModalHasher Image Hashing Implementation

vLLM is an inference and serving engine for large language models LLMs. In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image...

4.2CVSS4.6AI score0.00294EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/29 4:36 p.m.200 views

CVE-2025-46722

The CVE-2025-46722 entry concerns vLLM (versions 0.7.0–0.8.x) where MultiModalHasher in vllm/multimodal/hasher.py hashes PIL.Image.Image objects using only obj.tobytes(). This excludes image metadata (width, height, mode), enabling two images with identical pixel data but different shapes to yiel...

7.3CVSS4.6AI score0.00294EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/29 4:36 p.m.9 views

CVE-2025-46722 vLLM has a Weakness in MultiModalHasher Image Hashing Implementation

vLLM is an inference and serving engine for large language models LLMs. In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image...

4.2CVSS6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/05/29 4:36 p.m.30 views

CVE-2025-46722 vLLM has a Weakness in MultiModalHasher Image Hashing Implementation

vLLM is an inference and serving engine for large language models LLMs. In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image...

4.2CVSS0.00294EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/05/28 6:03 p.m.26 views

vLLM has a Weakness in MultiModalHasher Image Hashing Implementation

Summary In the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image objects using only obj.tobytes, which returns only the raw pixel data, without including metadata such as the...

7.3CVSS6.6AI score0.00294EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2025/05/28 6:03 p.m.10 views

Incomplete Comparison with Missing Factors

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Incomplete Comparison with Missing Factors due to the implementation of image hashing in hasher.py. An attacker can achieve hash collisions and...

7.3CVSS6.9AI score0.00294EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/28 6:03 p.m.11 views

GHSA-C65P-X677-FGJ6 vLLM has a Weakness in MultiModalHasher Image Hashing Implementation

Summary In the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image objects using only obj.tobytes, which returns only the raw pixel data, without including metadata such as the...

4.2CVSS7AI score0.00294EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/28 5:15 p.m.9 views

CVE-2025-48931

The TeleMessage service through 2025-05-05 relies on MD5 for password hashing, which opens up various attack possibilities including rainbow tables with low computational effort...

5.5CVSS5.8AI score0.00086EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/28 5:15 p.m.39 views

CVE-2025-48931

The TeleMessage service through 2025-05-05 relies on MD5 for password hashing, which opens up various attack possibilities including rainbow tables with low computational effort...

5.5CVSS0.00086EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/28 5:15 p.m.13 views

CVE-2025-48925

The TeleMessage service through 2025-05-05 relies on the client side e.g., the TM SGNL app to do MD5 hashing, and then accepts the hash as the authentication credential...

7.5CVSS5.8AI score0.00254EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/28 5:15 p.m.27 views

CVE-2025-48925

The TeleMessage service through 2025-05-05 relies on the client side e.g., the TM SGNL app to do MD5 hashing, and then accepts the hash as the authentication credential...

7.5CVSS0.00254EPSS
SaveExploits0References1
Rows per page
Query Builder