Add CVE-2026-22778 vLLM Information Disclosure Template#15358
Open
radraccoon wants to merge 3 commits intoprojectdiscovery:mainfrom
Open
Add CVE-2026-22778 vLLM Information Disclosure Template#15358radraccoon wants to merge 3 commits intoprojectdiscovery:mainfrom
radraccoon wants to merge 3 commits intoprojectdiscovery:mainfrom
Conversation
Tested against mock vLLM servers: - Vulnerable (PIL BytesIO leak): template fires, extracts 0x address — true positive - Patched (generic error): template silent — true negative Validated with nuclei v3.7.0.
Author
VerificationTested against mock vLLM API servers (Node.js) simulating both vulnerable and patched responses: True Positive (vulnerable mock — PIL BytesIO memory leak in error): True Negative (patched mock — generic error without memory address): Template correctly:
Validated with nuclei v3.7.0. Pushed |
Separate raw blocks don't share extracted variables in nuclei.
Merged GET /v1/models and POST /v1/chat/completions into one raw
block so {{model_id}} flows correctly. Combined duplicate extractors
keys. Verified: 1 TP + 1 TN against mock servers.
Contributor
|
Hi @radraccoon, Could you please run Nuclei with the -debug flag and share the debug output? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds nuclei template for CVE-2026-22778 - vLLM information disclosure via PIL exception memory leak.
Details
Detection Method
Non-destructive two-step API probe:
Validation
References
create_error_responsevllm-project/vllm#32319