Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐘
🐘 Packagist
Not in CISA KEV
HIGH severity

GHSA-424m-fj2q-g7vg — aimeos/ai-cms-grapesjs

HIGHFix: aimeos/ai-cms-grapesjs@2214f71

GHSA-424m-fj2q-g7vg is a high-severity (CVSS 7.6) Cross-site Scripting (XSS) vulnerability in aimeos/ai-cms-grapesjs. A fix is available for aimeos/ai-cms-grapesjs — see the affected versions and patch details below.

Aimeos GrapesJS CMS extension has possible stored XSS that's exploitable by authenticated editors

Also known asCVE-2025-66468
Published
Dec 3, 2025
Updated
Dec 3, 2025
Affected
5 pkgs
Patched
5 / 5
Exploits
None indexed
Exploitation data as of Sep 24, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-424m-fj2q-g7vg.

EPSS Exploitation Probability

via FIRST.org ↗
0.3%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs18th percentile — riskier than 18% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

GHSA-424m-fj2q-g7vg plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE doesn't sit, though severity or exploitability alone can still warrant action.

Where this sits among everything scored

Of 378,567 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

5 pkgs affected
🐘aimeos/ai-cms-grapesjs🐘aimeos/ai-cms-grapesjs🐘aimeos/ai-cms-grapesjs🐘aimeos/ai-cms-grapesjs🐘aimeos/ai-cms-grapesjs

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Packagist packages — download data is not available via public APIs for these ecosystems.

Description

The Aimeos GrapesJS CMS extension provides page editor for creating content pages based on extensible components. Prior to 2021.10.8, 2022.10.8, 2023.10.8, 2024.10.8, and 2025.10.8, Javascript code can be injected by malicious editors for a stored XSS attack if the standard Content Security Policy is disabled. This vulnerability is fixed in 2021.10.8, 2022.10.8, 2023.10.8, 2024.10.8, and 2025.10.8.

Affected Packages

5 total 5 fixed
EcosystemPackageVulnerable rangeFix
🐘Packagistaimeos/ai-cms-grapesjs≥ 2021.04.1&&< 2021.10.82021.10.8composer require aimeos/ai-cms-grapesjs:^2021.10.8
🐘Packagistaimeos/ai-cms-grapesjs≥ 2022.04.1&&< 2022.10.92022.10.9composer require aimeos/ai-cms-grapesjs:^2022.10.9
🐘Packagistaimeos/ai-cms-grapesjs≥ 2023.04.1&&< 2023.10.152023.10.15composer require aimeos/ai-cms-grapesjs:^2023.10.15
🐘Packagistaimeos/ai-cms-grapesjs≥ 2024.04.1&&< 2024.10.82024.10.8composer require aimeos/ai-cms-grapesjs:^2024.10.8
🐘Packagistaimeos/ai-cms-grapesjs≥ 2025.04.1&&< 2025.10.22025.10.2composer require aimeos/ai-cms-grapesjs:^2025.10.2

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for aimeos/ai-cms-grapesjs, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update aimeos/ai-cms-grapesjs to 2021.10.8 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-424m-fj2q-g7vg is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-424m-fj2q-g7vg can be triaged on real exposure rather than presence alone.

Tailored to GHSA-424m-fj2q-g7vg. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Impact Javascript code can be injected by malicious editors for a stored XSS attack if the standard Content Security Policy is disabled. ### Workaround If the standard CSP rules are active (default in production mode), an exploit isn't possible. ### Credits Lwin Min Oo <[email protected]>
O3 Security · Impact-Aware SCA

Is GHSA-424m-fj2q-g7vg in your dependencies?

O3 Security finds GHSA-424m-fj2q-g7vg across Packagist dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-424m-fj2q-g7vg: XSS (High 7.6) | O3 Security