Intel

AIKIDO-2026-529818

hydra-core is vulnerable to Code Injection

Code InjectionCVE-2026-68508 Published Yesterday

78

High Risk

This Affects:

PYTHONhydra-core
0.0.1 - 1.3.3
Fixed in 1.3.4
Are you affected? Scan for Free

TL;DR

Hydra's hydra.utils.instantiate() resolves and calls Python objects named by the _target_ string in a configuration node. When a consuming application passes untrusted configuration into this function, it can lead to arbitrary code execution, allowing reading or modifying files, credentials, and application state. The fix adds a default blocklist of high-risk callables and modules and permits an explicit allowlist override.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application passes untrusted config to hydra.utils.instantiate().

Background info

hydra-core is vulnerable to Code Injection in versions 0.0.1 - 1.3.3.

How to fix this

Upgrade the hydra-core library to the patch version.