AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 46 Bitcoin

docs: add v0.21.3 release notes for ws proxy fixes

Public commit record

What the developer wrote

Authored by Gijs van Dam

85/100 · Strong
docs: add v0.21.3 release notes for ws proxy fixes

Adds entries for the Sec-Websocket-Protocol panic under Bug Fixes and for
the incoming message size bound under Functional Updates.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit adds release notes for two fixes in LND's REST WebSocket proxy: one that could crash the proxy with a malformed header, and another that limits how large incoming WebSocket messages can be. The actual code changes happened in a different pull request; this commit only documents them.

Recommended action

Review PR #11122 directly to confirm the code fix is complete and that the panic path and oversized-frame path are both covered. Apply the v0.21.3 update if the REST API/WebSocket proxy is exposed.

Security signals we found

01

Denial-of-service vector: malformed Sec-Websocket-Protocol header could panic the REST WebSocket proxy

02

Input validation improvement: header now parsed as comma-separated sub-protocol list

03

Resource-exhaustion mitigation: incoming WebSocket message size now bounded by MaxWsMsgSize

Risk score

Why this scored 46/100

Our methodology →
Potential impact 12/30
Exploitability 10/25
Stealth signal 6/15
Affected reach 8/15
Confidence 7/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.