GHSA-jmh9-6rjq-gjh9:
Vulnerable embedded jQuery Version
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
-
Published
6/5/2024
Updated
6/5/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pimcore/admin-ui-classic-bundle | composer | <= 1.4.2 | 1.4.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from using jQuery
3.4.1, which contains XSS vulnerabilities in DOM manipulation methods like .html()
and .append()
when processing untrusted HTML. However, the provided information does not include specific code examples, file paths, or namespace details from the pimcore/admin-ui-classic-bundle
implementation that directly utilize these jQuery
methods with untrusted input. While the jQuery
methods themselves are known to be vulnerable, the advisory focuses on the library version rather than specific vulnerable functions in the PIMCore
codebase. Without access to the actual implementation details or commit diffs, we cannot confidently identify specific application-level functions that trigger the vulnerability.