Publish Advisories

GHSA-q53q-gxq9-mgrj
GHSA-vrpq-qp53-qv56
This commit is contained in:
advisory-database[bot]
2025-05-22 18:51:19 +00:00
parent a0ac5a7b5c
commit 8fbb1a7d78
2 changed files with 63 additions and 9 deletions
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-q53q-gxq9-mgrj",
"modified": "2025-05-22T09:33:21Z",
"modified": "2025-05-22T18:50:43Z",
"published": "2025-05-22T09:33:21Z",
"aliases": [
"CVE-2025-4123"
],
"summary": "Grafana Cross-Site-Scripting (XSS) via custom loaded frontend plugin",
"details": "A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve a full read SSRF.\n\nThe default Content-Security-Policy (CSP) in Grafana will block the XSS though the `connect-src` directive.",
"severity": [
{
@@ -13,12 +14,40 @@
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/grafana/grafana"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.0-20250521183405-c7a690348df7"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4123"
},
{
"type": "WEB",
"url": "https://github.com/grafana/grafana/commit/c7a690348df761d41b659224cbc50a46a0c0e4cc"
},
{
"type": "PACKAGE",
"url": "https://github.com/grafana/grafana"
},
{
"type": "WEB",
"url": "https://grafana.com/security/security-advisories/cve-2025-4123"
@@ -29,8 +58,8 @@
"CWE-79"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2025-05-22T18:50:43Z",
"nvd_published_at": "2025-05-22T08:15:52Z"
}
}
@@ -1,24 +1,49 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vrpq-qp53-qv56",
"modified": "2025-05-21T21:31:37Z",
"modified": "2025-05-22T18:49:33Z",
"published": "2025-05-21T21:31:37Z",
"aliases": [
"CVE-2025-4949"
],
"summary": "Eclipse JGit XML External Entity (XXE) Vulnerability",
"details": "In Eclipse JGit versions 7.2.0.202503040940-r and older, the ManifestParser class used by the repo command and the AmazonS3 class used to implement the experimental amazons3 git transport protocol allowing to store git pack files in an Amazon S3 bucket, are vulnerable to XML External Entity (XXE) attacks when parsing XML files. This vulnerability can lead to information disclosure, denial of service, and other security issues.",
"severity": [
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:A/VC:H/VI:N/VA:N/SC:H/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:N/AU:Y/R:U/V:D/RE:L/U:Green"
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:A/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/S:N/AU:Y/R:U/V:D/RE:L/U:Green"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.eclipse.jgit:org.eclipse.jgit"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "7.2.1.202505142326-r"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4949"
},
{
"type": "PACKAGE",
"url": "https://github.com/eclipse-jgit/jgit"
},
{
"type": "WEB",
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/64"
@@ -37,8 +62,8 @@
"CWE-611"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2025-05-22T18:49:33Z",
"nvd_published_at": "2025-05-21T07:16:01Z"
}
}