GHSA-jj68-cp4v-98qf is a low-severity (CVSS 3.8) CWE-863 vulnerability in aimeos/ai-admin-graphql. A fix is available for aimeos/ai-admin-graphql — see the affected versions and patch details below.
aimeos/ai-admin-graphql improper access control vulnerability allows editors to manage own services
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-jj68-cp4v-98qf.
EPSS Exploitation Probability
Probability of exploitation in the next 30 days, from FIRST.org EPSS.
How urgent is this, really
GHSA-jj68-cp4v-98qf by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.
Where this sits among everything scored
Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.
Real-World Exposure
aimeos/ai-admin-graphql🐘aimeos/ai-admin-graphql🐘aimeos/ai-admin-graphqlReal-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
aimeos/ai-admin-graphql is the Aimeos GraphQL API admin interface. Starting in version 2022.04.1 and prior to versions 2022.10.10, 2023.10.6, and 2024.4.2, improper access control allows a editors to manage own services via GraphQL API which isn't allowed in the JQAdm front end. Versions 2022.10.10, 2023.10.6, and 2024.4.2 contain a patch for the issue.
Affected Packages
| Ecosystem | Package | Vulnerable range | Fix |
|---|---|---|---|
| 🐘Packagist | aimeos/ai-admin-graphql | ≥ 2022.04.1&&< 2022.10.10 | 2022.10.10composer require aimeos/ai-admin-graphql:^2022.10.10 |
| 🐘Packagist | aimeos/ai-admin-graphql | ≥ 2023.04.1&&< 2023.10.6 | 2023.10.6composer require aimeos/ai-admin-graphql:^2023.10.6 |
| 🐘Packagist | aimeos/ai-admin-graphql | ≥ 2024.04.1&&< 2024.04.2 | 2024.04.2composer require aimeos/ai-admin-graphql:^2024.04.2 |
Affected Products
ai-admin-graphqlaimeosDetection & mitigation playbook
Open-source dependencyDetect
Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for aimeos/ai-admin-graphql, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.
Fix
Update aimeos/ai-admin-graphql to 2022.10.10 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-jj68-cp4v-98qf is resolved across your whole dependency graph.
Workarounds
Put an independent control in front of the weakness: restrict the affected endpoint or interface to trusted networks, require an additional authentication factor or proxy-level check, and invalidate existing sessions and credentials in case the flaw has already been used.
Frequently Asked Questions
Is GHSA-jj68-cp4v-98qf in your dependencies?
Find it across Packagist, including transitive dependencies.