Cyber Resilience

CVE-2025-8052

SQLi in Opentext Flipper 3.1.2

Published
20 October 2025
Modified
28 October 2025
Patch / advisory
CVSS Score v4 1.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:A/VC:L/VI:L/VA:L/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:P/AU:Y/R:U/V:D/RE:M/U:Green
EPSS Score 0.0033 26th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-8052 is a low-severity SQL Injection: Hibernate (CWE-564) vulnerability in Opentext Flipper. Its CVSS base score is 1.0 (Low).

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

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

SQL Injection vulnerability in opentext Flipper allows SQL Injection.  The vulnerability could allow a low privilege user to interact with the database in unintended ways and extract data by interacting with the HQL processor. This issue affects Flipper: 3.1.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-8051Same product: Opentext Flipper
CVE-2025-8050Same product: Opentext Flipper
CVE-2025-8048Same product: Opentext Flipper
CVE-2025-8049Same product: Opentext Flipper
CVE-2025-8053Same product: Opentext Flipper
CVE-2023-7249Same vendor: Opentext
CVE-2024-6357Same vendor: Opentext
CVE-2023-7260Same vendor: Opentext
CVE-2025-8055Same vendor: Opentext
CVE-2025-13671Same vendor: Opentext

Affected Assets

opentext
flipper
3.1.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static analysis can discover dynamic-query construction flaws before deployment.

Input validation directly stops untrusted data from being concatenated into dynamic Hibernate queries.

Requiring documented secure-development standards and tools reduces use of unsafe dynamic SQL patterns.

Secure engineering principles require parameterized queries or ORM-safe APIs instead of string-built SQL.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent dynamic SQL construction from untrusted input.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect injection flaws but does not prevent them at design time.

prevents

Secure SDLC mandates input validation and ORM usage that reduce dynamic SQL injection risk.

prevents

Application security requirements include secure query construction and ORM parameter binding.

prevents

Secure architecture principles discourage dynamic SQL but do not directly address Hibernate misuse.

prevents

Secure coding explicitly requires parameterized queries and safe Hibernate usage to prevent injection.

degrades

Access restrictions limit data exposure but do not stop injection into queries.

References