data/reports: add GO-2025-3570
- data/reports/GO-2025-3570.yaml
Fixes golang/vulndb#3570
Change-Id: Ia1474162de9b7ad2a52e403a1296522975c752ff
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/680995
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/data/osv/GO-2025-3570.json b/data/osv/GO-2025-3570.json
new file mode 100644
index 0000000..69de5f1
--- /dev/null
+++ b/data/osv/GO-2025-3570.json
@@ -0,0 +1,74 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3570",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "CVE-2023-42818"
+ ],
+ "summary": "SSH public key login without private key challenge if mfa is enabled in jumpserver in github.com/jumpserver/koko in github.com/jumpserver/jumpserver",
+ "details": "SSH public key login without private key challenge if mfa is enabled in jumpserver in github.com/jumpserver/koko in github.com/jumpserver/jumpserver",
+ "affected": [
+ {
+ "package": {
+ "name": "github.com/jumpserver/koko",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ },
+ {
+ "package": {
+ "name": "github.com/jumpserver/jumpserver",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ },
+ {
+ "fixed": "3.5.6+incompatible"
+ },
+ {
+ "introduced": "3.6.0+incompatible"
+ },
+ {
+ "fixed": "3.6.5+incompatible"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42818"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/jumpserver/jumpserver/security/advisories/GHSA-jv3c-27cv-w8jv"
+ },
+ {
+ "type": "WEB",
+ "url": "https://www.sonarsource.com/blog/diving-into-jumpserver-attackers-gateway-to-internal-networks-1-2"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3570",
+ "review_status": "UNREVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3570.yaml b/data/reports/GO-2025-3570.yaml
new file mode 100644
index 0000000..f06778f
--- /dev/null
+++ b/data/reports/GO-2025-3570.yaml
@@ -0,0 +1,22 @@
+id: GO-2025-3570
+modules:
+ - module: github.com/jumpserver/koko
+ - module: github.com/jumpserver/jumpserver
+ versions:
+ - fixed: 3.5.6+incompatible
+ - introduced: 3.6.0+incompatible
+ - fixed: 3.6.5+incompatible
+ vulnerable_at: 3.6.4
+summary: |-
+ SSH public key login without private key challenge if mfa is enabled in
+ jumpserver in github.com/jumpserver/koko in github.com/jumpserver/jumpserver
+cves:
+ - CVE-2023-42818
+references:
+ - advisory: https://nvd.nist.gov/vuln/detail/CVE-2023-42818
+ - web: https://github.com/jumpserver/jumpserver/security/advisories/GHSA-jv3c-27cv-w8jv
+ - web: https://www.sonarsource.com/blog/diving-into-jumpserver-attackers-gateway-to-internal-networks-1-2
+source:
+ id: CVE-2023-42818
+ created: 2025-06-11T13:07:41.222208-04:00
+review_status: UNREVIEWED