NIXPKGS-2026-1159
GitHub issue
published 2 months, 1 week ago
Permalink
CVE-2026-27890
8.2 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): Low (L)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): High (H)
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse ignored package firebird-emu
- @LeSuisse accepted
- @LeSuisse published on GitHub
Firebird has Pre-Auth DOS when Processing Out of Order CNCT_specific_data Segments
Firebird is an open-source relational database management system. In versions prior to 5.0.4, 4.0.7 and 3.0.14, when processing CNCT_specific_data segments during authentication, the server assumes segments arrive in strictly ascending order. If segments arrive out of order, the Array class's grow() method computes a negative size value, causing a SIGSEGV crash. An unauthenticated attacker who knows only the server's IP and port can exploit this to crash the server. This issue has been fixed in versions 5.0.4, 4.0.7 and 3.0.14.
References
-
https://github.com/FirebirdSQL/firebird/security/advisories/GHSA-6crx-4g37-7j49 x_refsource_CONFIRM
Ignored references (3)
-
https://github.com/FirebirdSQL/firebird/releases/tag/v3.0.14 x_refsource_MISC
-
https://github.com/FirebirdSQL/firebird/releases/tag/v4.0.7 x_refsource_MISC
-
https://github.com/FirebirdSQL/firebird/releases/tag/v5.0.4 x_refsource_MISC
Affected products
firebird
- ==>= 4.0.0, < 4.0.7
- ==>= 3.0.0, < 3.0.14
- ==>= 5.0.0, < 5.0.4
Matching in nixpkgs
pkgs.firebird
SQL relational database management system
pkgs.firebird_3
SQL relational database management system
pkgs.firebird_4
SQL relational database management system
Ignored packages (1)
pkgs.firebird-emu
Third-party multi-platform emulator of the ARM-based TI-Nspire™ calculators
Package maintainers
-
@bbenno Benno Bielmeier <nix@bbenno.com>