U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2025-32381

Change History

New CVE Received from GitHub, Inc. 4/09/2025 12:15:26 PM

Action Type Old Value New Value
Added Description

								
							
							
						
XGrammar is an open-source library for efficient, flexible, and portable structured generation. Prior to 0.1.18, Xgrammar includes a cache for compiled grammars to increase performance with repeated use of the same grammar. This cache is held in memory. Since the cache is unbounded, a system making use of xgrammar can be abused to fill up a host's memory and case a denial of service. For example, sending many small requests to an LLM inference server with unique JSON schemas would eventually cause this denial of service to occur. This vulnerability is fixed in 0.1.18.
Added CVSS V3.1

								
							
							
						
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Added CWE

								
							
							
						
CWE-770
Added Reference

								
							
							
						
https://github.com/mlc-ai/xgrammar/pull/243
Added Reference

								
							
							
						
https://github.com/mlc-ai/xgrammar/security/advisories/GHSA-389x-67px-mjg3
Added Reference

								
							
							
						
https://github.com/vllm-project/vllm/pull/16283