CVE-2026-33337

7.5

FirebirdSQL · Firebird

A buffer overflow vulnerability exists in Firebird during the deserialization of slice packets, which allows unauthenticated attackers to trigger a crash via malformed network packets.

Executive summary

Firebird contains a critical buffer overflow vulnerability in its deserialization logic that allows unauthenticated remote attackers to cause a denial of service.

Vulnerability

This flaw involves an improper check of cstring lengths within the xdr_datum() function during packet deserialization. An unauthenticated attacker can send a crafted slice packet to the database server, triggering a buffer overflow that leads to service instability or potential crashes.

Business impact

The vulnerability carries a CVSS score of 7.5, indicating a high severity, primarily due to the potential for service disruption. As a database management system, Firebird is often a core component of enterprise infrastructure, and successful exploitation could lead to significant operational downtime. Although the current impact is primarily focused on availability, the nature of buffer overflows in database processes can sometimes be leveraged for further system compromise.

Remediation

Immediate Action: Upgrade all Firebird installations to versions 3.0.14, 4.0.7, or 5.0.4, as applicable to your specific deployment branch.

Proactive Monitoring: Monitor database server logs for recurring service restarts or unusual network traffic patterns directed at the Firebird listening port.

Compensating Controls: Deploy a network firewall or intrusion prevention system to restrict access to the Firebird port to authorized IP addresses only, which reduces the attack surface for remote, unauthenticated actors.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the ease of exploitability and the potential for service interruption, organizations should prioritize patching Firebird instances as part of their next maintenance cycle. The availability of a proof-of-concept increases the likelihood of opportunistic attacks, making it essential to apply the provided vendor updates immediately to secure the database environment.

Sources