-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |