CVE-2026-28212
7.5FirebirdSQL · Firebird
Firebird database servers are vulnerable to a null pointer dereference via a crafted op_slice network packet, which allows an unauthenticated attacker to cause a denial of service.
Executive summary
An unauthenticated remote attacker can crash the Firebird database server by sending a specially crafted network packet, resulting in a denial of service.
Vulnerability
This vulnerability is a null pointer dereference flaw within the network packet processing logic of the Firebird database. An unauthenticated attacker can trigger this condition by sending a malformed op_slice packet to the database port, causing the service to crash.
Business impact
The primary impact of this vulnerability is a denial of service, which disrupts the availability of database operations. Given the CVSS score of 7.5, this high-severity flaw poses a significant risk to business continuity, as critical applications relying on Firebird may become unresponsive. The ability for an unauthenticated attacker to trigger this remotely makes it a priority for remediation.
Remediation
Immediate Action: Upgrade to Firebird versions 3.0.14, 4.0.7, or 5.0.4 to incorporate the necessary security patches.
Proactive Monitoring: Monitor database server logs and system health metrics for unexpected service termination or restart events that could indicate exploitation attempts.
Compensating Controls: Implement network-level access control lists or a firewall to restrict access to the Firebird server port to trusted IP addresses only, thereby reducing the attack surface.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant risk to service availability and should be addressed promptly. Organizations should verify their current version and apply the recommended patches immediately. Restricting network access to the database server remains a vital defense in depth measure until patching is complete.