Cyber Posture

CVE-2026-33337

HighPublic PoCRCE

Published: 17 April 2026

Published
17 April 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0009 24.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33337 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Firebirdsql Firebird. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Applying vendor patches directly remediates the buffer overflow flaw in Firebird's xdr_datum function during slice packet deserialization.

prevent

Validating cstring lengths against slice descriptor bounds in incoming packets prevents buffer overflows from malformed inputs.

prevent

Memory protection safeguards like ASLR and DEP mitigate exploitation of the buffer overflow even if input validation fails.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Remote unauthenticated buffer overflow in public-facing DB server (xdr_datum deserialization) directly enables T1190 for initial exploitation and T1499.004 for resulting application/system DoS via crafted packet crash.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

Firebird is an open-source relational database management system. In versions prior to 5.0.4, 4.0.7 and 3.0.14, when deserializing a slice packet, the xdr_datum() function does not validate that a cstring length conforms to the slice descriptor bounds, allowing a cstring…

more

longer than the allocated buffer to overflow it. An unauthenticated attacker can exploit this by sending a crafted packet to the server, potentially causing a crash or other security impact. This issue has been fixed in versions 5.0.4, 4.0.7 and 3.0.14.

Deeper analysisAI

CVE-2026-33337 is a buffer overflow vulnerability in Firebird, an open-source relational database management system. It affects versions prior to 5.0.4, 4.0.7, and 3.0.14. The issue occurs in the xdr_datum() function during deserialization of a slice packet, where it fails to validate that a cstring length conforms to the slice descriptor bounds. This allows a cstring longer than the allocated buffer to overflow it. The vulnerability is rated 7.5 on the CVSS v3.1 scale (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and is associated with CWE-120 (Buffer Copy without Checking Size of Input) and CWE-502 (Deserialization of Untrusted Data).

An unauthenticated remote attacker can exploit this vulnerability by sending a crafted packet to the Firebird server. Successful exploitation may cause a denial-of-service such as a server crash, with potential for other security impacts depending on the overflow's effects.

Firebird has addressed the issue in versions 5.0.4, 4.0.7, and 3.0.14. Security practitioners should upgrade to these patched releases, available at the project's GitHub release pages. Additional details are provided in the security advisory at https://github.com/FirebirdSQL/firebird/security/advisories/GHSA-89mq-229g-x47p.

Details

CWE(s)

Affected Products

firebirdsql
firebird
3.0.0 — 3.0.14 · 4.0.0 — 4.0.7 · 5.0.0 — 5.0.4

CVEs Like This One

CVE-2026-28224Same product: Firebirdsql Firebird
CVE-2026-35215Same product: Firebirdsql Firebird
CVE-2026-27890Same product: Firebirdsql Firebird
CVE-2025-24975Same product: Firebirdsql Firebird
CVE-2026-28212Same product: Firebirdsql Firebird
CVE-2026-34232Same product: Firebirdsql Firebird
CVE-2026-40342Same product: Firebirdsql Firebird
CVE-2025-65104Same product: Firebirdsql Firebird
CVE-2025-69807Shared CWE-120
CVE-2025-50672Shared CWE-120

References