data/reports: add 2 reports
- data/reports/GO-2025-3639.yaml
- data/reports/GO-2025-3640.yaml
Fixes golang/vulndb#3639
Fixes golang/vulndb#3640
Change-Id: I72026aade82ba97aa497d2c31672f973b88cd44a
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/667836
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Neal Patel <nealpatel@google.com>
Commit-Queue: Neal Patel <nealpatel@google.com>
diff --git a/data/osv/GO-2025-3639.json b/data/osv/GO-2025-3639.json
new file mode 100644
index 0000000..6c63cc0
--- /dev/null
+++ b/data/osv/GO-2025-3639.json
@@ -0,0 +1,60 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3639",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "CVE-2017-9232",
+ "GHSA-j3hp-pv6v-rgrx"
+ ],
+ "summary": "Juju uses a UNIX domain socket without setting appropriate permissions in github.com/juju/juju",
+ "details": "Juju uses a UNIX domain socket without setting appropriate permissions in github.com/juju/juju",
+ "affected": [
+ {
+ "package": {
+ "name": "github.com/juju/juju",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ },
+ {
+ "fixed": "0.0.0-20170524231039-0417178a3c28"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {}
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/advisories/GHSA-j3hp-pv6v-rgrx"
+ },
+ {
+ "type": "ADVISORY",
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-9232"
+ },
+ {
+ "type": "FIX",
+ "url": "https://github.com/juju/juju/commit/0417178a3c2869537860e8b3b5e787ce1732231f"
+ },
+ {
+ "type": "WEB",
+ "url": "https://bugs.launchpad.net/juju/+bug/1682411"
+ },
+ {
+ "type": "WEB",
+ "url": "https://www.exploit-db.com/exploits/44023"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3639",
+ "review_status": "UNREVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/osv/GO-2025-3640.json b/data/osv/GO-2025-3640.json
new file mode 100644
index 0000000..de28312
--- /dev/null
+++ b/data/osv/GO-2025-3640.json
@@ -0,0 +1,69 @@
+{
+ "schema_version": "1.3.1",
+ "id": "GO-2025-3640",
+ "modified": "0001-01-01T00:00:00Z",
+ "published": "0001-01-01T00:00:00Z",
+ "aliases": [
+ "CVE-2017-14992",
+ "GHSA-hqwh-8xv9-42hw"
+ ],
+ "summary": "Memory exhaustion in github.com/vbatts/tar-split",
+ "details": "Memory exhaustion in github.com/vbatts/tar-split",
+ "affected": [
+ {
+ "package": {
+ "name": "github.com/vbatts/tar-split",
+ "ecosystem": "Go"
+ },
+ "ranges": [
+ {
+ "type": "SEMVER",
+ "events": [
+ {
+ "introduced": "0"
+ },
+ {
+ "fixed": "0.10.2"
+ }
+ ]
+ }
+ ],
+ "ecosystem_specific": {
+ "imports": [
+ {
+ "path": "github.com/vbatts/tar-split/tar/asm",
+ "symbols": [
+ "NewInputTarStream"
+ ]
+ }
+ ]
+ }
+ }
+ ],
+ "references": [
+ {
+ "type": "ADVISORY",
+ "url": "https://github.com/advisories/GHSA-hqwh-8xv9-42hw"
+ },
+ {
+ "type": "FIX",
+ "url": "https://github.com/vbatts/tar-split/pull/42"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/moby/moby/issues/35075"
+ },
+ {
+ "type": "WEB",
+ "url": "https://github.com/vbatts/tar-split/releases/tag/v0.10.2"
+ },
+ {
+ "type": "WEB",
+ "url": "https://web.archive.org/web/20171119174639/https://blog.cloudpassage.com/2017/10/13/discovering-docker-cve-2017-14992"
+ }
+ ],
+ "database_specific": {
+ "url": "https://pkg.go.dev/vuln/GO-2025-3640",
+ "review_status": "REVIEWED"
+ }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3639.yaml b/data/reports/GO-2025-3639.yaml
new file mode 100644
index 0000000..84ff14b
--- /dev/null
+++ b/data/reports/GO-2025-3639.yaml
@@ -0,0 +1,22 @@
+id: GO-2025-3639
+modules:
+ - module: github.com/juju/juju
+ versions:
+ - fixed: 0.0.0-20170524231039-0417178a3c28
+summary: Juju uses a UNIX domain socket without setting appropriate permissions in github.com/juju/juju
+cves:
+ - CVE-2017-9232
+ghsas:
+ - GHSA-j3hp-pv6v-rgrx
+references:
+ - advisory: https://github.com/advisories/GHSA-j3hp-pv6v-rgrx
+ - advisory: https://nvd.nist.gov/vuln/detail/CVE-2017-9232
+ - fix: https://github.com/juju/juju/commit/0417178a3c2869537860e8b3b5e787ce1732231f
+ - web: https://bugs.launchpad.net/juju/+bug/1682411
+ - web: https://www.exploit-db.com/exploits/44023
+notes:
+ - fix: 'github.com/juju/juju: could not add vulnerable_at: cannot auto-guess when fixed version is 0.0.0 pseudo-version'
+source:
+ id: GHSA-j3hp-pv6v-rgrx
+ created: 2025-04-24T12:21:22.192354-04:00
+review_status: UNREVIEWED
diff --git a/data/reports/GO-2025-3640.yaml b/data/reports/GO-2025-3640.yaml
new file mode 100644
index 0000000..01e3f76
--- /dev/null
+++ b/data/reports/GO-2025-3640.yaml
@@ -0,0 +1,25 @@
+id: GO-2025-3640
+modules:
+ - module: github.com/vbatts/tar-split
+ versions:
+ - fixed: 0.10.2
+ vulnerable_at: 0.10.1
+ packages:
+ - package: github.com/vbatts/tar-split/tar/asm
+ symbols:
+ - NewInputTarStream
+summary: Memory exhaustion in github.com/vbatts/tar-split
+cves:
+ - CVE-2017-14992
+ghsas:
+ - GHSA-hqwh-8xv9-42hw
+references:
+ - advisory: https://github.com/advisories/GHSA-hqwh-8xv9-42hw
+ - fix: https://github.com/vbatts/tar-split/pull/42
+ - web: https://github.com/moby/moby/issues/35075
+ - web: https://github.com/vbatts/tar-split/releases/tag/v0.10.2
+ - web: https://web.archive.org/web/20171119174639/https://blog.cloudpassage.com/2017/10/13/discovering-docker-cve-2017-14992
+source:
+ id: GHSA-hqwh-8xv9-42hw
+ created: 2025-04-24T12:20:42.620793-04:00
+review_status: REVIEWED