Publish Advisories

GHSA-4x6x-8rm8-c37j
GHSA-r9px-m959-cxf4
GHSA-v6jv-p6r8-j78w
GHSA-v725-9546-7q7m
This commit is contained in:
advisory-database[bot]
2025-01-06 18:43:50 +00:00
parent a12b4ad94f
commit 645ac3509a
4 changed files with 41 additions and 31 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-4x6x-8rm8-c37j",
"modified": "2025-01-06T15:47:49Z",
"modified": "2025-01-06T18:42:30Z",
"published": "2025-01-06T15:47:49Z",
"aliases": [
"CVE-2025-21612"
@@ -40,6 +40,10 @@
"type": "WEB",
"url": "https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/security/advisories/GHSA-4x6x-8rm8-c37j"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21612"
},
{
"type": "WEB",
"url": "https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/commit/d8c3db4e5935476e496d979fb01f775d3d3282e6"
@@ -60,6 +64,6 @@
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-01-06T15:47:49Z",
"nvd_published_at": null
"nvd_published_at": "2025-01-06T16:15:31Z"
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-r9px-m959-cxf4",
"modified": "2025-01-06T16:20:28Z",
"modified": "2025-01-06T18:42:42Z",
"published": "2025-01-06T16:20:28Z",
"aliases": [
"CVE-2025-21614"
@@ -78,6 +78,10 @@
"type": "WEB",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614"
},
{
"type": "PACKAGE",
"url": "https://github.com/go-git/go-git"
@@ -85,11 +89,13 @@
],
"database_specific": {
"cwe_ids": [
"CWE-20"
"CWE-20",
"CWE-400",
"CWE-770"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-01-06T16:20:28Z",
"nvd_published_at": null
"nvd_published_at": "2025-01-06T17:15:47Z"
}
}
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v6jv-p6r8-j78w",
"modified": "2025-01-06T16:31:16Z",
"modified": "2025-01-06T18:43:16Z",
"published": "2025-01-06T16:31:16Z",
"aliases": [
"CVE-2025-21618"
@@ -43,6 +43,10 @@
"type": "WEB",
"url": "https://github.com/zauberzeug/nicegui/security/advisories/GHSA-v6jv-p6r8-j78w"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21618"
},
{
"type": "WEB",
"url": "https://github.com/zauberzeug/nicegui/commit/1621a4ba6a06676b8094362d36623551e651adc1"
@@ -59,6 +63,6 @@
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2025-01-06T16:31:16Z",
"nvd_published_at": null
"nvd_published_at": "2025-01-06T17:15:47Z"
}
}
@@ -1,14 +1,23 @@
{
"schema_version": "1.4.0",
"id": "GHSA-v725-9546-7q7m",
"modified": "2025-01-06T16:16:30Z",
"modified": "2025-01-06T18:43:12Z",
"published": "2025-01-06T16:16:30Z",
"aliases": [
"CVE-2025-21613"
],
"summary": "go-git has an Argument Injection via the URL field",
"details": "### Impact\nAn argument injection vulnerability was discovered in `go-git` versions prior to `v5.13`. \n\nSuccessful exploitation of this vulnerability could allow an attacker to set arbitrary values to [git-upload-pack flags](https://git-scm.com/docs/git-upload-pack). This only happens when the `file` transport protocol is being used, as that is the only protocol that shells out to `git` binaries.\n\n### Affected versions\nUsers running versions of `go-git` from `v4` and above are recommended to upgrade to `v5.13` in order to mitigate this vulnerability.\n\n### Workarounds\nIn cases where a bump to the latest version of `go-git` is not possible, we recommend users to enforce restrict validation rules for values passed in the URL field.\n\n## Credit\nThanks to @vin01 for responsibly disclosing this vulnerability to us.",
"severity": [],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Clear"
}
],
"affected": [
{
"package": {
@@ -47,25 +56,6 @@
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/go-git/go-git"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0.0"
},
{
"last_affected": "4.13.1"
}
]
}
]
}
],
"references": [
@@ -73,16 +63,22 @@
"type": "WEB",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613"
},
{
"type": "PACKAGE",
"url": "https://github.com/go-git/go-git"
}
],
"database_specific": {
"cwe_ids": [],
"severity": "LOW",
"cwe_ids": [
"CWE-88"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2025-01-06T16:16:30Z",
"nvd_published_at": null
"nvd_published_at": "2025-01-06T17:15:47Z"
}
}