mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3886] There are security issues in the current Golang dependencies 【go-jose】 and 【crypto】 #3082
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#3082
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 @YouZiFeiLe on GitHub (Dec 22, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3886
Bug Description
After conducting a security scan on the current version of frp, I found that there are security issues in the Golang dependencies go-jose and crypto, corresponding to GHSA-2c7c-3mj9-8fqh and CVE-2023-48795, respectively.
Below is the description corresponding to the vulnerabilities.
https://scout.docker.com/v/GHSA-2c7c-3mj9-8fqh?utm_source=hub&utm_medium=ExternalLink
https://scout.docker.com/v/CVE-2023-48795?utm_source=hub&utm_medium=ExternalLink
The security vulnerability in go-jose has been fixed in version 3.0.1.
The security vulnerability in crypto has been fixed in version 0.17.0.
Please update the dependency package versions to the recommended versions.
Thank you.
frpc Version
0.53.2
frps Version
0.53.2
System Architecture
linux/amd64
Configurations
The Docker base image is "alpine:19," and the version of frp is "0.53.2."
Logs
No response
Steps to reproduce
...
Affected area