Intel

AIKIDO-2026-10736

amazon-braket-sdk is vulnerable to Deserialization of Untrusted Data

Deserialization of Untrusted Data Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published May 5, 2026

48

Medium Risk

This Affects:

PYTHONamazon-braket-sdk
1.10.0 - 1.116.0
Fixed in 1.117.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package insecurely allowed pickle deserialization when loading job results or checkpoints, which can lead to arbitrary code execution if untrusted serialized data is processed. An attacker able to supply or tamper with data in PICKLED_V4 format could craft a malicious payload that executes code during deserialization when functions such as job.result(), load_job_result(), or load_job_checkpoint() are called. This issue is mitigated by disabling pickle deserialization by default and requiring allow_pickle=True to explicitly opt in.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

amazon-braket-sdk is vulnerable to Deserialization of Untrusted Data in versions 1.10.0 - 1.116.0.

How to fix this

Upgrade the amazon-braket-sdk library to the patch version.