lllyasviel / lllyasviel/ControlNet

[Security] Request contact info to report multiple vulnerabilities (deserialization/SSRF/RCE, etc.)

Open
#756 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.