diff --git a/advisories/github-reviewed/2025/04/GHSA-hphm-3x7f-g875/GHSA-hphm-3x7f-g875.json b/advisories/github-reviewed/2025/04/GHSA-hphm-3x7f-g875/GHSA-hphm-3x7f-g875.json new file mode 100644 index 00000000000..5520966258d --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-hphm-3x7f-g875/GHSA-hphm-3x7f-g875.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hphm-3x7f-g875", + "modified": "2025-04-03T13:04:12Z", + "published": "2025-04-03T00:31:32Z", + "aliases": [ + "CVE-2025-3130" + ], + "summary": "Drupal Obfuscate Vulnerable to Stored Cross-Site Scripting (XSS)", + "details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Drupal Obfuscate allows Stored XSS. This issue affects Obfuscate: from 0.0.0 before 2.0.1.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/obfuscate" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3130" + }, + { + "type": "PACKAGE", + "url": "https://git.drupalcode.org/project/obfuscate" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/sa-contrib-2025-029" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-03T13:04:12Z", + "nvd_published_at": "2025-04-02T22:15:21Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-rfw5-cqjj-7v9r/GHSA-rfw5-cqjj-7v9r.json b/advisories/github-reviewed/2025/04/GHSA-rfw5-cqjj-7v9r/GHSA-rfw5-cqjj-7v9r.json new file mode 100644 index 00000000000..824c044ed0f --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-rfw5-cqjj-7v9r/GHSA-rfw5-cqjj-7v9r.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rfw5-cqjj-7v9r", + "modified": "2025-04-03T13:02:57Z", + "published": "2025-04-03T13:02:57Z", + "aliases": [ + "CVE-2023-47639" + ], + "summary": "API Platform Core can leak exceptions message that may contain sensitive information", + "details": "### Summary\n\nException messages, that are not HTTP exceptions, are visible in the JSON error response.\n\n### Details\n\nWhile we wanted to make our errors compatible with the [JSON Problem](https://datatracker.ietf.org/doc/html/rfc7807) specification, we ended up handling more exceptions then we did previously (introduced at https://github.com/api-platform/core/pull/5823). Instead of leaving that to Symfony, we ended up serializing errors with our normalizers which lead to not hiding the exception details. Note that the trace is hidden in production but the message is not, and the message can contain sensitive information.\n\n### PoC\n\nAt https://github.com/ili101/api-platform/tree/test3.2 it triggers an authentication exception as LDAP is not reachable. You can find the message available as a JSON response when trying to reach an endpoint.\n\n### Impact\n\nVersion 3.2 until 3.2.4 is impacted.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "api-platform/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.2.0" + }, + { + "fixed": "3.2.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/api-platform/core/security/advisories/GHSA-rfw5-cqjj-7v9r" + }, + { + "type": "WEB", + "url": "https://github.com/api-platform/core/commit/ba8a7e6538bccebf14c228e43a9339214c4d9201" + }, + { + "type": "PACKAGE", + "url": "https://github.com/api-platform/core" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-209" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-03T13:02:57Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-hphm-3x7f-g875/GHSA-hphm-3x7f-g875.json b/advisories/unreviewed/2025/04/GHSA-hphm-3x7f-g875/GHSA-hphm-3x7f-g875.json deleted file mode 100644 index 625af51284c..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-hphm-3x7f-g875/GHSA-hphm-3x7f-g875.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hphm-3x7f-g875", - "modified": "2025-04-03T00:31:32Z", - "published": "2025-04-03T00:31:32Z", - "aliases": [ - "CVE-2025-3130" - ], - "details": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Drupal Obfuscate allows Stored XSS.This issue affects Obfuscate: from 0.0.0 before 2.0.1.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3130" - }, - { - "type": "WEB", - "url": "https://www.drupal.org/sa-contrib-2025-029" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-02T22:15:21Z" - } -} \ No newline at end of file