Lucene search
+L

1001 matches found

Cvelist
Cvelist
added 2025/02/07 7:59 p.m.27 views

CVE-2025-25183 vLLM using built-in hash() from Python 3.12 leads to predictable hash collisions in vLLM prefix cache

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Maliciously constructed statements can lead to hash collisions, resulting in cache reuse, which can interfere with subsequent responses and cause unintended behavior. Prefix caching makes use of Python's built-i...

2.6CVSS0.00187EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/07 7:59 p.m.9 views

CVE-2025-25183 vLLM using built-in hash() from Python 3.12 leads to predictable hash collisions in vLLM prefix cache

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Maliciously constructed statements can lead to hash collisions, resulting in cache reuse, which can interfere with subsequent responses and cause unintended behavior. Prefix caching makes use of Python's built-i...

2.6CVSS3.5AI score0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/07 7:59 p.m.13 views

CVE-2025-25183 vLLM using built-in hash() from Python 3.12 leads to predictable hash collisions in vLLM prefix cache

vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Maliciously constructed statements can lead to hash collisions, resulting in cache reuse, which can interfere with subsequent responses and cause unintended behavior. Prefix caching makes use of Python's built-i...

2.6CVSS4.3AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/02/06 8:0 p.m.49 views

vLLM uses Python 3.12 built-in hash() which leads to predictable hash collisions in prefix cache

Summary Maliciously constructed prompts can lead to hash collisions, resulting in prefix cache reuse, which can interfere with subsequent responses and cause unintended behavior. Details vLLM's prefix caching makes use of Python's built-in hash function. As of Python 3.12, the behavior of hashNon...

2.6CVSS3.3AI score0.00187EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/02/06 8:0 p.m.20 views

GHSA-RM76-4MRF-V9R8 vLLM uses Python 3.12 built-in hash() which leads to predictable hash collisions in prefix cache

Summary Maliciously constructed prompts can lead to hash collisions, resulting in prefix cache reuse, which can interfere with subsequent responses and cause unintended behavior. Details vLLM's prefix caching makes use of Python's built-in hash function. As of Python 3.12, the behavior of hashNon...

2.6CVSS3.3AI score0.00187EPSS
SaveExploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2025/01/28 10:8 p.m.15 views

Security Bulletin: A vulnerability in messagepack affects IBM Robotic Process Automation and my result in excessive CPU consumption (CVE-2024-48924).

Summary A vulnerability in messagepack affects IBM Robotic Process Automation and my result in excessive CPU consumption. Messagepack is used by IBM Robotic Process Automation to serialize and deserialize data. This bulleten identifies the fixes required to resolve the vulnerability. Vulnerabilit...

8.7CVSS6.9AI score0.00371EPSS
SaveExploits0Affected Software1
CNNVD
CNNVD
added 2024/12/30 12:0 a.m.10 views

free-one-api 安全漏洞

free-one-api is open source software developed by RockChinQ, which is a LLM Large Language Model reverse engineering interface management tool. A security vulnerability exists in versions of free-one-api prior to 1.0.1, which stems from the fact that MD5, which is used to hash passwords before...

6.9CVSS6.5AI score0.00335EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/12/18 4:23 a.m.11 views

Use Of A Broken Or Risky Cryptographic Algorithm

github.com/beego/beego is vulnerable to Use of a Broken or Risky Cryptographic Algorithm. The vulnerability is due to the use of MD5 as a hashing algorithm, which allows two different inputs to produce the same hash value...

7.5CVSS6.7AI score0.00342EPSS
SaveExploits0References3Affected Software1
Ubuntu
Ubuntu
added 2024/11/14 2:39 p.m.26 views

USN-7049-2: PHP vulnerabilities

USN-7049-1 fixed vulnerabilities in PHP. This update provides the corresponding updates for Ubuntu 16.04 LTS and Ubuntu 18.04 LTS. Original advisory details: It was discovered that PHP incorrectly handled parsing multipart form data. A remote attacker could possibly use this issue to inject...

7.5CVSS7.2AI score0.01054EPSS
SaveExploits2
Veracode
Veracode
added 2024/10/25 8:30 a.m.10 views

Denial Of Service (DoS)

MessagePack is vulnerable to a Denial Of Service DoS. This vulnerability is due to hash collisions triggered by specially crafted data, which allows an attacker to cause excessive CPU consumption during deserialization of untrusted data. A workaround involves creating a custom hash function by...

