Added security testbed for llamafactory CVE-2024-52803#185
Merged
copybara-service[bot] merged 2 commits intogoogle:mainfrom Feb 9, 2026
Merged
Added security testbed for llamafactory CVE-2024-52803#185copybara-service[bot] merged 2 commits intogoogle:mainfrom
copybara-service[bot] merged 2 commits intogoogle:mainfrom
Conversation
Contributor
mzfr
commented
Jan 14, 2026
- Added Llama factory CVE-2024-52803 plugin tsunami-security-scanner-plugins#751
Contributor
giacomo-doyensec
left a comment
There was a problem hiding this comment.
Hello @mzfr, thanks for your contribution!
The overall testbed looks fine I just added some suggestions in the comments down below.
| - Run Vulnerable Version Only | ||
|
|
||
| ```bash | ||
| docker-compose up llama-factory-vulnerable |
Contributor
There was a problem hiding this comment.
Suggested change
| docker-compose up llama-factory-vulnerable | |
| docker compose up llama-factory-vulnerable |
| - Run Safe/Patched Version Only | ||
|
|
||
| ```bash | ||
| docker-compose up llama-factory-safe |
Contributor
There was a problem hiding this comment.
Suggested change
| docker-compose up llama-factory-safe | |
| docker compose up llama-factory-safe |
| - Run Both Versions Simultaneously | ||
|
|
||
| ```bash | ||
| docker-compose up |
Contributor
There was a problem hiding this comment.
Suggested change
| docker-compose up | |
| docker compose up |
| Reference PoC: https://gist.github.com/superboy-zjc/f2d2b93ae511c445ba97e144b70e534d | ||
|
|
||
| ```sh | ||
| uv run poc_verify.py --url http://localhost:7860 --cmd "echo poc-vuln" |
Contributor
There was a problem hiding this comment.
Suggested change
| uv run poc_verify.py --url http://localhost:7860 --cmd "echo poc-vuln" | |
| uv run --with requests poc_verify.py --url http://localhost:<port> --cmd "echo poc-vuln" |
… and tsunami-scanner info
tooryx
approved these changes
Feb 5, 2026
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.