CVE-2026-2096
Published: 10 February 2026
Description
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.
Mitigating Controls (NIST 800-53 r5)AI
Directly prohibits unauthenticated actions like reading, modifying, or deleting database contents through the vulnerable functionality.
Requires unique identification and authentication for non-organizational users, blocking unauthenticated remote attackers from exploiting the missing authentication.
Enforces approved access authorizations, ensuring authentication is required before allowing database read, modify, or delete operations.
Security SummaryAI
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.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
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).