LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9600: JasPer before version 2.0.10 is vulnerable to a null pointer dereference was found in the decoded creation...

JasPer before version 2.0.10 is vulnerable to a null pointer dereference was found in the decoded creation of JPEG 2000 image files. A specially crafted file could cause an application using JasPer to crash.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2016-9600 is a JasPer JPEG 2000 parsing flaw that can crash software using the vulnerable library when it opens a specially crafted image. The documented impact is availability loss, not data theft or code execution.

Executive priority

Treat as a targeted availability risk. Prioritize systems that process external images or documents, especially automated upload pipelines and public-facing conversion services.

Technical view

The issue is a CWE-476 null pointer dereference in JasPer before version 2.0.10 during JPEG 2000 image decode/create handling. A malformed file can trigger an application crash in software linked against vulnerable JasPer versions.

Likely exposure

Exposure is most likely in Linux systems, image-processing tools, document converters, or services that accept or automatically process JPEG 2000 files using JasPer.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires a crafted JPEG 2000 file reaching software that processes it with vulnerable JasPer.

Researcher notes

Evidence supports denial-of-service through null pointer dereference only. No CVSS vector, exploit maturity, or code-execution claim is included in the provided bundle.

Mitigation direction

  • Update JasPer or vendor OS packages using Red Hat or Ubuntu guidance.
  • Inventory applications that process JPEG 2000 files through JasPer.
  • Limit untrusted JPEG 2000 uploads where immediate patching is delayed.
  • Run image-processing services with least privilege and restart supervision.

Validation and detection

  • Check installed JasPer package versions against vendor fixed package guidance.
  • Review SBOMs and linked libraries for bundled JasPer copies.
  • Confirm JPEG 2000 processing paths are patched or disabled.
  • Monitor application crash logs around JPEG 2000 handling.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2016-9600 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
JasPerjasper2.0.10Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.