LiveActive security incident?Get immediate response
CVE Record

CVE-2023-39329: Openjpeg: resource exhaustion will occur in the opj_t1_decode_cblks function in the tcd.c

A flaw was found in OpenJPEG. A resource exhaustion can occur in the opj_t1_decode_cblks function in tcd.c through a crafted image file, causing a denial of service.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-39329 is a denial-of-service flaw in OpenJPEG. A crafted image can make affected software consume excessive resources while decoding, potentially disrupting services that process user-supplied images. The sources do not show data theft or code execution.

Executive priority

Treat as a moderate availability risk. Prioritize internet-facing or automated image-processing services first, then desktop and bundled application exposure. This is not described as remote code execution, but downtime remains plausible where untrusted images are processed at scale.

Technical view

The flaw is resource exhaustion in OpenJPEG's opj_t1_decode_cblks function in tcd.c. CVSS 3.1 is 6.5, with network attack vector, low complexity, no privileges required, user interaction required, and high availability impact only.

Likely exposure

Exposure is most likely where OpenJPEG 2.5.0 or Red Hat openjpeg2 packages process untrusted image files. Listed Red Hat exposure includes RHEL 8 and 9 openjpeg2 packages, related Flatpaks, and Red Hat AI Inference Server 3.2 image digest. RHEL 6 and 7 statuses are listed as unknown.

Exploitation context

The documented trigger is a crafted image file. The CVSS vector requires user interaction, so practical risk depends on whether an affected application opens or processes attacker-controlled images. The provided sources do not indicate CISA KEV listing or active exploitation.

Researcher notes

Evidence is strongest for the OpenJPEG function-level denial-of-service description and Red Hat product mapping. The bundle does not provide patch commit details, exploit maturity, or complete status for every downstream package, so validation should be asset-specific.

Mitigation direction

  • Apply Red Hat RHSA-2026:4128 where it covers your affected assets.
  • Update OpenJPEG/openjpeg2 through supported vendor package channels.
  • Limit untrusted image uploads to services that need them.
  • Use resource limits around image-processing workloads where feasible.
  • Check vendor guidance for products with unknown status.

Validation and detection

  • Inventory OpenJPEG/openjpeg2 versions across servers, containers, desktops, and Flatpaks.
  • Map findings to the affected products and package names in the source bundle.
  • Confirm Red Hat errata or vendor updates are installed.
  • Identify public upload or conversion paths that invoke OpenJPEG.
  • Review monitoring for image-processing crashes or resource exhaustion.
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-400: 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-2023-39329 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
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

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

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.

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

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2023-39329Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendoropenjpegopenjpeg, 2.5.0Listed
Red HatRed Hat AI Inference Server 3.2rhaiis/model-opt-cuda-rhel9, sha256:2fd4f343235f7e896a70169fc4b856343d639c65bec77c1883cbd8210caf3a92affected
Red HatRed Hat Enterprise Linux 6openjpegunknown
Red HatRed Hat Enterprise Linux 7openjpegunknown
Red HatRed Hat Enterprise Linux 7openjpeg2unknown
Red HatRed Hat Enterprise Linux 8gimp:flatpak/openjpeg2affected
Red HatRed Hat Enterprise Linux 8inkscape:flatpak/openjpeg2affected
Red HatRed Hat Enterprise Linux 8libreoffice:flatpak/openjpeg2affected
Red HatRed Hat Enterprise Linux 8openjpeg2affected
Red HatRed Hat Enterprise Linux 9openjpeg2affected
Weakness

CWE details

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

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.