BIT-neo4j-2026-14587

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/neo4j/BIT-neo4j-2026-14587.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-neo4j-2026-14587
Aliases
Published
2026-08-21T05:51:22Z
Modified
2026-09-10T16:01:43Z
Summary
Unathenticated connection can hold Bolt channel open
Details

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.

Database specific
{
    "cpes":  [
        "cpe:2.3:a:neo4j:neo4j:*:*:*:*:enterprise:*:*:*",
        "cpe:2.3:a:neo4j:neo4j:*:*:*:*:community:*:*:*"
    ],
    "severity":  "High"
}
References

Affected packages

Bitnami / neo4j

Package

Name
neo4j
Purl
pkg:bitnami/neo4j

Severity

  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
5.0.0
Fixed
5.26.29
Introduced
2025.1.0
Fixed
2026.7.0

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/neo4j/BIT-neo4j-2026-14587.json"