CVE-2024-53848
Last modified
CVE-2024-53848 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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`
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-53848?
How severe is CVE-2024-53848?
How do I fix CVE-2024-53848?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-53842In cc_SendCcImsInfoIndMsg of cc_MmConManagement.c, there is …9.8
- CVE-2024-53843@dapperduckling/keycloak-connector-server is an opinionated …8.1
- CVE-2024-53844E.D.D.I (Enhanced Dialog Driven Interface) is a middleware t…6.3
- CVE-2024-53845ESPTouch is a connection protocol for internet of things dev…6.6
- CVE-2024-53846OTP is a set of Erlang libraries, which consists of the Erla…5.5
- CVE-2024-53847The Trix rich text editor, prior to versions 2.1.9 and 1.3.3…5.1
- CVE-2024-53849editorconfig-core-c is theEditorConfig core library writte…4.8
- CVE-2024-5385A vulnerability, which was classified as problematic, has be…4.1
- CVE-2024-53850The Addressing GLPI plugin enables you to create IP reports …8.2
- CVE-2024-53851Discourse is an open source platform for community discussio…6.5
- CVE-2024-53855Centurion ERP (Enterprise Rescource Planning) is a simple ap…4.3
- CVE-2024-53856rPGP is a pure Rust implementation of OpenPGP. Prior to 0.14…7.5
Are you affected by CVE-2024-53848?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
