From 1fd6c264d7aa6088fe351d8a7e854b384b6647f4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 16:07:21 +0000 Subject: [PATCH] Publish GHSA-3432-fmrf-7vmh --- .../GHSA-3432-fmrf-7vmh.json | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-3432-fmrf-7vmh/GHSA-3432-fmrf-7vmh.json diff --git a/advisories/github-reviewed/2025/05/GHSA-3432-fmrf-7vmh/GHSA-3432-fmrf-7vmh.json b/advisories/github-reviewed/2025/05/GHSA-3432-fmrf-7vmh/GHSA-3432-fmrf-7vmh.json new file mode 100644 index 00000000000..83601a41ab9 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-3432-fmrf-7vmh/GHSA-3432-fmrf-7vmh.json @@ -0,0 +1,63 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3432-fmrf-7vmh", + "modified": "2025-05-28T16:06:03Z", + "published": "2025-05-28T16:06:03Z", + "aliases": [], + "summary": "Chrome PHP is missing encoding in `CssSelector`", + "details": "### Impact\n\nCSS Selector expressions are not properly encoded, which can lead to XSS (cross-site scripting) vulnerabilities.\n\n### Patches\n\nThis is patched in v1.14.0.\n\n### Workarounds\n\nUsers can apply encoding manually to their selectors, if they are unable to upgrade.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "chrome-php/chrome" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.14.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/chrome-php/chrome/security/advisories/GHSA-3432-fmrf-7vmh" + }, + { + "type": "WEB", + "url": "https://github.com/chrome-php/chrome/pull/691" + }, + { + "type": "WEB", + "url": "https://github.com/chrome-php/chrome/commit/34b2b8d1691f4e3940b1e1e95d388fffe81169c8" + }, + { + "type": "PACKAGE", + "url": "https://github.com/chrome-php/chrome" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-05-28T16:06:03Z", + "nvd_published_at": null + } +} \ No newline at end of file