LiveActive security incident?Get immediate response
CVE Record

CVE-2023-39327: Openjpeg: malicious files can cause the program to enter a large loop

A flaw was found in OpenJPEG. Maliciously constructed pictures can cause the program to enter a large loop and continuously print warning messages on the terminal.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-39327 is an OpenJPEG resource-consumption issue. A maliciously crafted picture can make affected software spend excessive time in a loop and repeatedly print warnings, causing limited availability impact rather than data theft or system takeover.

Executive priority

Handle through normal vulnerability management unless affected systems process untrusted images at scale. Prioritize internet-facing upload pipelines, shared conversion services, and operational workloads where looping could disrupt service availability.

Technical view

The flaw is categorized as CWE-400 and affects OpenJPEG 2.5.0 plus listed Red Hat openjpeg2 packages and containers. CVSS 3.1 is 4.3: network-reachable input is possible, no privileges are required, user interaction is required, and impact is limited to availability.

Likely exposure

Exposure is most likely where systems or desktop applications process untrusted JPEG 2000/OpenJPEG images, including listed RHEL 8/9 openjpeg2 packages, RHEL 8 Flatpak apps, and the named Red Hat AI Inference Server container image.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation appears to require getting a user or workflow to process a crafted image. The documented effect is excessive looping and warning output, not code execution.

Researcher notes

Evidence supports a denial-of-service style resource issue only. The bundle names affected products and CVSS characteristics but does not provide exploit details, fixed upstream versions, or complete status for RHEL 6/7. Avoid assuming broader product impact.

Mitigation direction

  • Review and apply RHSA-2026:4128 where it matches deployed Red Hat products.
  • Check vendor guidance for affected OpenJPEG or openjpeg2 package versions.
  • Limit processing of untrusted images in exposed or automated workflows.
  • Run image-processing workloads with resource limits and isolation where practical.
  • Treat RHEL 6 and 7 package status as unknown until vendor-confirmed.

Validation and detection

  • Inventory OpenJPEG and openjpeg2 packages across servers, desktops, Flatpaks, and containers.
  • Compare deployed products against the affected Red Hat entries in the source bundle.
  • Identify workflows that accept or transform untrusted image files.
  • Confirm whether RHSA-2026:4128 or later vendor updates are installed.
  • Review operational logs for repeated OpenJPEG warnings or image-processing stalls.
Prepared
Confidence
high
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-39327 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
4.3 (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:L

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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2023-39327Attack 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:L

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.