mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2893] [Security] Dependency on a vulnerable version of go-proxyproto #2306
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#2306
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 @obormot on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2893
Bug Description
https://github.com/fatedier/frp/blob/v0.41.0/go.mod#L19
has a pinned dependency on go-proxyproto v0.5.0
go-proxyproto before 0.6.0 is vulnerable to Denial of Service (DoS) via
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23409
https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMPIRESGOPROXYPROTO-1316439
frp Version
release tag 0.41.0
Affected area
@fatedier commented on GitHub (Apr 15, 2022):
This affected feature is not used in frp.
But it's ok to update to latest version. Thanks for you feedback.