CVE-2025-46724 CRITICAL

CVE-2025-46724: Langroid has a Code Injection vulnerability in TableChatAgent

Vendor Langroid
Product langroid
Weakness CWE-94 · Code injection
Published May 20, 2025
Last update May 20, 2025

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

Langroid is a Python framework to build large language model (LLM)-powered applications. Prior to version 0.53.15, `TableChatAgent` uses `pandas eval()`. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. Langroid 0.53.15 sanitizes input to `TableChatAgent` by default to tackle the most common attack vectors, and added several warnings about the risky behavior in the project documentation.

Key dates

02Disclosure timeline

May 20, 2025 CVE published
May 20, 2025 Record updated