mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5028] Update quic-go for CVE-2025-59530 fix #3960
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3960
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rtkjweeks on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5028
Bug Description
quic-go v0.53.0 (currently in use) is vulnerable to CVE-2025-59530.
A fix exists in 0.54.1.
I would like to update to this version.
Affected versions of this package are vulnerable to Reachable Assertion in the handshake phase. An attacker can cause the client to crash by sending a premature HANDSHAKE_DONE frame from a misbehaving or malicious server, which can cause a denial-of-service.
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
linux/arm64, linux/amd64 (likely all)
Configurations
Found via static code analysis
Logs
No response
Steps to reproduce
Affected area
@rtkjweeks commented on GitHub (Oct 24, 2025):
I have a commit/branch for this, but am unable to push: