You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Joblib dtype metadata crash PoC

This repository contains a minimal proof of concept for a malformed .joblib artifact that crashes joblib.load() by changing one dtype metadata byte from f8 to O8.

Files

  • array_float64.joblib: benign baseline numeric Joblib array.
  • dtype_o8.joblib: same size as baseline, one-byte dtype metadata mutation.
  • reproduce_dtype_o8.py: subprocess-based reproducer.
  • poc.zip: packaged PoC artifact.
  • sha256.txt: checksums.

Expected behavior

Malformed dtype metadata should raise a Python exception.

Actual behavior

Normal joblib.load("dtype_o8.joblib") crashes the Python process natively. The artifact contains no command-execution payload.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support