Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

PoC: Joblib ACE via Unrestricted Pickle Deserialization

CVE: Pending CVSS: 9.8 Critical Target: joblib/joblib

Proof of concept demonstrating arbitrary code execution via crafted .joblib file. NumpyUnpickler has zero security restrictions — no find_class override, no opcode filtering.

Files

  • poc_joblib_ace.joblib — 34-byte malicious .joblib file (executes id)
  • poc_joblib_ace.py — PoC generator script

Reproduce

python3 -c "import joblib; joblib.load('poc_joblib_ace.joblib')"

Discovered by 0xiviel / Eva Crystal (XSource Security)

Downloads last month
6