CVE-2025-24975
BaseFortify
Publication date: 2025-08-15
Last updated on: 2025-10-09
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| firebirdsql | firebird | From 4.0.0 (inc) to 4.0.6 (exc) |
| firebirdsql | firebird | From 5.0.0 (inc) to 5.0.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-754 | The product does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the product. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability affects Firebird relational database versions prior to certain snapshot and point releases. If the ExtConnPoolSize setting is not set to 0, connections stored in the external connection pool may not be properly verified for the CryptCallback interface. This can cause a segmentation fault (crash) in the server process. The issue can occur with both encrypted and unencrypted databases, especially when execute statements are chained or when encrypted databases are accessed without the proper key. The vulnerability has been fixed in specific snapshot and point releases, and a workaround is to set ExtConnPoolSize to 0 in the configuration file.
How can this vulnerability impact me? :
This vulnerability can cause the Firebird database server to crash (segmentation fault), potentially leading to denial of service. Additionally, encrypted databases might be accessed by attachments missing the encryption key, which could lead to unauthorized data exposure or corruption. Overall, it can impact database availability and data confidentiality.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability immediately, set ExtConnPoolSize equal to 0 in the firebird.conf configuration file. Additionally, update Firebird to one of the patched versions: snapshot versions 4.0.6.3183, 5.0.2.1610, 6.0.0.609, or the corresponding point releases 4.0.6 and 5.0.2.