Intel

AIKIDO-2026-694817

speechbrain is vulnerable to Deserialization of Untrusted Data

Deserialization of Untrusted DataCVE-2026-10036 Published 2 days ago

88

High Risk

This Affects:

PYTHONspeechbrain
0.0.1 - 1.1.0
Fixed in 1.1.1
Are you affected? Scan for Free

TL;DR

The checkpoint recovery logic in the Checkpointer parses CKPT.yaml metadata files with PyYAML's unsafe Loader. During candidate enumeration in recover_if_possible(), any checkpoint metadata file found in the configured checkpoint path is deserialized, so metadata containing Python object construction tags instantiates arbitrary objects. Loading checkpoints from a path that contains untrusted metadata therefore leads to arbitrary code execution, even when the malicious checkpoint is never selected for recovery. The fix switches checkpoint metadata parsing to SafeLoader.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you recover checkpoints from a path that can contain untrusted checkpoint metadata files.

Background info

speechbrain is vulnerable to Deserialization of Untrusted Data in versions 0.0.1 - 1.1.0.

How to fix this

Upgrade the speechbrain library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform