CVE-2025-65104
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFirebird 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 upgrading to the FB4 client or higher.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Firebird 3 client library incorrectly populates data length values in XSQLDA (Extended SQL Descriptor Area) fields when communicating with Firebird 4 or higher servers, causing an information leak through disclosure of incorrect metadata about returned data values.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 3.0.14CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Firebird client library versionOn Linux, run 'dpkg -l | grep firebird' or 'rpm -qa | grep firebird' to list installed Firebird packages. On Windows, check the file version of fbclient.dll in the Firebird bin directory or system32 folder.Affected if The Firebird client library package version is shown as less than 3.0.14
-
Locate the Firebird client library fileSearch for libfbclient.so (Linux) or fbclient.dll (Windows) on the system using 'find / -name libfbclient.so 2>/dev/null' or checking typical installation paths like /usr/lib/firebird or C:\Program Files\Firebird\Affected if The library file exists and its embedded version information (viewable via 'strings' or file properties) shows a version below 3.0.14
-
Determine if client connects to Firebird 4 or higher serversReview application configuration, connection strings, or database server addresses to identify if any connections target Firebird server version 4.0 or higher. Check connection parameters or server inventory for the target Firebird server version.Affected if The Firebird client library version is below 3.0.14 AND the application connects to any Firebird 4.0 or higher database server
You are affected if the Firebird client library version is below 3.0.14 AND your application connects to Firebird server version 4.0 or higher, causing incorrect XSQLDA length field population during queries.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped3.0.14
Upgrade Firebird client libraries from version 3 to version 4 or higher to obtain the corrected XSQLDA length field handling.
Firebird 4.x client library
- 1. Identify all systems running Firebird FB3 (version 3.x) client libraries that connect to Firebird 4 or higher servers
- 2. Download the Firebird 4.x client library from the official Firebird project (firebirdsql.org)
- 3. Replace the existing FB3 client library (libfbclient.so or fbclient.dll) on all affected client systems with the FB4 client library
- 4. Ensure the new client library is in the system library path or application's library search path
- 5. Test database connections from affected clients to the Firebird 4+ servers to verify the information leak is resolved
- 6. Verify that applications function correctly with the new client library before deploying to production
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-65104 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-65104 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data