Cyber Resilience

CVE-2026-2096

Critical

Published: 10 February 2026

Published
10 February 2026
Modified
13 February 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:N/SI:N/SA:N/E:X/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.0052 40.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-2096 is a critical-severity Authentication Bypass Using an Alternate Path or Channel (CWE-288) vulnerability in Flowring Agentflow. 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 40.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 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2026-2096 is a Missing Authentication vulnerability (CWE-288) in Agentflow, a product developed by Flowring. Published on 2026-02-10, it enables unauthenticated remote attackers to read, modify, and delete database contents through a specific functionality. 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), indicating critical severity due to its network accessibility, low attack complexity, and lack of required privileges or user interaction.

Unauthenticated attackers can exploit this vulnerability remotely over the network without any prerequisites. Successful exploitation grants full control over the database, allowing arbitrary read, modification, and deletion of contents, which could lead to complete data compromise, tampering, or destruction.

Mitigation guidance is detailed in advisories from the Flowring forum at https://forum.flowring.com/post/view?bid=72&id=45611&tpg=1&ppg=1&sty=1#45939 and TWCERT at https://www.twcert.org.tw/en/cp-139-10700-3534d-2.html and https://www.twcert.org.tw/tw/cp-132-10699-49c0b-1.html. Security practitioners should consult these sources for patches, workarounds, or configuration changes to address the issue.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Agentflow developed by Flowring has a Missing Authentication vulnerability, allowing unauthenticated remote attackers to read, modify, and delete database contents by using a specific functionality.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

Missing authentication enables unauthenticated remote exploitation of a public-facing application (T1190), granting arbitrary database read (T1213.006), modification (T1565.001), and deletion (T1485).

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

CVEs Like This One

CVE-2026-2095Same product: Flowring Agentflow
CVE-2026-2097Same product: Flowring Agentflow
CVE-2026-44574Shared CWE-288
CVE-2025-2747Shared CWE-288
CVE-2025-69101Shared CWE-288
CVE-2026-2628Shared CWE-288
CVE-2025-64121Shared CWE-288
CVE-2026-22733Shared CWE-288
CVE-2026-44575Shared CWE-288
CVE-2025-50904Shared CWE-288

Affected Assets

flowring
agentflow
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prohibits unauthenticated actions like reading, modifying, or deleting database contents through the vulnerable functionality.

prevent

Requires unique identification and authentication for non-organizational users, blocking unauthenticated remote attackers from exploiting the missing authentication.

prevent

Enforces approved access authorizations, ensuring authentication is required before allowing database read, modify, or delete operations.

References