Skip to content

CVE-2022-24816

Code Injection — is CVE-2022-24816real, exploitable, or a false positive? Here's the community ground truth.

Critical · CVSS 10EPSS 98.7%CISA KEVCWE-94 · Code Injection

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

JAI-EXT is an open-source project which aims to extend the Java Advanced Imaging (JAI) API. Programs allowing Jiffle script to be provided via network request can lead to a Remote Code Execution as the Jiffle script is compiled into Java code via Janino, and executed. In particular, this affects the downstream GeoServer project. Version 1.2.22 will contain a patch that disables the ability to inject malicious code into the resulting script. Users unable to upgrade may negate the ability to compile Jiffle scripts from the final application, by removing janino-x.y.z.jar from the classpath.

Published

Embed this verdict
TruePositive verdict for CVE-2022-24816
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2022-24816/badge.svg)](https://www.truepositive.app/cve/CVE-2022-24816)
HTML
<a href="https://www.truepositive.app/cve/CVE-2022-24816"><img src="https://www.truepositive.app/cve/CVE-2022-24816/badge.svg" alt="TruePositive verdict for CVE-2022-24816"></a>

Live badge — updates automatically as the community verdict changes.

Community ground truth

Community verdict

2 verdicts
Not a real issue

Includes TruePositive's curated baseline from public sources — community verdicts accrue on top.

to add your verdict.

Community real-world severity: Critical (Critical 2) — CVSS base score 10

In line with its CVSS base score.

Field notes & remediation

Verdicts are the quick signal — notes are the evidence and fixes behind them.

  • 0
    Field note · Waleed AzizCurated

    Confirmed exploited in the wild — listed in the CISA KEV catalog (added 2024-06-26). Treat as real and prioritize patching over triage.

Same weaknessCWE-94 · Code Injection.