lllyasviel / lllyasviel/ControlNet
[Security] Request contact info to report multiple vulnerabilities (deserialization/SSRF/RCE, etc.)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.1k
- Forks
- 3k
- PR merge metrics
- No merged PRs in 30d
Description
@lllyasviel , hello.
During my usage/audit of this project, I discovered several security-related issues:
YAML deserialization vulnerability (yaml.load can lead to arbitrary code execution)
Torch model deserialization vulnerability (torch.load can lead to RCE)
SSRF / arbitrary URL request vulnerability (urlopen without validation can access internal resources)
Pickle deserialization vulnerability (pickle.load can lead to RCE)
Since these vulnerability details should not be disclosed publicly, could you please provide a private contact method (e.g., email, temporary chat, or a private issue) so that I can send you the full details, exploit chains, and suggested fixes?
Thank you for your open source work. Looking forward to your reply.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the reported yaml.load, torch.load, urlopen, and pickle.load call sites, then prepare the exploit details and suggested fixes for private disclosure; the immediate issue is complete when a secure contact channel is provided and the report is received.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- security
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100