CVE-2025-65104
Published: 17 April 2026
Summary
CVE-2025-65104 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Firebirdsql Firebird. Its CVSS base score is 7.9 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Databases (T1213.006); ranked at the 8.1th 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 SI-2 (Flaw Remediation) and RA-5 (Vulnerability Monitoring and Scanning).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires timely remediation of the Firebird FB3 client library vulnerability by upgrading to FB4 or higher to correct incorrect XSQLDA data length values and prevent information leakage.
Enables identification of systems with vulnerable Firebird FB3 client libraries through regular vulnerability scanning, facilitating targeted patching.
Ensures awareness and dissemination of the Firebird security advisory for CVE-2025-65104, prompting proactive upgrades to mitigate the client-server compatibility flaw.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Local info leak in DB client library directly enables unauthorized data retrieval from database repositories.
NVD Description
Firebird is an open-source relational database management system. In versions FB3 of the client library placed incorrect data length values into XSQLDA fields when communicating with FB4 or higher servers, resulting in an information leak. This issue is fixed by…
more
upgrading to the FB4 client or higher.
Deeper analysisAI
CVE-2025-65104 is a vulnerability in Firebird, an open-source relational database management system, specifically affecting the FB3 client library. When the FB3 client communicates with FB4 or higher servers, it places incorrect data length values into XSQLDA fields, resulting in an information leak. Published on 2026-04-17, the issue carries a CVSS v3.1 base score of 7.9 (AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:L) and is linked to CWE-200.
A local attacker with low privileges can exploit this vulnerability due to its low attack complexity and lack of required user interaction. Successful exploitation changes the scope, enabling low-impact confidentiality loss through the information leak, high-impact integrity disruption, and low-impact availability effects on the targeted system.
Firebird advisories recommend mitigation by upgrading to the FB4 client library or higher, which resolves the incorrect data length handling. Details are provided in the Firebird GitHub release notes for v4.0.0 and the security advisory at GHSA-mfpr-9886-xjhg.
Details
- CWE(s)