Cyber Resilience

CVE-2026-5584

Medium

Published: 05 April 2026

Published
05 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score v4 5.5 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0039 31.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-5584 is a medium-severity Injection (CWE-74) vulnerability in Fosowl Agenticseek. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 31.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-39 (Process Isolation) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-5584 is a code injection vulnerability affecting Fosowl agenticSeek version 0.1.0. The issue resides in the PyInterpreter.execute function within the file sources/tools/PyInterpreter.py of the query Endpoint component. Published on 2026-04-05, it is rated with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-94 (Improper Control of Generation of Code).

Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low attack complexity. Manipulation of the affected function enables arbitrary code injection, potentially compromising confidentiality, integrity, and availability to a low degree.

Advisories from VULDB and a GitHub issue (August829/CVEP#29) document the finding, noting that the vendor was contacted early about the disclosure but provided no response. No patches or mitigations are referenced, and the exploit has been publicly disclosed, making it available for potential use.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability has been found in Fosowl agenticSeek 0.1.0. Impacted is the function PyInterpreter.execute of the file sources/tools/PyInterpreter.py of the component query Endpoint. Such manipulation leads to code injection. The attack can be launched remotely. The exploit has been disclosed…

more

to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Why these techniques?

The remote code injection vulnerability in the public-facing query endpoint's PyInterpreter.execute function directly enables exploitation of public-facing applications (T1190) and arbitrary Python code execution via the scripting interpreter (T1059.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-6603Shared CWE-74, CWE-94
CVE-2025-53890Shared CWE-94
CVE-2026-39891Shared CWE-94
CVE-2026-4998Shared CWE-74, CWE-94
CVE-2026-24002Shared CWE-74
CVE-2026-5631Shared CWE-74, CWE-94
CVE-2026-25481Shared CWE-94
CVE-2023-54345Shared CWE-94
CVE-2026-44887Shared CWE-94
CVE-2026-2008Shared CWE-74, CWE-94

Affected Assets

fosowl
agenticseek
0.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates code injection in PyInterpreter.execute by requiring validation and neutralization of untrusted query inputs to block special elements used for malicious code execution.

prevent

Enforces restrictions on information inputs to the query endpoint, preventing invalid or malicious payloads from reaching the vulnerable PyInterpreter.execute function.

prevent

Isolates the PyInterpreter process or execution environment, containing any injected code to prevent compromise of the broader system confidentiality, integrity, and availability.

References