From ecc532df4ede42a2fbbfc52fede5a8142b010716 Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Mon, 2 Oct 2023 10:14:15 -0400 Subject: [PATCH] data/reports: add GO-2023-2077.yaml Aliases: CVE-2023-43644, GHSA-r5hm-mp3j-285g Fixes golang/vulndb#2077 Change-Id: I5954712b4340b1e89fdabfb4dc340848386f93d0 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/531703 TryBot-Result: Gopher Robot Reviewed-by: Tatiana Bradley Run-TryBot: Jonathan Amsterdam --- data/osv/GO-2023-2077.json | 57 ++++++++++++++++++++++++++++++++++ data/reports/GO-2023-2077.yaml | 20 ++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 data/osv/GO-2023-2077.json create mode 100644 data/reports/GO-2023-2077.yaml diff --git a/data/osv/GO-2023-2077.json b/data/osv/GO-2023-2077.json new file mode 100644 index 00000000..4f9cfb60 --- /dev/null +++ b/data/osv/GO-2023-2077.json @@ -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" + } +} \ No newline at end of file diff --git a/data/reports/GO-2023-2077.yaml b/data/reports/GO-2023-2077.yaml new file mode 100644 index 00000000..be352d57 --- /dev/null +++ b/data/reports/GO-2023-2077.yaml @@ -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