diff --git a/advisories/github-reviewed/2025/05/GHSA-g9f5-x53j-h563/GHSA-g9f5-x53j-h563.json b/advisories/github-reviewed/2025/05/GHSA-g9f5-x53j-h563/GHSA-g9f5-x53j-h563.json new file mode 100644 index 00000000000..7a89badf1f3 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-g9f5-x53j-h563/GHSA-g9f5-x53j-h563.json @@ -0,0 +1,59 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g9f5-x53j-h563", + "modified": "2025-05-30T15:30:39Z", + "published": "2025-05-30T15:30:39Z", + "aliases": [ + "CVE-2025-48938" + ], + "summary": "Prevent GitHub CLI and extensions from executing arbitrary commands from compromised GitHub Enterprise Server", + "details": "### Summary\n\nA security vulnerability has been identified in `go-gh` where an attacker-controlled GitHub Enterprise Server could result in executing arbitrary commands on a user's machine by replacing HTTP URLs provided by GitHub with local file paths for browsing. \n\n### Details\n\nThe GitHub CLI and CLI extensions allow users to transition from their terminal for a variety of use cases through the [`Browser` capability in `github.com/cli/go-gh/v2/pkg/browser`](https://github.com/cli/go-gh/blob/61bf393cf4aeea6d00a6251390f5f67f5b67e727/pkg/browser/browser.go):\n\n- Using the `-w, --web` flag, GitHub CLI users can view GitHub repositories, issues, pull requests, and more using their web browser\n- Using the `gh codespace` command set, GitHub CLI users can transition to Visual Studio Code to work with GitHub Codespaces\n\nThis is done by using URLs provided through API responses from authenticated GitHub hosts when users execute `gh` commands.\n\nPrior to `2.12.1`, `Browser.Browse()` would attempt to open the provided URL using a variety of OS-specific approaches regardless of the scheme. An attacker-controlled GitHub Enterprise Server could modify API responses to use a specially tailored local executable path instead of HTTP URLs to resources. This could allow the attacker to execute arbitrary executables on the user's machine. \n\nIn `2.12.1`, `Browser.Browse()` has been enhanced to allow and disallow a variety of scenarios to avoid opening or executing files on the filesystem without unduly impacting HTTP URLs:\n\n1. URLs with `http://`, `https://`, `vscode://`, `vscode-insiders://` protocols are supported\n1. URLs with `file://` protocol are unsupported\n1. URLs matching files or directories on the filesystem are unsupported\n1. URLs matching executables in the user's path are unsupported\n\nURLs without protocols will be browsable if none of these other conditions apply.\n\nAs we have more information about use cases, maintainers can expand these capabilities for an improved user experience that allows configuring allowed URL schemes and/or prompt the user for an unexpected user case and confirming whether to continue.\n\n### Impact\n\nSuccessful exploitation could cause users of the attacker-controlled GitHub Enterprise Server to execute arbitrary commands.\n\n### Remediation and Mitigation\n\n1. Upgrade `go-gh` to `2.12.1`", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/cli/go-gh/v2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.12.1" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.12.0" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/cli/go-gh/security/advisories/GHSA-g9f5-x53j-h563" + }, + { + "type": "WEB", + "url": "https://github.com/cli/go-gh/commit/a08820a13f257d6c5b4cb86d37db559ec6d14577" + }, + { + "type": "PACKAGE", + "url": "https://github.com/cli/go-gh" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-501" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-05-30T15:30:39Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-4jhj-g9wr-f89q/GHSA-4jhj-g9wr-f89q.json b/advisories/unreviewed/2024/01/GHSA-4jhj-g9wr-f89q/GHSA-4jhj-g9wr-f89q.json index 1f145b34a0b..3f771fd88a9 100644 --- a/advisories/unreviewed/2024/01/GHSA-4jhj-g9wr-f89q/GHSA-4jhj-g9wr-f89q.json +++ b/advisories/unreviewed/2024/01/GHSA-4jhj-g9wr-f89q/GHSA-4jhj-g9wr-f89q.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-4jhj-g9wr-f89q", - "modified": "2024-01-29T18:31:48Z", + "modified": "2025-05-30T15:30:25Z", "published": "2024-01-23T21:30:21Z", "aliases": [ "CVE-2023-52328" diff --git a/advisories/unreviewed/2024/01/GHSA-4xm5-v879-59g7/GHSA-4xm5-v879-59g7.json b/advisories/unreviewed/2024/01/GHSA-4xm5-v879-59g7/GHSA-4xm5-v879-59g7.json index 44c746955f7..c921455e481 100644 --- a/advisories/unreviewed/2024/01/GHSA-4xm5-v879-59g7/GHSA-4xm5-v879-59g7.json +++ b/advisories/unreviewed/2024/01/GHSA-4xm5-v879-59g7/GHSA-4xm5-v879-59g7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-4xm5-v879-59g7", - "modified": "2024-01-25T03:30:58Z", + "modified": "2025-05-30T15:30:21Z", "published": "2024-01-19T06:30:20Z", "aliases": [ "CVE-2024-23387" diff --git a/advisories/unreviewed/2024/01/GHSA-5q2h-m2hm-4r3w/GHSA-5q2h-m2hm-4r3w.json b/advisories/unreviewed/2024/01/GHSA-5q2h-m2hm-4r3w/GHSA-5q2h-m2hm-4r3w.json index 3fe1573e7e4..0582931e80e 100644 --- a/advisories/unreviewed/2024/01/GHSA-5q2h-m2hm-4r3w/GHSA-5q2h-m2hm-4r3w.json +++ b/advisories/unreviewed/2024/01/GHSA-5q2h-m2hm-4r3w/GHSA-5q2h-m2hm-4r3w.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-5q2h-m2hm-4r3w", - "modified": "2024-02-05T18:31:36Z", + "modified": "2025-05-30T15:30:26Z", "published": "2024-01-24T18:31:01Z", "aliases": [ "CVE-2023-51886" diff --git a/advisories/unreviewed/2024/01/GHSA-6253-5q75-wc4w/GHSA-6253-5q75-wc4w.json b/advisories/unreviewed/2024/01/GHSA-6253-5q75-wc4w/GHSA-6253-5q75-wc4w.json index e49a890a7be..57658b3f51a 100644 --- a/advisories/unreviewed/2024/01/GHSA-6253-5q75-wc4w/GHSA-6253-5q75-wc4w.json +++ b/advisories/unreviewed/2024/01/GHSA-6253-5q75-wc4w/GHSA-6253-5q75-wc4w.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6253-5q75-wc4w", - "modified": "2024-01-30T00:30:29Z", + "modified": "2025-05-30T15:30:23Z", "published": "2024-01-23T12:30:30Z", "aliases": [ "CVE-2024-23348" diff --git a/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json b/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json index 7c573fac994..adff3097f83 100644 --- a/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json +++ b/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6grj-h983-99rg", - "modified": "2024-01-30T21:30:28Z", + "modified": "2025-05-30T15:30:25Z", "published": "2024-01-23T21:30:21Z", "aliases": [ "CVE-2023-47199" diff --git a/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json b/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json index c8cfb70a01a..6e974a7ac68 100644 --- a/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json +++ b/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-6jhr-xfqr-826m", - "modified": "2024-01-30T18:30:19Z", + "modified": "2025-05-30T15:30:25Z", "published": "2024-01-23T21:30:21Z", "aliases": [ "CVE-2023-47200" diff --git a/advisories/unreviewed/2024/01/GHSA-78m6-vgh2-9c4v/GHSA-78m6-vgh2-9c4v.json b/advisories/unreviewed/2024/01/GHSA-78m6-vgh2-9c4v/GHSA-78m6-vgh2-9c4v.json index a67afbd6dbb..31420fdae7a 100644 --- a/advisories/unreviewed/2024/01/GHSA-78m6-vgh2-9c4v/GHSA-78m6-vgh2-9c4v.json +++ b/advisories/unreviewed/2024/01/GHSA-78m6-vgh2-9c4v/GHSA-78m6-vgh2-9c4v.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-78m6-vgh2-9c4v", - "modified": "2024-01-29T18:31:47Z", + "modified": "2025-05-30T15:30:24Z", "published": "2024-01-23T21:30:20Z", "aliases": [ "CVE-2023-41177" diff --git a/advisories/unreviewed/2024/01/GHSA-7jq7-8r3x-pjjq/GHSA-7jq7-8r3x-pjjq.json b/advisories/unreviewed/2024/01/GHSA-7jq7-8r3x-pjjq/GHSA-7jq7-8r3x-pjjq.json index 9a5d86b1f1f..343a98b6276 100644 --- a/advisories/unreviewed/2024/01/GHSA-7jq7-8r3x-pjjq/GHSA-7jq7-8r3x-pjjq.json +++ b/advisories/unreviewed/2024/01/GHSA-7jq7-8r3x-pjjq/GHSA-7jq7-8r3x-pjjq.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-7jq7-8r3x-pjjq", - "modified": "2024-01-30T18:30:19Z", + "modified": "2025-05-30T15:30:24Z", "published": "2024-01-23T15:30:58Z", "aliases": [ "CVE-2024-0753" diff --git a/advisories/unreviewed/2024/01/GHSA-7wff-94vq-2q76/GHSA-7wff-94vq-2q76.json b/advisories/unreviewed/2024/01/GHSA-7wff-94vq-2q76/GHSA-7wff-94vq-2q76.json index 808512494fb..3446b41ab6a 100644 --- a/advisories/unreviewed/2024/01/GHSA-7wff-94vq-2q76/GHSA-7wff-94vq-2q76.json +++ b/advisories/unreviewed/2024/01/GHSA-7wff-94vq-2q76/GHSA-7wff-94vq-2q76.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-7wff-94vq-2q76", - "modified": "2024-02-06T15:32:04Z", + "modified": "2025-05-30T15:30:25Z", "published": "2024-01-24T00:30:32Z", "aliases": [ "CVE-2023-35835" diff --git a/advisories/unreviewed/2024/01/GHSA-8h9j-pxfp-9p97/GHSA-8h9j-pxfp-9p97.json b/advisories/unreviewed/2024/01/GHSA-8h9j-pxfp-9p97/GHSA-8h9j-pxfp-9p97.json index cf5b7cdccd7..34dd3c1bf80 100644 --- a/advisories/unreviewed/2024/01/GHSA-8h9j-pxfp-9p97/GHSA-8h9j-pxfp-9p97.json +++ b/advisories/unreviewed/2024/01/GHSA-8h9j-pxfp-9p97/GHSA-8h9j-pxfp-9p97.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8h9j-pxfp-9p97", - "modified": "2024-02-05T18:31:36Z", + "modified": "2025-05-30T15:30:26Z", "published": "2024-01-24T18:31:01Z", "aliases": [ "CVE-2023-51885" diff --git a/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json b/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json index 568730b97d6..ec91dc223c1 100644 --- a/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json +++ b/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8r5c-mgwc-qg49", - "modified": "2024-01-30T21:30:28Z", + "modified": "2025-05-30T15:30:26Z", "published": "2024-01-24T09:30:25Z", "aliases": [ "CVE-2023-51711" diff --git a/advisories/unreviewed/2024/01/GHSA-9vpc-ch84-fc8h/GHSA-9vpc-ch84-fc8h.json b/advisories/unreviewed/2024/01/GHSA-9vpc-ch84-fc8h/GHSA-9vpc-ch84-fc8h.json index 3c05139aae9..910abc54747 100644 --- a/advisories/unreviewed/2024/01/GHSA-9vpc-ch84-fc8h/GHSA-9vpc-ch84-fc8h.json +++ b/advisories/unreviewed/2024/01/GHSA-9vpc-ch84-fc8h/GHSA-9vpc-ch84-fc8h.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-9vpc-ch84-fc8h", - "modified": "2024-02-01T18:31:07Z", + "modified": "2025-05-30T15:30:27Z", "published": "2024-01-24T21:30:33Z", "aliases": [ "CVE-2021-42147" @@ -22,6 +22,10 @@ { "type": "WEB", "url": "https://seclists.org/fulldisclosure/2024/Jan/20" + }, + { + "type": "WEB", + "url": "http://seclists.org/fulldisclosure/2024/Jan/20" } ], "database_specific": { diff --git a/advisories/unreviewed/2024/01/GHSA-f3jq-6wmx-vhvw/GHSA-f3jq-6wmx-vhvw.json b/advisories/unreviewed/2024/01/GHSA-f3jq-6wmx-vhvw/GHSA-f3jq-6wmx-vhvw.json index d9f74a6be8a..91b9299183b 100644 --- a/advisories/unreviewed/2024/01/GHSA-f3jq-6wmx-vhvw/GHSA-f3jq-6wmx-vhvw.json +++ b/advisories/unreviewed/2024/01/GHSA-f3jq-6wmx-vhvw/GHSA-f3jq-6wmx-vhvw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-f3jq-6wmx-vhvw", - "modified": "2024-01-26T18:30:33Z", + "modified": "2025-05-30T15:30:21Z", "published": "2024-01-20T03:30:29Z", "aliases": [ "CVE-2023-51892" diff --git a/advisories/unreviewed/2024/01/GHSA-fppg-744g-mv5h/GHSA-fppg-744g-mv5h.json b/advisories/unreviewed/2024/01/GHSA-fppg-744g-mv5h/GHSA-fppg-744g-mv5h.json index 401d43506b0..abacca00c69 100644 --- a/advisories/unreviewed/2024/01/GHSA-fppg-744g-mv5h/GHSA-fppg-744g-mv5h.json +++ b/advisories/unreviewed/2024/01/GHSA-fppg-744g-mv5h/GHSA-fppg-744g-mv5h.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-fppg-744g-mv5h", - "modified": "2024-01-29T15:30:24Z", + "modified": "2025-05-30T15:30:26Z", "published": "2024-01-24T00:30:32Z", "aliases": [ "CVE-2024-0812" diff --git a/advisories/unreviewed/2024/01/GHSA-gp4x-rchj-pqm4/GHSA-gp4x-rchj-pqm4.json b/advisories/unreviewed/2024/01/GHSA-gp4x-rchj-pqm4/GHSA-gp4x-rchj-pqm4.json index 49a4bd5b887..5b76deade3a 100644 --- a/advisories/unreviewed/2024/01/GHSA-gp4x-rchj-pqm4/GHSA-gp4x-rchj-pqm4.json +++ b/advisories/unreviewed/2024/01/GHSA-gp4x-rchj-pqm4/GHSA-gp4x-rchj-pqm4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-gp4x-rchj-pqm4", - "modified": "2024-01-26T21:30:22Z", + "modified": "2025-05-30T15:30:22Z", "published": "2024-01-22T21:31:07Z", "aliases": [ "CVE-2023-7170" diff --git a/advisories/unreviewed/2024/01/GHSA-gpvq-2fxv-3pgq/GHSA-gpvq-2fxv-3pgq.json b/advisories/unreviewed/2024/01/GHSA-gpvq-2fxv-3pgq/GHSA-gpvq-2fxv-3pgq.json index 21c30bf0b63..85d270689d2 100644 --- a/advisories/unreviewed/2024/01/GHSA-gpvq-2fxv-3pgq/GHSA-gpvq-2fxv-3pgq.json +++ b/advisories/unreviewed/2024/01/GHSA-gpvq-2fxv-3pgq/GHSA-gpvq-2fxv-3pgq.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-gpvq-2fxv-3pgq", - "modified": "2024-01-29T18:31:47Z", + "modified": "2025-05-30T15:30:23Z", "published": "2024-01-23T15:30:57Z", "aliases": [ "CVE-2024-0742" diff --git a/advisories/unreviewed/2024/01/GHSA-h59p-5475-hhmr/GHSA-h59p-5475-hhmr.json b/advisories/unreviewed/2024/01/GHSA-h59p-5475-hhmr/GHSA-h59p-5475-hhmr.json index b53523e114d..e244aa55ba9 100644 --- a/advisories/unreviewed/2024/01/GHSA-h59p-5475-hhmr/GHSA-h59p-5475-hhmr.json +++ b/advisories/unreviewed/2024/01/GHSA-h59p-5475-hhmr/GHSA-h59p-5475-hhmr.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h59p-5475-hhmr", - "modified": "2024-01-30T00:30:29Z", + "modified": "2025-05-30T15:30:23Z", "published": "2024-01-23T15:30:57Z", "aliases": [ "CVE-2024-0741" diff --git a/advisories/unreviewed/2024/01/GHSA-h739-gq5p-h6x4/GHSA-h739-gq5p-h6x4.json b/advisories/unreviewed/2024/01/GHSA-h739-gq5p-h6x4/GHSA-h739-gq5p-h6x4.json index cda463e0dbd..5d97fb62a93 100644 --- a/advisories/unreviewed/2024/01/GHSA-h739-gq5p-h6x4/GHSA-h739-gq5p-h6x4.json +++ b/advisories/unreviewed/2024/01/GHSA-h739-gq5p-h6x4/GHSA-h739-gq5p-h6x4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-h739-gq5p-h6x4", - "modified": "2024-01-30T03:30:30Z", + "modified": "2025-05-30T15:30:22Z", "published": "2024-01-23T09:30:22Z", "aliases": [ "CVE-2024-23848" diff --git a/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json b/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json index 31562bafc50..cb8ff38e88a 100644 --- a/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json +++ b/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jm27-8g8p-3jmp", - "modified": "2024-01-30T18:30:19Z", + "modified": "2025-05-30T15:30:24Z", "published": "2024-01-23T21:30:20Z", "aliases": [ "CVE-2023-47194" diff --git a/advisories/unreviewed/2024/01/GHSA-jxfv-m3f6-ch5r/GHSA-jxfv-m3f6-ch5r.json b/advisories/unreviewed/2024/01/GHSA-jxfv-m3f6-ch5r/GHSA-jxfv-m3f6-ch5r.json index 70a4577bb1b..85847e0ff66 100644 --- a/advisories/unreviewed/2024/01/GHSA-jxfv-m3f6-ch5r/GHSA-jxfv-m3f6-ch5r.json +++ b/advisories/unreviewed/2024/01/GHSA-jxfv-m3f6-ch5r/GHSA-jxfv-m3f6-ch5r.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jxfv-m3f6-ch5r", - "modified": "2024-01-29T15:30:24Z", + "modified": "2025-05-30T15:30:26Z", "published": "2024-01-24T00:30:33Z", "aliases": [ "CVE-2024-0814" diff --git a/advisories/unreviewed/2024/01/GHSA-pgcw-8wrq-74f3/GHSA-pgcw-8wrq-74f3.json b/advisories/unreviewed/2024/01/GHSA-pgcw-8wrq-74f3/GHSA-pgcw-8wrq-74f3.json index 1d84e1b5e19..9aede1d7dc8 100644 --- a/advisories/unreviewed/2024/01/GHSA-pgcw-8wrq-74f3/GHSA-pgcw-8wrq-74f3.json +++ b/advisories/unreviewed/2024/01/GHSA-pgcw-8wrq-74f3/GHSA-pgcw-8wrq-74f3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-pgcw-8wrq-74f3", - "modified": "2024-01-30T00:30:29Z", + "modified": "2025-05-30T15:30:24Z", "published": "2024-01-23T18:31:11Z", "aliases": [ "CVE-2023-45889" diff --git a/advisories/unreviewed/2024/01/GHSA-qrph-vx83-8q9v/GHSA-qrph-vx83-8q9v.json b/advisories/unreviewed/2024/01/GHSA-qrph-vx83-8q9v/GHSA-qrph-vx83-8q9v.json index 557c8c32fd2..84ab5940f34 100644 --- a/advisories/unreviewed/2024/01/GHSA-qrph-vx83-8q9v/GHSA-qrph-vx83-8q9v.json +++ b/advisories/unreviewed/2024/01/GHSA-qrph-vx83-8q9v/GHSA-qrph-vx83-8q9v.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-qrph-vx83-8q9v", - "modified": "2024-01-30T00:30:29Z", + "modified": "2025-05-30T15:30:23Z", "published": "2024-01-23T12:30:29Z", "aliases": [ "CVE-2024-23182" diff --git a/advisories/unreviewed/2024/01/GHSA-r66j-9v9r-h3h9/GHSA-r66j-9v9r-h3h9.json b/advisories/unreviewed/2024/01/GHSA-r66j-9v9r-h3h9/GHSA-r66j-9v9r-h3h9.json index b8e3d5d0c3a..c43551ef01a 100644 --- a/advisories/unreviewed/2024/01/GHSA-r66j-9v9r-h3h9/GHSA-r66j-9v9r-h3h9.json +++ b/advisories/unreviewed/2024/01/GHSA-r66j-9v9r-h3h9/GHSA-r66j-9v9r-h3h9.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-r66j-9v9r-h3h9", - "modified": "2024-01-26T21:30:21Z", + "modified": "2025-05-30T15:30:22Z", "published": "2024-01-22T21:31:07Z", "aliases": [ "CVE-2023-6626" diff --git a/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json b/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json index 31d698fbd3d..aac4848da58 100644 --- a/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json +++ b/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-v576-wfmr-x3x7", - "modified": "2024-01-30T21:30:28Z", + "modified": "2025-05-30T15:30:25Z", "published": "2024-01-23T21:30:21Z", "aliases": [ "CVE-2023-52324" diff --git a/advisories/unreviewed/2024/01/GHSA-xcjc-c88c-v52w/GHSA-xcjc-c88c-v52w.json b/advisories/unreviewed/2024/01/GHSA-xcjc-c88c-v52w/GHSA-xcjc-c88c-v52w.json index 55dbc1c482d..aaf33753ed1 100644 --- a/advisories/unreviewed/2024/01/GHSA-xcjc-c88c-v52w/GHSA-xcjc-c88c-v52w.json +++ b/advisories/unreviewed/2024/01/GHSA-xcjc-c88c-v52w/GHSA-xcjc-c88c-v52w.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-xcjc-c88c-v52w", - "modified": "2024-03-28T21:30:31Z", + "modified": "2025-05-30T15:30:22Z", "published": "2024-01-22T15:30:23Z", "aliases": [ "CVE-2020-36772" ], - "details": "CloudLinux\n CageFS 7.0.8-2 or below insufficiently restricts file paths supplied to\n the sendmail proxy command. This allows local users to read and write \narbitrary files outside the CageFS environment in a limited way.\n", + "details": "CloudLinux\n CageFS 7.0.8-2 or below insufficiently restricts file paths supplied to\n the sendmail proxy command. This allows local users to read and write \narbitrary files outside the CageFS environment in a limited way.", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/unreviewed/2024/01/GHSA-xhgx-qvgm-xg3q/GHSA-xhgx-qvgm-xg3q.json b/advisories/unreviewed/2024/01/GHSA-xhgx-qvgm-xg3q/GHSA-xhgx-qvgm-xg3q.json index 228edb180c9..1a7aab91013 100644 --- a/advisories/unreviewed/2024/01/GHSA-xhgx-qvgm-xg3q/GHSA-xhgx-qvgm-xg3q.json +++ b/advisories/unreviewed/2024/01/GHSA-xhgx-qvgm-xg3q/GHSA-xhgx-qvgm-xg3q.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-xhgx-qvgm-xg3q", - "modified": "2024-01-26T18:30:33Z", + "modified": "2025-05-30T15:30:21Z", "published": "2024-01-20T03:30:29Z", "aliases": [ "CVE-2023-51926" diff --git a/advisories/unreviewed/2024/01/GHSA-xw3v-x6gq-q358/GHSA-xw3v-x6gq-q358.json b/advisories/unreviewed/2024/01/GHSA-xw3v-x6gq-q358/GHSA-xw3v-x6gq-q358.json index cd6039b9e62..d1390b241dc 100644 --- a/advisories/unreviewed/2024/01/GHSA-xw3v-x6gq-q358/GHSA-xw3v-x6gq-q358.json +++ b/advisories/unreviewed/2024/01/GHSA-xw3v-x6gq-q358/GHSA-xw3v-x6gq-q358.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-xw3v-x6gq-q358", - "modified": "2024-01-29T18:31:48Z", + "modified": "2025-05-30T15:30:24Z", "published": "2024-01-23T21:30:20Z", "aliases": [ "CVE-2023-41178" diff --git a/advisories/unreviewed/2025/04/GHSA-jm2g-3f56-rvvh/GHSA-jm2g-3f56-rvvh.json b/advisories/unreviewed/2025/04/GHSA-jm2g-3f56-rvvh/GHSA-jm2g-3f56-rvvh.json index 4f5391af90e..d46208b7d28 100644 --- a/advisories/unreviewed/2025/04/GHSA-jm2g-3f56-rvvh/GHSA-jm2g-3f56-rvvh.json +++ b/advisories/unreviewed/2025/04/GHSA-jm2g-3f56-rvvh/GHSA-jm2g-3f56-rvvh.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jm2g-3f56-rvvh", - "modified": "2025-05-14T18:30:45Z", + "modified": "2025-05-30T15:30:28Z", "published": "2025-04-23T12:31:25Z", "aliases": [ "CVE-2024-10306" @@ -19,6 +19,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10306" }, + { + "type": "WEB", + "url": "https://access.redhat.com/errata/RHBA-2025:2973" + }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHBA-2025:5309" diff --git a/advisories/unreviewed/2025/05/GHSA-22j2-rr3r-x36m/GHSA-22j2-rr3r-x36m.json b/advisories/unreviewed/2025/05/GHSA-22j2-rr3r-x36m/GHSA-22j2-rr3r-x36m.json new file mode 100644 index 00000000000..7d23f99a62b --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-22j2-rr3r-x36m/GHSA-22j2-rr3r-x36m.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-22j2-rr3r-x36m", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4990" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Change Governance in Product Manager from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4990" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-23hw-vp6g-7987/GHSA-23hw-vp6g-7987.json b/advisories/unreviewed/2025/05/GHSA-23hw-vp6g-7987/GHSA-23hw-vp6g-7987.json new file mode 100644 index 00000000000..11b8029dcbf --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-23hw-vp6g-7987/GHSA-23hw-vp6g-7987.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-23hw-vp6g-7987", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4992" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Service Items Management in Service Process Engineer from Release 3DEXPERIENCE R2024x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4992" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-245w-hx5r-x6jq/GHSA-245w-hx5r-x6jq.json b/advisories/unreviewed/2025/05/GHSA-245w-hx5r-x6jq/GHSA-245w-hx5r-x6jq.json index 50dc798ab6e..6581231c54c 100644 --- a/advisories/unreviewed/2025/05/GHSA-245w-hx5r-x6jq/GHSA-245w-hx5r-x6jq.json +++ b/advisories/unreviewed/2025/05/GHSA-245w-hx5r-x6jq/GHSA-245w-hx5r-x6jq.json @@ -1,13 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-245w-hx5r-x6jq", - "modified": "2025-05-29T15:31:09Z", + "modified": "2025-05-30T15:30:30Z", "published": "2025-05-29T15:31:09Z", "aliases": [ "CVE-2024-22654" ], "details": "tcpreplay v4.4.4 was discovered to contain an infinite loop via the tcprewrite function at get.c.", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], "affected": [], "references": [ { @@ -24,8 +29,10 @@ } ], "database_specific": { - "cwe_ids": [], - "severity": null, + "cwe_ids": [ + "CWE-835" + ], + "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-05-29T15:15:29Z" diff --git a/advisories/unreviewed/2025/05/GHSA-2vx2-pv2m-vwrq/GHSA-2vx2-pv2m-vwrq.json b/advisories/unreviewed/2025/05/GHSA-2vx2-pv2m-vwrq/GHSA-2vx2-pv2m-vwrq.json new file mode 100644 index 00000000000..16fcac12510 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-2vx2-pv2m-vwrq/GHSA-2vx2-pv2m-vwrq.json @@ -0,0 +1,34 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2vx2-pv2m-vwrq", + "modified": "2025-05-30T15:30:31Z", + "published": "2025-05-30T15:30:31Z", + "aliases": [ + "CVE-2024-7097" + ], + "details": "An incorrect authorization vulnerability exists in multiple WSO2 products due to a flaw in the SOAP admin service, which allows user account creation regardless of the self-registration configuration settings. This vulnerability enables malicious actors to create new user accounts without proper authorization.\n\nExploitation of this flaw could allow an attacker to create multiple low-privileged user accounts, gaining unauthorized access to the system. Additionally, continuous exploitation could lead to system resource exhaustion through mass user creation.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7097" + }, + { + "type": "WEB", + "url": "https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2024/WSO2-2024-3574" + } + ], + "database_specific": { + "cwe_ids": [], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-3c82-pv2c-m48j/GHSA-3c82-pv2c-m48j.json b/advisories/unreviewed/2025/05/GHSA-3c82-pv2c-m48j/GHSA-3c82-pv2c-m48j.json new file mode 100644 index 00000000000..8192163483e --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-3c82-pv2c-m48j/GHSA-3c82-pv2c-m48j.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3c82-pv2c-m48j", + "modified": "2025-05-30T15:30:30Z", + "published": "2025-05-30T15:30:30Z", + "aliases": [ + "CVE-2025-2500" + ], + "details": "A vulnerability exists in the SOAP Web services of the Asset \nSuite versions listed below. If successfully exploited, an attacker \ncould gain unauthorized access to the product and the time window of a possible password attack could be expanded.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/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:X" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2500" + }, + { + "type": "WEB", + "url": "https://publisher.hitachienergy.com/preview?DocumentID=8DBD000212&LanguageCode=en&DocumentPartId=&Action=Launch" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-256" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T13:15:22Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-4p8q-mcqq-fxww/GHSA-4p8q-mcqq-fxww.json b/advisories/unreviewed/2025/05/GHSA-4p8q-mcqq-fxww/GHSA-4p8q-mcqq-fxww.json new file mode 100644 index 00000000000..8a04e444c48 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-4p8q-mcqq-fxww/GHSA-4p8q-mcqq-fxww.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4p8q-mcqq-fxww", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4985" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Risk Management in Project Portfolio Manager from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4985" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-4xvh-wp28-5c2x/GHSA-4xvh-wp28-5c2x.json b/advisories/unreviewed/2025/05/GHSA-4xvh-wp28-5c2x/GHSA-4xvh-wp28-5c2x.json new file mode 100644 index 00000000000..d20d5966418 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-4xvh-wp28-5c2x/GHSA-4xvh-wp28-5c2x.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4xvh-wp28-5c2x", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4991" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting 3D Markup in Collaborative Industry Innovator from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4991" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-6qvf-6h48-r64v/GHSA-6qvf-6h48-r64v.json b/advisories/unreviewed/2025/05/GHSA-6qvf-6h48-r64v/GHSA-6qvf-6h48-r64v.json new file mode 100644 index 00000000000..01fa522dffa --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-6qvf-6h48-r64v/GHSA-6qvf-6h48-r64v.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6qvf-6h48-r64v", + "modified": "2025-05-30T15:30:31Z", + "published": "2025-05-30T15:30:31Z", + "aliases": [ + "CVE-2025-48331" + ], + "details": "Insertion of Sensitive Information Into Sent Data vulnerability in Vanquish WooCommerce Orders & Customers Exporter allows Retrieve Embedded Sensitive Data.This issue affects WooCommerce Orders & Customers Exporter: from n/a through 5.0.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48331" + }, + { + "type": "WEB", + "url": "https://patchstack.com/database/wordpress/plugin/woocommerce-orders-customers-exporter/vulnerability/wordpress-woocommerce-orders-customers-exporter-5-0-sensitive-data-exposure-vulnerability?_s_id=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-201" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T14:15:22Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-86jg-35xj-3vv5/GHSA-86jg-35xj-3vv5.json b/advisories/unreviewed/2025/05/GHSA-86jg-35xj-3vv5/GHSA-86jg-35xj-3vv5.json new file mode 100644 index 00000000000..1e370a7db88 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-86jg-35xj-3vv5/GHSA-86jg-35xj-3vv5.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-86jg-35xj-3vv5", + "modified": "2025-05-30T15:30:32Z", + "published": "2025-05-30T15:30:32Z", + "aliases": [ + "CVE-2025-3611" + ], + "details": "Mattermost versions 10.7.x <= 10.7.0, 10.5.x <= 10.5.3, 9.11.x <= 9.11.12 fails to properly enforce access control restrictions for System Manager roles, allowing authenticated users with System Manager privileges to view team details they should not have access to via direct API requests to team endpoints, even when explicitly configured with 'No access' to Teams in the System Console.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3611" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "LOW", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:41Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-8cgx-9ccj-3gwr/GHSA-8cgx-9ccj-3gwr.json b/advisories/unreviewed/2025/05/GHSA-8cgx-9ccj-3gwr/GHSA-8cgx-9ccj-3gwr.json new file mode 100644 index 00000000000..a3dd331edef --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-8cgx-9ccj-3gwr/GHSA-8cgx-9ccj-3gwr.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8cgx-9ccj-3gwr", + "modified": "2025-05-30T15:30:32Z", + "published": "2025-05-30T15:30:32Z", + "aliases": [ + "CVE-2025-2571" + ], + "details": "Mattermost versions 10.7.x <= 10.7.0, 10.6.x <= 10.6.2, 10.5.x <= 10.5.3, 9.11.x <= 9.11.12 fail to clear Google OAuth credentials when converting user accounts to bot accounts, allowing attackers to gain unauthorized access to bot accounts via the Google OAuth signup flow.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2571" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-303" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-8w6q-4mh2-p2gh/GHSA-8w6q-4mh2-p2gh.json b/advisories/unreviewed/2025/05/GHSA-8w6q-4mh2-p2gh/GHSA-8w6q-4mh2-p2gh.json index 8f4454f0cf5..5695fe0895f 100644 --- a/advisories/unreviewed/2025/05/GHSA-8w6q-4mh2-p2gh/GHSA-8w6q-4mh2-p2gh.json +++ b/advisories/unreviewed/2025/05/GHSA-8w6q-4mh2-p2gh/GHSA-8w6q-4mh2-p2gh.json @@ -1,13 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-8w6q-4mh2-p2gh", - "modified": "2025-05-30T06:30:25Z", + "modified": "2025-05-30T15:30:30Z", "published": "2025-05-30T06:30:25Z", "aliases": [ "CVE-2025-4429" ], "details": "The Gearside Developer Dashboard WordPress plugin through 1.0.72 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin.", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], "affected": [], "references": [ { @@ -21,7 +26,7 @@ ], "database_specific": { "cwe_ids": [], - "severity": null, + "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-05-30T06:15:28Z" diff --git a/advisories/unreviewed/2025/05/GHSA-ch6r-g2jw-gm94/GHSA-ch6r-g2jw-gm94.json b/advisories/unreviewed/2025/05/GHSA-ch6r-g2jw-gm94/GHSA-ch6r-g2jw-gm94.json new file mode 100644 index 00000000000..fa73e316186 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-ch6r-g2jw-gm94/GHSA-ch6r-g2jw-gm94.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-ch6r-g2jw-gm94", + "modified": "2025-05-30T15:30:31Z", + "published": "2025-05-30T15:30:31Z", + "aliases": [ + "CVE-2025-0602" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Compare in Collaborative Industry Innovator from Release 3DEXPERIENCE R2023x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0602" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-f4g4-qw7w-88cv/GHSA-f4g4-qw7w-88cv.json b/advisories/unreviewed/2025/05/GHSA-f4g4-qw7w-88cv/GHSA-f4g4-qw7w-88cv.json new file mode 100644 index 00000000000..5297012221d --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-f4g4-qw7w-88cv/GHSA-f4g4-qw7w-88cv.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-f4g4-qw7w-88cv", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4983" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting City Referential in City Referential Manager on Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4983" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:41Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-fh3m-9qvj-4hmh/GHSA-fh3m-9qvj-4hmh.json b/advisories/unreviewed/2025/05/GHSA-fh3m-9qvj-4hmh/GHSA-fh3m-9qvj-4hmh.json new file mode 100644 index 00000000000..9cd862f1778 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-fh3m-9qvj-4hmh/GHSA-fh3m-9qvj-4hmh.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fh3m-9qvj-4hmh", + "modified": "2025-05-30T15:30:30Z", + "published": "2025-05-30T15:30:30Z", + "aliases": [ + "CVE-2025-4433" + ], + "details": "Improper access control in user group management in Devolutions Server 2025.1.7.0 and earlier allows a non-administrative user with both \"User Management\" and \"User Group Management\" permissions to perform privilege escalation by adding users to groups with administrative privileges.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4433" + }, + { + "type": "WEB", + "url": "https://devolutions.net/security/advisories/DEVO-2025-0010" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T13:15:24Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-g69w-9ch7-4vm2/GHSA-g69w-9ch7-4vm2.json b/advisories/unreviewed/2025/05/GHSA-g69w-9ch7-4vm2/GHSA-g69w-9ch7-4vm2.json new file mode 100644 index 00000000000..204f00ff853 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-g69w-9ch7-4vm2/GHSA-g69w-9ch7-4vm2.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g69w-9ch7-4vm2", + "modified": "2025-05-30T15:30:30Z", + "published": "2025-05-30T15:30:30Z", + "aliases": [ + "CVE-2025-1484" + ], + "details": "A vulnerability exists in the media upload component of the Asset \nSuite versions listed below. If successfully exploited an attacker \ncould impact the confidentiality or integrity of the system. An attacker can use this vulnerability to construct a request that will \ncause JavaScript code supplied by the attacker to execute within \nthe user’s browser in the context of that user’s session with the \napplication.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:H/SI:H/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:X" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1484" + }, + { + "type": "WEB", + "url": "https://publisher.hitachienergy.com/preview?DocumentID=8DBD000212&LanguageCode=en&DocumentPartId=&Action=Launch" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-184" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T13:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-gwwf-6mvv-mggx/GHSA-gwwf-6mvv-mggx.json b/advisories/unreviewed/2025/05/GHSA-gwwf-6mvv-mggx/GHSA-gwwf-6mvv-mggx.json new file mode 100644 index 00000000000..4896266059d --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-gwwf-6mvv-mggx/GHSA-gwwf-6mvv-mggx.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gwwf-6mvv-mggx", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4986" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Model Definition in Product Manager from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4986" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-hc6v-386m-93pq/GHSA-hc6v-386m-93pq.json b/advisories/unreviewed/2025/05/GHSA-hc6v-386m-93pq/GHSA-hc6v-386m-93pq.json new file mode 100644 index 00000000000..3cd50737f30 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-hc6v-386m-93pq/GHSA-hc6v-386m-93pq.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hc6v-386m-93pq", + "modified": "2025-05-30T15:30:32Z", + "published": "2025-05-30T15:30:32Z", + "aliases": [ + "CVE-2025-1792" + ], + "details": "Mattermost versions 10.7.x <= 10.7.0, 10.5.x <= 10.5.3, 9.11.x <= 9.11.12 fail to properly enforce access controls for guest users accessing channel member information, allowing authenticated guest users to view metadata about members of public channels via the channel members API endpoint.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1792" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "LOW", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-j63j-7r7r-5v4j/GHSA-j63j-7r7r-5v4j.json b/advisories/unreviewed/2025/05/GHSA-j63j-7r7r-5v4j/GHSA-j63j-7r7r-5v4j.json new file mode 100644 index 00000000000..ce205f2178c --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-j63j-7r7r-5v4j/GHSA-j63j-7r7r-5v4j.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j63j-7r7r-5v4j", + "modified": "2025-05-30T15:30:31Z", + "published": "2025-05-30T15:30:31Z", + "aliases": [ + "CVE-2024-7096" + ], + "details": "A privilege escalation vulnerability exists in multiple [Vendor Name] products due to a business logic flaw in SOAP admin services. A malicious actor can create a new user with elevated permissions only when all of the following conditions are met:\n * SOAP admin services are accessible to the attacker.\n * The deployment includes an internally used attribute that is not part of the default WSO2 product configuration.\n * At least one custom role exists with non-default permissions.\n * The attacker has knowledge of the custom role and the internal attribute used in the deployment.\n\n\nExploiting this vulnerability allows malicious actors to assign higher privileges to self-registered users, bypassing intended access control mechanisms.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7096" + }, + { + "type": "WEB", + "url": "https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2024/WSO2-2024-3573" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:40Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-jpf5-526x-c5hw/GHSA-jpf5-526x-c5hw.json b/advisories/unreviewed/2025/05/GHSA-jpf5-526x-c5hw/GHSA-jpf5-526x-c5hw.json new file mode 100644 index 00000000000..c4d4700d344 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-jpf5-526x-c5hw/GHSA-jpf5-526x-c5hw.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jpf5-526x-c5hw", + "modified": "2025-05-30T15:30:30Z", + "published": "2025-05-30T15:30:30Z", + "aliases": [ + "CVE-2025-40909" + ], + "details": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" + }, + { + "type": "WEB", + "url": "https://github.com/Perl/perl5/issues/10387" + }, + { + "type": "WEB", + "url": "https://github.com/Perl/perl5/issues/23010" + }, + { + "type": "WEB", + "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" + }, + { + "type": "WEB", + "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" + }, + { + "type": "WEB", + "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" + }, + { + "type": "WEB", + "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" + }, + { + "type": "WEB", + "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2025/05/23/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-362" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T13:15:22Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-jqj8-72fp-r4w6/GHSA-jqj8-72fp-r4w6.json b/advisories/unreviewed/2025/05/GHSA-jqj8-72fp-r4w6/GHSA-jqj8-72fp-r4w6.json new file mode 100644 index 00000000000..cbf58bda38b --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-jqj8-72fp-r4w6/GHSA-jqj8-72fp-r4w6.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jqj8-72fp-r4w6", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4989" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Requirements in Product Manager from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4989" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-jx2m-wgq5-5qcj/GHSA-jx2m-wgq5-5qcj.json b/advisories/unreviewed/2025/05/GHSA-jx2m-wgq5-5qcj/GHSA-jx2m-wgq5-5qcj.json new file mode 100644 index 00000000000..63162e6faf6 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-jx2m-wgq5-5qcj/GHSA-jx2m-wgq5-5qcj.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jx2m-wgq5-5qcj", + "modified": "2025-05-30T15:30:31Z", + "published": "2025-05-30T15:30:31Z", + "aliases": [ + "CVE-2025-4598" + ], + "details": "A vulnerability was found in systemd-coredump. This flaw allows an attacker to force a SUID process to crash and replace it with a non-SUID binary to access the original's privileged process coredump, allowing the attacker to read sensitive data, such as /etc/shadow content, loaded by the original process.\n\nA SUID binary or process has a special type of permission, which allows the process to run with the file owner's permissions, regardless of the user executing the binary. This allows the process to access more restricted data than unprivileged users or processes would be able to. An attacker can leverage this flaw by forcing a SUID process to crash and force the Linux kernel to recycle the process PID before systemd-coredump can analyze the /proc/pid/auxv file. If the attacker wins the race condition, they gain access to the original's SUID process coredump file. They can read sensitive content loaded into memory by the original binary, affecting data confidentiality.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4598" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2025-4598" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369242" + }, + { + "type": "WEB", + "url": "https://www.openwall.com/lists/oss-security/2025/05/29/3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-364" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T14:15:23Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-m8rp-q23q-9826/GHSA-m8rp-q23q-9826.json b/advisories/unreviewed/2025/05/GHSA-m8rp-q23q-9826/GHSA-m8rp-q23q-9826.json new file mode 100644 index 00000000000..b4a87e5ef0b --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-m8rp-q23q-9826/GHSA-m8rp-q23q-9826.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m8rp-q23q-9826", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4988" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting Results Analytics in Multidisciplinary Optimization Engineer from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2024x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4988" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-mc2f-jgj6-6cp3/GHSA-mc2f-jgj6-6cp3.json b/advisories/unreviewed/2025/05/GHSA-mc2f-jgj6-6cp3/GHSA-mc2f-jgj6-6cp3.json new file mode 100644 index 00000000000..fec3a281703 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-mc2f-jgj6-6cp3/GHSA-mc2f-jgj6-6cp3.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mc2f-jgj6-6cp3", + "modified": "2025-05-30T15:30:32Z", + "published": "2025-05-30T15:30:32Z", + "aliases": [ + "CVE-2025-3230" + ], + "details": "Mattermost versions 10.7.x <= 10.7.0, 10.6.x <= 10.6.2, 10.5.x <= 10.5.3, 9.11.x <= 9.11.12 fails to properly invalidate personal access tokens upon user deactivation, allowing deactivated users to maintain full system access by exploiting access token validation flaws via continued usage of previously issued tokens.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3230" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-303" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:41Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-pfpg-7856-gm54/GHSA-pfpg-7856-gm54.json b/advisories/unreviewed/2025/05/GHSA-pfpg-7856-gm54/GHSA-pfpg-7856-gm54.json new file mode 100644 index 00000000000..967f193e0fe --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-pfpg-7856-gm54/GHSA-pfpg-7856-gm54.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pfpg-7856-gm54", + "modified": "2025-05-30T15:30:33Z", + "published": "2025-05-30T15:30:33Z", + "aliases": [ + "CVE-2025-4984" + ], + "details": "A stored Cross-site Scripting (XSS) vulnerability affecting City Discover in City Referential Manager on Release 3DEXPERIENCE R2025x allows an attacker to execute arbitrary script code in user's browser session.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4984" + }, + { + "type": "WEB", + "url": "https://www.3ds.com/vulnerability/advisories" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T15:15:41Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-vw88-v4w8-cwv4/GHSA-vw88-v4w8-cwv4.json b/advisories/unreviewed/2025/05/GHSA-vw88-v4w8-cwv4/GHSA-vw88-v4w8-cwv4.json index 9e52ad8a525..a02ca1f8187 100644 --- a/advisories/unreviewed/2025/05/GHSA-vw88-v4w8-cwv4/GHSA-vw88-v4w8-cwv4.json +++ b/advisories/unreviewed/2025/05/GHSA-vw88-v4w8-cwv4/GHSA-vw88-v4w8-cwv4.json @@ -26,6 +26,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-706", "CWE-98" ], "severity": "HIGH",