平台
other
组件
firebird
修复版本
3.0.1
4.0.1
5.0.1
CVE-2026-35215 是 Firebird 数据库中的一个拒绝服务漏洞。该漏洞源于 sdl_desc() 函数在处理 slice 数据包中的 SDL 描述符时未进行长度验证,导致除零错误。攻击者可以通过发送特制的 slice 数据包来触发服务器崩溃,造成服务中断。受影响的版本包括 Firebird 3.0.0 到 5.0.4 之间,以及 4.0.7 之前的版本。该漏洞已在 Firebird 3.0.14, 4.0.7 和 5.0.4 版本中修复。
CVE-2026-35215 影响 Firebird 数据库管理系统 5.0.4、4.0.7 之前的版本以及 3.0.14。此漏洞源于对从切片数据包中解码的 SDL 描述符长度的验证不足。具体来说,sdl_desc() 函数未能正确检查长度,从而允许使用零长度描述符来计算切片项的数量,导致除以零错误。这会导致服务器崩溃。此漏洞的 CVSS 分数为 7.5,表明存在重大风险。
未经身份验证的攻击者可以通过向 Firebird 服务器发送精心制作的切片数据包来利用此漏洞。操作后的切片数据包会导致 sdl_desc() 函数使用零长度描述符,从而触发除以零错误并导致服务器崩溃。利用此漏洞不需要身份验证,这使得此漏洞特别令人担忧,因为外部攻击者可以在没有凭证的情况下破坏服务器。
Organizations running Firebird database servers in production, particularly those using versions 3.0.0–>= 5.0.0, < 5.0.4, are at risk. This includes businesses relying on Firebird for data storage and applications that interact with the database. Shared hosting environments where multiple users share a Firebird instance are also at increased risk, as a compromised user could potentially exploit the vulnerability.
• linux / server:
journalctl -u firebird -f | grep "division by zero"• database (mysql):
SELECT version(); -- Check Firebird version against affected ranges.• generic web: Monitor Firebird server logs for errors related to SDL descriptors or slice packets. Look for unusual network traffic patterns targeting the Firebird port.
disclosure
漏洞利用状态
EPSS
0.06% (17% 百分位)
CISA SSVC
建议的缓解措施是升级到包含修复程序的 Firebird 版本。版本 5.0.4、4.0.7 和 3.0.14 包含必要的补丁。如果无法立即升级,请考虑审查网络安全实践以限制 Firebird 服务器的暴露。这可能包括限制网络访问、实施防火墙以及监控网络流量以查找可疑模式。及时应用补丁对于保护数据和系统完整性至关重要。
Actualice a la versión 3.0.14, 4.0.7 o 5.0.4 de Firebird para mitigar la vulnerabilidad. Esta actualización corrige un error que permite a un atacante enviar un paquete de rebanada malicioso para causar un fallo en el servidor.
漏洞分析和关键警报直接发送到您的邮箱。
切片数据包是 Firebird 用于在客户端和服务器之间传输数据的格式。它包含有关数据结构的信息,包括 SDL 描述符。
您可以通过在任何连接的客户端上执行 SELECT VERSION() 命令来检查您的 Firebird 版本。
如果无法立即升级,请实施额外的安全措施,例如限制网络访问并监控流量。
目前没有可用的特定工具来检测此漏洞。确定漏洞的最佳方法是检查您使用的 Firebird 版本。
CVSS 分数 7.5 表示存在重大风险。较高的分数表示更大的潜在风险。
CVSS 向量