CVE-2026-33310 HIGH

CVE-2026-33310: Intake has a Command Injection via shell() Expansion in Parameter Defaults

Vendor Intake
Product intake
Weakness CWE-78
Published March 24, 2026
Last update March 24, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

Intake is a package for finding, investigating, loading and disseminating data. Prior to version 2.0.9, the shell() syntax within parameter default values appears to be automatically expanded during the catalog parsing process. If a catalog contains a parameter default such as shell(<command>), the command may be executed when the catalog source is accessed. This means that if a user loads a malicious catalog YAML, embedded commands could execute on the host system. Version 2.0.9 mitigates the issue by making getshell False by default everywhere.

Key dates

02Disclosure timeline

March 24, 2026 CVE published
March 24, 2026 Record updated