diff --git a/data/osv/GO-2025-3764.json b/data/osv/GO-2025-3764.json
index 4e789e2..de220c5 100644
--- a/data/osv/GO-2025-3764.json
+++ b/data/osv/GO-2025-3764.json
@@ -25,21 +25,7 @@
]
}
],
- "ecosystem_specific": {
- "custom_ranges": [
- {
- "type": "ECOSYSTEM",
- "events": [
- {
- "introduced": "0"
- },
- {
- "fixed": "19.15.0"
- }
- ]
- }
- ]
- }
+ "ecosystem_specific": {}
},
{
"package": {
@@ -69,11 +55,25 @@
"events": [
{
"introduced": "0"
+ },
+ {
+ "fixed": "10.15.0"
}
]
}
],
- "ecosystem_specific": {}
+ "ecosystem_specific": {
+ "imports": [
+ {
+ "path": "github.com/go-pg/pg/v10/types",
+ "symbols": [
+ "Append",
+ "appendFloat",
+ "appendIntValue"
+ ]
+ }
+ ]
+ }
}
],
"references": [
@@ -82,11 +82,19 @@
"url": "https://github.com/advisories/GHSA-6xp3-p59p-q4fj"
},
{
+ "type": "FIX",
+ "url": "https://github.com/go-pg/pg/commit/eff50a43724e52347559687a6945c116afbb41c1"
+ },
+ {
"type": "WEB",
"url": "https://github.com/go-pg/pg/blob/30e7053c6cacdd44d06cf2b92183b49188b7c922/types/append_value.go#L151"
},
{
"type": "WEB",
+ "url": "https://github.com/go-pg/pg/releases/tag/v10.15.0"
+ },
+ {
+ "type": "WEB",
"url": "https://media.defcon.org/DEF%20CON%2032/DEF%20CON%2032%20presentations/DEF%20CON%2032%20-%20Paul%20Gerste%20-%20SQL%20Injection%20Isn%27t%20Dead%20Smuggling%20Queries%20at%20the%20Protocol%20Level.pdf"
},
{
diff --git a/data/reports/GO-2025-3764.yaml b/data/reports/GO-2025-3764.yaml
index 044fc87..8b124a8 100644
--- a/data/reports/GO-2025-3764.yaml
+++ b/data/reports/GO-2025-3764.yaml
@@ -1,13 +1,19 @@
id: GO-2025-3764
modules:
- module: github.com/go-pg/pg
- non_go_versions:
- - fixed: 19.15.0
vulnerable_at: 8.0.7+incompatible
- module: github.com/go-pg/pg/v9
vulnerable_at: 9.2.1
- module: github.com/go-pg/pg/v10
- vulnerable_at: 10.13.0
+ versions:
+ - fixed: 10.15.0
+ vulnerable_at: 10.14.0
+ packages:
+ - package: github.com/go-pg/pg/v10/types
+ symbols:
+ - Append
+ - appendFloat
+ - appendIntValue
summary: |-
SQL injection vulnerability via the component /types/append_value.go in
github.com/go-pg/pg
@@ -17,12 +23,18 @@
- GHSA-6xp3-p59p-q4fj
references:
- advisory: https://github.com/advisories/GHSA-6xp3-p59p-q4fj
+ - fix: https://github.com/go-pg/pg/commit/eff50a43724e52347559687a6945c116afbb41c1
- web: https://github.com/go-pg/pg/blob/30e7053c6cacdd44d06cf2b92183b49188b7c922/types/append_value.go#L151
+ - web: https://github.com/go-pg/pg/releases/tag/v10.15.0
- web: https://media.defcon.org/DEF%20CON%2032/DEF%20CON%2032%20presentations/DEF%20CON%2032%20-%20Paul%20Gerste%20-%20SQL%20Injection%20Isn%27t%20Dead%20Smuggling%20Queries%20at%20the%20Protocol%20Level.pdf
- web: https://www.sonarsource.com/blog/double-dash-double-trouble-a-subtle-sql-injection-flaw
notes:
- - No known fix commit for any specified version.
+ - create: failed to auto-populate symbols
+ - lint: 'modules[0] "github.com/go-pg/pg": unsupported_versions: found 1 (want none)'
+ - lint: 'modules[0] "github.com/go-pg/pg": versions: no latest fixed version (required for NEEDS_REVIEW report)'
+ - lint: 'modules[1] "github.com/go-pg/pg/v9": unsupported_versions: found 1 (want none)'
+ - lint: 'modules[1] "github.com/go-pg/pg/v9": versions: no latest fixed version (required for NEEDS_REVIEW report)'
source:
id: GHSA-6xp3-p59p-q4fj
- created: 2025-07-16T11:06:41.876419-04:00
+ created: 2026-01-16T00:10:17.543217983-05:00
review_status: REVIEWED