Skip to content

chore(deps): update module github.com/gorilla/websocket to v1.5.3 [security] (alauda-3.17.3) - #130

Open
alaudaa-renovate[bot] wants to merge 1 commit into
alauda-3.17.3from
renovate/alauda-3.17.3-go-github.com-gorilla-websocket-vulnerability
Open

chore(deps): update module github.com/gorilla/websocket to v1.5.3 [security] (alauda-3.17.3)#130
alaudaa-renovate[bot] wants to merge 1 commit into
alauda-3.17.3from
renovate/alauda-3.17.3-go-github.com-gorilla-websocket-vulnerability

Conversation

@alaudaa-renovate

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/gorilla/websocket v1.5.0 -> v1.5.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Gorilla WebSocket Uses Cryptographically Weak PRNG for WebSocket Mask Key

GHSA-w67g-5rqw-f597 / GO-2026-6278

More information

Details

gorilla/websocket used math/rand (cryptographically weak pseudo-random number generator) to generate WebSocket frame mask keys prior to commit d67f4185. WebSocket masking keys MUST be unpredictable to prevent frame content injection attacks. math/rand produces deterministic output when seeded with a known value, enabling an attacker to predict or recover mask keys and inject content into WebSocket connections.

Type: Use of Cryptographically Weak Pseudo-Random Number Generator
Fix: Replaced math/rand with crypto/rand (commit d67f4185, released in v1.5.3)
Credit: bounty-hunter v6.0 silent-fix detection

Severity

  • CVSS Score: Unknown
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Gorilla WebSocket Uses Cryptographically Weak PRNG for WebSocket Mask Key in github.com/gorilla/websocket

GHSA-w67g-5rqw-f597 / GO-2026-6278

More information

Details

Gorilla WebSocket Uses Cryptographically Weak PRNG for WebSocket Mask Key in github.com/gorilla/websocket

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Release Notes

gorilla/websocket (github.com/gorilla/websocket)

v1.5.3

Compare Source

Important change

This reverts the websockets package back to gorilla/websocket@931041c

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.3

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.2

v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.0...v1.5.1


Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants