diff --git a/advisories/github-reviewed/2025/06/GHSA-62gc-8jr5-x9pm/GHSA-62gc-8jr5-x9pm.json b/advisories/github-reviewed/2025/06/GHSA-62gc-8jr5-x9pm/GHSA-62gc-8jr5-x9pm.json new file mode 100644 index 00000000000..f2bfcd3ec65 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-62gc-8jr5-x9pm/GHSA-62gc-8jr5-x9pm.json @@ -0,0 +1,77 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-62gc-8jr5-x9pm", + "modified": "2025-06-09T11:58:45Z", + "published": "2025-06-06T15:30:53Z", + "aliases": [ + "CVE-2025-27531" + ], + "summary": "Apache InLong Deserialization of Untrusted Data Vulnerability", + "details": "Deserialization of Untrusted Data vulnerability in Apache InLong. This issue affects Apache InLong: from 1.13.0 before 2.1.0, this issue would allow an authenticated attacker to read arbitrary files by double writing the param. Users are recommended to upgrade to version 2.1.0, which fixes the issue.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.inlong:inlong-manager" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.13.0" + }, + { + "fixed": "2.1.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27531" + }, + { + "type": "WEB", + "url": "https://github.com/apache/inlong/issues/11585" + }, + { + "type": "WEB", + "url": "https://github.com/apache/inlong/pull/11586" + }, + { + "type": "WEB", + "url": "https://github.com/apache/inlong/commit/ebcd6d3230b73abdc41edb93619be2a26c9b8c97" + }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/inlong" + }, + { + "type": "WEB", + "url": "https://lists.apache.org/thread/r62lkqrr739wvcb60j6ql6q63rh4bxx5" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2025/02/28/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-09T11:58:45Z", + "nvd_published_at": "2025-06-06T15:15:23Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-gw97-cqwg-xmh4/GHSA-gw97-cqwg-xmh4.json b/advisories/github-reviewed/2025/06/GHSA-gw97-cqwg-xmh4/GHSA-gw97-cqwg-xmh4.json similarity index 55% rename from advisories/unreviewed/2025/06/GHSA-gw97-cqwg-xmh4/GHSA-gw97-cqwg-xmh4.json rename to advisories/github-reviewed/2025/06/GHSA-gw97-cqwg-xmh4/GHSA-gw97-cqwg-xmh4.json index 979962981ab..a783c4ff13b 100644 --- a/advisories/unreviewed/2025/06/GHSA-gw97-cqwg-xmh4/GHSA-gw97-cqwg-xmh4.json +++ b/advisories/github-reviewed/2025/06/GHSA-gw97-cqwg-xmh4/GHSA-gw97-cqwg-xmh4.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-gw97-cqwg-xmh4", - "modified": "2025-06-06T18:30:30Z", + "modified": "2025-06-09T11:59:18Z", "published": "2025-06-06T15:30:53Z", "aliases": [ "CVE-2025-5806" ], + "summary": "Jenkins Gatling Plugin Vulnerable to Cross-Site Scripting (XSS)", "details": "Jenkins Gatling Plugin 136.vb_9009b_3d33a_e serves Gatling reports in a manner that bypasses the Content-Security-Policy protection introduced in Jenkins 1.641 and 1.625, resulting in a cross-site scripting (XSS) vulnerability exploitable by users able to change report content.", "severity": [ { @@ -13,12 +14,38 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:gatling" + }, + "versions": [ + "136.vb" + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5806" }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/gatling-plugin/pull/27" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/gatling-plugin/commit/141bd3a811ab641bf618ec588b615cf87469b222" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/gatling-plugin" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/gatling-plugin/releases/tag/136.vb_9009b_3d33a_e" + }, { "type": "WEB", "url": "https://www.jenkins.io/security/advisory/2025-06-06/#SECURITY-3588" @@ -33,8 +60,8 @@ "CWE-79" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-06-09T11:59:18Z", "nvd_published_at": "2025-06-06T14:15:23Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-62gc-8jr5-x9pm/GHSA-62gc-8jr5-x9pm.json b/advisories/unreviewed/2025/06/GHSA-62gc-8jr5-x9pm/GHSA-62gc-8jr5-x9pm.json deleted file mode 100644 index 1c60bb984f4..00000000000 --- a/advisories/unreviewed/2025/06/GHSA-62gc-8jr5-x9pm/GHSA-62gc-8jr5-x9pm.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-62gc-8jr5-x9pm", - "modified": "2025-06-06T15:30:53Z", - "published": "2025-06-06T15:30:53Z", - "aliases": [ - "CVE-2025-27531" - ], - "details": "Deserialization of Untrusted Data vulnerability in Apache InLong. \n\nThis issue affects Apache InLong: from 1.13.0 before 2.1.0, \n\nthis issue would allow an authenticated attacker to read arbitrary files by double writing the param.\n\n\n\n\n\nUsers are recommended to upgrade to version 2.1.0, which fixes the issue.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27531" - }, - { - "type": "WEB", - "url": "https://lists.apache.org/thread/r62lkqrr739wvcb60j6ql6q63rh4bxx5" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2025/02/28/2" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-502" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-06-06T15:15:23Z" - } -} \ No newline at end of file