Skip to content

Commit

Permalink
data/reports: add GO-2023-2077.yaml
Browse files Browse the repository at this point in the history
Aliases: CVE-2023-43644, GHSA-r5hm-mp3j-285g

Fixes #2077

Change-Id: I5954712b4340b1e89fdabfb4dc340848386f93d0
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/531703
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
  • Loading branch information
jba committed Oct 2, 2023
1 parent 62b15ec commit ecc532d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
57 changes: 57 additions & 0 deletions data/osv/GO-2023-2077.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"schema_version": "1.3.1",
"id": "GO-2023-2077",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2023-43644",
"GHSA-r5hm-mp3j-285g"
],
"summary": "Authentication bypass in github.com/sagernet/sing",
"details": "Authentication bypass in github.com/sagernet/sing",
"affected": [
{
"package": {
"name": "github.com/sagernet/sing",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.2.12-0.20230925092853-5b05b5c147d9"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/sagernet/sing/protocol/socks",
"symbols": [
"HandleConnection",
"HandleConnection0"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/SagerNet/sing-box/security/advisories/GHSA-r5hm-mp3j-285g"
},
{
"type": "FIX",
"url": "https://github.com/SagerNet/sing/commit/5b05b5c147d9650e8accb4441e216c72a61f4859"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2023-2077"
}
}
20 changes: 20 additions & 0 deletions data/reports/GO-2023-2077.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
id: GO-2023-2077
modules:
- module: github.com/sagernet/sing
versions:
- fixed: 0.2.12-0.20230925092853-5b05b5c147d9
vulnerable_at: 0.2.12-0.20230921162020-494f88c9b8bf
packages:
- package: github.com/sagernet/sing/protocol/socks
symbols:
- HandleConnection0
derived_symbols:
- HandleConnection
summary: Authentication bypass in github.com/sagernet/sing
cves:
- CVE-2023-43644
ghsas:
- GHSA-r5hm-mp3j-285g
references:
- advisory: https://github.com/SagerNet/sing-box/security/advisories/GHSA-r5hm-mp3j-285g
- fix: https://github.com/SagerNet/sing/commit/5b05b5c147d9650e8accb4441e216c72a61f4859

0 comments on commit ecc532d

Please sign in to comment.