GHSA-q6mv-284r-mp36 · Severity: medium · Ecosystem: pip — check-jsonschema default caching for remote schemas allows for cache confusion
check-jsonschema is a CLI and set of pre-commit hooks for jsonschema validation. The default cache strategy uses the basename of a remote schema as the name of the file in the cache, e.g. `https://example.org/schema.json` will be stored as `schema.json`. This naming allows for conflicts. If an attacker can get a user to run `check-jsonschema` against a malicious schema URL, e.g., `https://example.evil.org/schema.json`, they can insert their own schema into the cache and it will be picked up and used instead of the appropriate schema. Such a cache confusion attack could be used to allow data to pass validation which should have been rejected. This issue has been patched in version 0.30.0. All users are advised to upgrade. A few workarounds exist: 1. Users can use `--no-cache` to disable caching. 2. Users can use `--cache-filename` to select filenames for use in the cache, or to ensure that other usages do not overwrite the cached schema. (Note: this flag is being deprecated as part of the remediation effort.) 3. Users can explicitly download the schema before use as a local file, as in `curl -LOs https://example.org/schema.json; check-jsonschema --schemafile ./schema.json`
Conclusion & alert: CVE-2024-53848 is rated Low Risk (29.8/100): CVSS High severity, with low exploitation likelihood (EPSS 0.14%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.14% | +0.10% |
| 2 | 2026-01-11 | 0.05% | 0.04% | -0.01% |
| 3 | 2026-01-10 | — | 0.05% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.1 | 3.1 | HIGH |
|
2.5 | 4.0 | [email protected] |
GHSA-q6mv-284r-mp36 · Severity: medium · Ecosystem: pip — check-jsonschema default caching for remote schemas allows for cache confusion
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
high | CVE-2024-53848: 1 source package rows (check-jsonschema); 5 state rows across 4 repos (3.20-community, 3.22-community, 3.23-community, edge-community); fixed 0, open 5. | https://security.alpinelinux.org/vuln/CVE-2024-53848 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2024-53848 |
suse
|
high | — | https://www.suse.com/security/cve/CVE-2024-53848/ |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| No affected products in dataset. | |||