Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
pickle-rce-poc – AI Model by dashimubounty-bit | AlphaNeural AI
You can deploy this model and start earning money today!
dashimubounty-bit
/
pickle-rce-poc
like
0
apache-2.0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
license: apache-2.0 tags:
pickle
rce
deserialization
security
Pickle RCE Proof of Concept
Vulnerability
Remote Code Execution in pickle.load() via unsafe deserialization
Root Cause
pickle module internally executes arbitrary code during unpickling
PoC Files
File
Description
poc.pkl
Basic RCE confirmation
Reproduction
python
1
import
pickle
2
pickle
.
load
(
open
(
'poc.pkl'
,
'rb'
)
)
(
)
# Trigger