8.7CVSS6.7AI score0.00371EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/10/17 8:36 p.m.63 views

CVE-2024-48924

CVE-2024-48924 affects MessagePack-CSharp: deserializing untrusted MessagePack data can cause DoS via hash collisions, causing high CPU usage and potential stack overflow. The issue mirrors an earlier hash-collision advisory and is mitigated by upgrading to a patched library version and applying ...

8.7CVSS6.8AI score0.00371EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/17 8:36 p.m.19 views

CVE-2024-48924 MessagePack allows untrusted data to lead to DoS attack due to hash collisions and stack overflow

Impact When this library is used to deserialize messagepack data from an untrusted source, there is a risk of a denial of service attack by an attacker that sends data contrived to produce hash collisions, leading to large CPU consumption disproportionate to the size of the data being deserialize...

8.7CVSS6.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/17 8:36 p.m.40 views

CVE-2024-48924 MessagePack allows untrusted data to lead to DoS attack due to hash collisions and stack overflow

Impact When this library is used to deserialize messagepack data from an untrusted source, there is a risk of a denial of service attack by an attacker that sends data contrived to produce hash collisions, leading to large CPU consumption disproportionate to the size of the data being deserialize...

8.7CVSS0.00371EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/10/17 8:36 p.m.20 views

CVE-2024-48924 MessagePack allows untrusted data to lead to DoS attack due to hash collisions and stack overflow

Impact When this library is used to deserialize messagepack data from an untrusted source, there is a risk of a denial of service attack by an attacker that sends data contrived to produce hash collisions, leading to large CPU consumption disproportionate to the size of the data being deserialize...

8.7CVSS7.1AI score0.00371EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/10/17 7:30 p.m.28 views

MessagePack allows untrusted data to lead to DoS attack due to hash collisions and stack overflow

Impact When this library is used to deserialize messagepack data from an untrusted source, there is a risk of a denial of service attack by an attacker that sends data contrived to produce hash collisions, leading to large CPU consumption disproportionate to the size of the data being deserialize...

8.7CVSS6.7AI score0.00371EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/10/17 7:30 p.m.24 views

GHSA-4QM4-8HG2-G2XM MessagePack allows untrusted data to lead to DoS attack due to hash collisions and stack overflow

Impact When this library is used to deserialize messagepack data from an untrusted source, there is a risk of a denial of service attack by an attacker that sends data contrived to produce hash collisions, leading to large CPU consumption disproportionate to the size of the data being deserialize...

8.7CVSS6.6AI score0.00371EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/10 4:43 p.m.6 views

GHSA-4GFW-WF7C-W6G2 Authd allows attacker-controlled usernames to yield controllable UIDs

CVE description: Authd, through version 0.3.6, did not sufficiently randomize user IDs to prevent collisions. A local attacker who can register user names could spoof another user's ID and gain their privileges. ----- original report ----- Cause authd assigns user IDs as a pure function of the us...

7.5CVSS7.7AI score0.00281EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2024/10/03 12:0 a.m.32 views

Amazon Linux 2 : xerces-j2 (ALAS-2024-2649)

The version of xerces-j2 installed on the remote host is prior to 2.11.0-17. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2024-2649 advisory. Apache Xerces2 Java Parser before 2.12.0 allows remote attackers to cause a denial of service CPU consumption via a crafted...

7.8CVSS7.4AI score0.17461EPSS
SaveExploits0References4
Amazon
Amazon
added 2024/10/02 12:0 a.m.9 views

Medium: xerces-j2

Issue Overview: Apache Xerces2 Java Parser before 2.12.0 allows remote attackers to cause a denial of service CPU consumption via a crafted message to an XML service, which triggers hash table collisions. CVE-2012-0881 There's a vulnerability within the Apache Xerces Java XercesJ XML parser when...

7.8CVSS7.1AI score0.17461EPSS
SaveExploits0
Amazon
Amazon
added 2024/10/02 12:0 a.m.29 views

Medium: xerces-j2

Issue Overview: Apache Xerces2 Java Parser before 2.12.0 allows remote attackers to cause a denial of service CPU consumption via a crafted message to an XML service, which triggers hash table collisions. CVE-2012-0881 There's a vulnerability within the Apache Xerces Java XercesJ XML parser when...

7.8CVSS7.5AI score0.17461EPSS
SaveExploits0
Rows per page
Query Builder