GHSA-5x5q-8cgm-2hjq — karate-core
HIGHGHSA-5x5q-8cgm-2hjq is a high-severity (CVSS 7.5) vulnerability in com.intuit.karate:karate-core. A fix is available for com.intuit.karate:karate-core — see the affected versions and patch details below.
Karate has vulnerable dependency on json-smart package (CVE-2023-1370)
Real-World Exposure
com.intuit.karate:karate-coreReal-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.
Description
Summary
The CVE

How to fix it
Very simple, just upgrade json-path package to 2.8.0 (from 2.7.0) inside karate-core pom.xml ;)
Affected Packages
| Ecosystem | Package | Vulnerable range | Fix |
|---|---|---|---|
| ☕Maven | com.intuit.karate:karate-core | ≥ 1.3.1&&< 1.4.0 | 1.4.0com.intuit.karate:karate-core:1.4.0 |
Detection & mitigation playbook
Open-source dependencyDetect
Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for com.intuit.karate:karate-core, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.
Fix
Update com.intuit.karate:karate-core to 1.4.0 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-5x5q-8cgm-2hjq is resolved across your whole dependency graph.
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.
How O3 protects you
O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-5x5q-8cgm-2hjq can be triaged on real exposure rather than presence alone.
Tailored to GHSA-5x5q-8cgm-2hjq. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.
Frequently Asked Questions
Is GHSA-5x5q-8cgm-2hjq in your dependencies?
O3 Security finds GHSA-5x5q-8cgm-2hjq across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.