Cyber Posture

CVE-2026-32311

CriticalPublic PoC

Published: 20 April 2026

Published
20 April 2026
Modified
23 April 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0017 37.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Flowsint is an open-source OSINT graph exploration tool designed for cybersecurity investigation, transparency, and verification. Flowsint allows a user to create investigations, which are used to manage sketches and analyses. Sketches have controllable graphs, which are comprised of nodes and…

more

relationships. The sketches contain information on an OSINT target (usernames, websites, etc) within these nodes and relationships. The nodes can have automated processes execute on them called 'transformers'. A remote attacker can create a sketch, then trigger the 'org_to_asn' transform on an organization node to execute arbitrary OS commands as root on the host machine via shell metacharacters and a docker container escape. Commit b52cbbb904c8013b74308d58af88bc7dbb1b055c appears to remove the code that causes this issue.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly validates inputs to the 'org_to_asn' transformer on organization nodes to block shell metacharacters and prevent OS command injection.

prevent

Requires timely remediation of the specific flaw in the 'org_to_asn' transformer by applying the fixing commit b52cbbb904c8013b74308d58af88bc7dbb1b055c.

prevent

Enforces least privilege on Flowsint processes and Docker containers to limit the impact of successful command injection and host escape to root.

Security SummaryAI

CVE-2026-32311 is an OS command injection vulnerability (CWE-78) in Flowsint, an open-source OSINT graph exploration tool for cybersecurity investigations. The issue resides in the 'org_to_asn' transformer, which processes organization nodes within user-created sketches containing graphs of nodes and relationships tied to OSINT targets like usernames and websites. By injecting shell metacharacters, a remote attacker can exploit this to execute arbitrary OS commands as root on the host machine, facilitated by a Docker container escape. The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and was published on 2026-04-20.

Any remote attacker can exploit this vulnerability without authentication or user interaction by creating a malicious sketch and triggering the 'org_to_asn' transform on an organization node. Successful exploitation grants full root-level access to the host system, enabling complete compromise including data exfiltration, persistence, or further lateral movement.

The GitHub security advisory (GHSA-9g44-8xv2-f2m9) and fixing commit b52cbbb904c8013b74308d58af88bc7dbb1b055c detail the mitigation, which involves removing the vulnerable code in the 'org_to_asn' transformer implementation. Security practitioners should update Flowsint to at least this commit to prevent exploitation.

Details

CWE(s)

Affected Products

reconurge
flowsint
≤ 2025-11-17

AI Security AnalysisAI

AI Category
NLP and Transformers
Risk Domain
N/A
OWASP Top 10 for LLMs 2025
None mapped
MITRE ATLAS Techniques
None mapped
Classification Reason
Matched keywords: transformers

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.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1611 Escape to Host Privilege Escalation
Adversaries may break out of a container or virtualized environment to gain access to the underlying host.
Why these techniques?

CVE enables exploitation of public-facing application (T1190) via OS command injection into Unix shell (T1059.004), with Docker container escape to host root access (T1611).

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

References