๐Ÿ” CVE Alert

CVE-2026-58449

CRITICAL 9.8

txtai - Unauthenticated Remote Code Execution via Unsafe Reflection in API /reindex function Parameter

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

txtai through 9.10.0, fixed in commit 11b32da, exposes an API /reindex endpoint whose function body parameter is resolved through txtai.util.Resolver, which performs __import__ and getattr on the caller-supplied dotted path with no allowlist. When the API is exposed with no TOKEN configured (authentication is opt-in, so all endpoints are unauthenticated) and the index is configured writable, a remote attacker can set function to an arbitrary callable such as subprocess.getoutput, achieving remote code execution as the server process during reindexing. Exploitation requires those deployment conditions (API exposed, no TOKEN, writable index); it is not the default configuration. The fix gates the endpoint behind a new reindex configuration flag.

CWE CWE-94
Vendor neuml
Product txtai
Published Jun 30, 2026
Stay Ahead of the Next One

Get instant alerts for neuml txtai

Be the first to know when new critical vulnerabilities affecting neuml txtai are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

neuml / txtai
0 โ‰ค 9.10.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/neuml/txtai/issues/1111 github.com: https://github.com/neuml/txtai/issues/1122 github.com: https://github.com/neuml/txtai/commit/11b32da720f03276199ebc5583c15fc5d1ccafd3 vulncheck.com: https://www.vulncheck.com/advisories/txtai-unauthenticated-remote-code-execution-via-unsafe-reflection-in-api-reindex-function-parameter

Credits

George Chen