Cyber Resilience

CVE-2026-32311

CriticalPublic PoCRCE

Published: 20 April 2026

Published
20 April 2026
Modified
22 May 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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.0051 39.2th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-32311 is a critical-severity OS Command Injection (CWE-78) vulnerability in Flowsint Flowsint. Its CVSS base score is 9.3 (Critical).

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

This vulnerability is AI-related — categorised as Other Platforms; in the Other ATLAS/OWASP Terms risk domain.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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.

CWE(s)

AI Security AnalysisAI

AI Category
Other Platforms
Risk Domain
Other ATLAS/OWASP Terms
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: transformers

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.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

CVEs Like This One

CVE-2018-25115Shared CWE-78
CVE-2025-24382Shared CWE-78
CVE-2026-29058Shared CWE-78
CVE-2024-57016Shared CWE-78
CVE-2024-46484Shared CWE-78
CVE-2015-10145Shared CWE-78
CVE-2026-30861Shared CWE-78
CVE-2020-37002Shared CWE-78
CVE-2026-27848Shared CWE-78
CVE-2025-0356Shared CWE-78

Affected Assets

flowsint
flowsint
all versions

Mitigating Controls

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.

References