CVE-2026-38076
Deferred Deferred - Pending Action

Integer Overflow in Artifex Ghostscript Leading to DoS

Vulnerability report for CVE-2026-38076, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-10

Assigner: MITRE

Description

An integer overflow in the jbig2_arith_iaid_ctx_new() function of Artifex commit cc37d0 allows attackers to cause a Denial of Service (DoS) via a crafted input.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-10
Generated
2026-07-11
AI Q&A
2026-07-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
artifex jbig2_arith *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an integer overflow in the function jbig2_arith_iaid_ctx_new() within the Artifex software. An integer overflow occurs when a calculation exceeds the maximum size that can be stored in an integer variable, potentially causing unexpected behavior.

In this case, the overflow can be triggered by a specially crafted input, which can lead to a Denial of Service (DoS) condition.

Impact Analysis

The primary impact of this vulnerability is a Denial of Service (DoS). This means that an attacker could exploit the integer overflow by providing crafted input to the affected function, causing the software to crash or become unresponsive.

Such a DoS could disrupt normal operations of systems relying on the vulnerable Artifex component, potentially leading to downtime or service interruptions.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

This vulnerability can be detected by identifying if your system processes JBIG2 image files using a vulnerable version of the jbig2dec library, specifically versions prior to commit cc37d0931aa71582f7128736a068c92cd8712d9b.

To check if the vulnerable jbig2dec library is present, you can verify the version or commit of the jbig2dec installation on your system.

Since the vulnerability is triggered by crafted JBIG2 image files, monitoring for unusual crashes or Denial of Service (DoS) events in applications that process JBIG2 images (such as MuPDF) can also indicate exploitation attempts.

Suggested commands include:

  • Check jbig2dec version or commit: If you have the source or binary, identify the version or commit hash to confirm if it is before cc37d0931aa71582f7128736a068c92cd8712d9b.
  • Use the jbig2dec command line tool to test suspicious JBIG2 files: `jbig2dec suspicious_file.jb2` and observe if it crashes or behaves abnormally.
  • Monitor application logs (e.g., MuPDF) for crashes or DoS symptoms when processing JBIG2 images.
Mitigation Strategies

Immediate mitigation steps include:

  • Update the jbig2dec library to a version that includes the fix after commit cc37d0 (i.e., at or after commit cc37d0931aa71582f7128736a068c92cd8712d9b).
  • If updating is not immediately possible, avoid processing untrusted or suspicious JBIG2 image files that could trigger the integer overflow.
  • Monitor applications that use jbig2dec (such as MuPDF) for crashes or Denial of Service symptoms and restrict access to these services if necessary.
  • Report any suspicious activity or crashes to your security team and consider applying additional network-level protections to block malicious JBIG2 files.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-38076. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart