云虫漏洞情报

CVE-2026-14587 - Neo4j's Bolt modern handshake decoder treats an overlong capability bit mask the same way it treats a truncated bit mask. When an unauthenticated client sends a selected protocol version followed by 32 continuation bytes in the capability mask, the decoder resets the reader index and waits for more bytes instead of rejecting the protocol message and closing the channel. Because the same unread bytes remain at the front of the decoder buffer, appending a terminating byte later - 漏洞详情

漏洞编号:CVE-2026-14587

风险等级:高危

漏洞来源:CVE

CVE 编号:CVE-2026-14587

CNNVD 编号:-

厂商/产品:neo4j / neo4j

影响范围:cpe:2.3:a:neo4j:neo4j:*:*:*:*:community:*:*:*

CWE:CWE-130

发布/更新时间:2026-08-05 / 2026-08-28

漏洞描述

Neo4j's Bolt modern handshake decoder treats an overlong capability bit mask the same way it treats a truncated bit mask. When an unauthenticated client sends a selected protocol version followed by 32 continuation bytes in the capability mask, the decoder resets the reader index and waits for more bytes instead of rejecting the protocol message and closing the channel.



Because the same unread bytes remain at the front of the decoder buffer, appending a terminating byte later does not recover the connection. The decoder re-reads the same first 32 continuation bytes, returns without producing a handshake-finalization message, and leaves the channel open.



This can be triggered before authentication by any client that can reach the Bolt connector.

相关链接

相关漏洞

« 返回首页