---
id: CVE-2024-12215
aliases:
  - GHSA-rm69-wvpv-r2w7
  - PYSEC-2026-1485
title: Kedro allows Remote Code Execution by Pulling Micro Packages
summary: Kedro allows Remote Code Execution by Pulling Micro Packages
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'
vendor: kedro
product: kedro
ecosystem: pip
affected:
  - kedro <= 0.19.8
published: '2025-03-20'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-rm69-wvpv-r2w7'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-12215'
  - url: 'https://github.com/kedro-org/kedro'
  - url: 'https://huntr.com/bounties/fad27503-97a4-4933-91d4-96223b8c54d8'
tags:
  - osv
  - pip
epss: 0.01077
epssPercentile: 0.63559
ingestedAt: '2026-07-08T18:25:52.873Z'
---

## Overview

In kedro-org/kedro version 0.19.8, the `pull_package()` API function allows users to download and extract micro packages from the Internet. However, the function `project_wheel_metadata()` within the code path can execute the `setup.py` file inside the tar file, leading to remote code execution (RCE) by running arbitrary commands on the victim's machine.

## Affected packages

- `kedro <= 0.19.8`

## Remediation

Refer to the advisory for the patched release.
