CVE-2026-14587
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| neo4j | Enterprise Edition | 2025.01 < 2026.07 | affected |
| neo4j | Enterprise Edition | 5.0 < 5.26.29 | affected |
| neo4j | Community Edition | 2025.01 < 2026.07 | affected |
| neo4j | Community Edition | 5.0 < 5.26.29 | affected |
Weaknesses
- CWE-130: CWE-130 Improper handling of length parameter inconsistency
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: partial
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.