Security readout for executives and security teams
Plain-English summary
This flaw can temporarily disrupt CometBFT validator nodes when a specific JSON serialization path deadlocks. The main business risk is availability, not data theft or tampering. Exposure is narrow: only CometBFT 0.34.28 and 0.37.1 are listed as affected, and the cited advisory says fixed releases are available.
Executive priority
Treat as a targeted availability maintenance issue. Prioritize upgrades for validator infrastructure, public RPC endpoints, and small validator networks where a temporary chain halt would have operational or reputational impact.
Technical view
An internal PeerState JSON serialization change in CometBFT 0.34.28 and 0.37.1 can deadlock when invoked by JSON debug consensus logging or the dump_consensus_state RPC path. Impact is availability: node halt in the logging case, or limited peer/RPC goroutine deadlock until peer timeout in the RPC case.
Likely exposure
Most exposure is limited to operators running exactly CometBFT 0.34.28 or 0.37.1, especially with JSON debug consensus logging or publicly reachable dump_consensus_state RPC.
Exploitation context
The source bundle does not identify active exploitation, and KEV is false. Remote triggering is described through dump_consensus_state, but impact depends on network topology and exposed RPC access.
Researcher notes
The advisory describes two trigger paths with different blast radius. Case one is primarily a production misconfiguration risk. Case two affects the first PeerState encountered by dump_consensus_state and is more visible in two-validator networks.
Mitigation direction
- Upgrade CometBFT 0.34.28 to 0.34.29 or later in that branch.
- Upgrade CometBFT 0.37.1 to 0.37.2 or later in that branch.
- Keep consensus logging at info or higher unless debug is operationally required.
- Avoid JSON log output when consensus debug logging is enabled.
- Restrict dump_consensus_state from public internet exposure.
- Review CometBFT vendor guidance before production rollout.
Validation and detection
- Inventory CometBFT versions and flag nodes running 0.34.28 or 0.37.1.
- Review node logging configuration for consensus debug plus JSON output.
- Check reverse proxy and RPC exposure controls for dump_consensus_state.
- Confirm upgraded binaries report fixed CometBFT versions.
- Review monitoring for node halts, peer timeouts, or accumulating RPC goroutines.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-401: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCWE-770: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2023-34450 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 3.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L2.21.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.7LowVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/cometbft/cometbft/security/advisories/GHSA-mvj3-qrqh-cjvrCVE reference · x_refsource_CONFIRM
- https://github.com/cometbft/cometbft/pull/524CVE reference · x_refsource_MISC
- https://github.com/cometbft/cometbft/pull/863CVE reference · x_refsource_MISC
- https://github.com/cometbft/cometbft/pull/865CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
