CVE-2026-8813: ExifReader DoS Via Crafted ICC mluc Tags

CVE-2026-8813: ExifReader DoS Via Crafted ICC mluc Tags

The National Vulnerability Database has disclosed CVE-2026-8813, a high-severity denial-of-service vulnerability affecting versions of the exifreader package prior to 4.39.0. This flaw stems from improper handling of crafted images containing an ICC mluc tag. An attacker can manipulate this tag to specify an attacker-controlled record count with a zero record size.

During parsing, ExifReader’s vulnerability lies in its repeated processing of the same record and appending entries to an array without adequate bounds validation. This leads to excessive memory growth, causing memory exhaustion and ultimately a denial-of-service condition in applications that process attacker-supplied images. The National Vulnerability Database assigns this a CVSS score of 7.5 (High), with an AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H vector, highlighting its network-exploitable nature without requiring user interaction or privileges.

For defenders, this is a critical reminder about third-party library dependencies. Image parsing libraries are often integrated into web applications, content management systems, and backend services that handle user-uploaded content. An attacker’s calculus here is simple: if they can force a service to crash by merely uploading a malicious image, they’ve achieved a low-effort DoS, potentially impacting business continuity or serving as a precursor to more complex attacks. Patching is non-negotiable.

What This Means For You

  • If your organization's applications, especially those handling user-uploaded images, rely on the `exifreader` package, you are exposed. Immediately audit your dependencies for `exifreader` versions prior to 4.39.0 and patch to the latest version. Failure to do so leaves you vulnerable to trivial denial-of-service attacks via image uploads.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

high T1499 Impact

CVE-2026-8813: ExifReader DoS via Crafted ICC mluc Tags in Image Upload

Sigma YAML — free preview
title: CVE-2026-8813: ExifReader DoS via Crafted ICC mluc Tags in Image Upload
id: scw-2026-05-19-ai-1
status: experimental
level: high
description: |
  Detects potential exploitation of CVE-2026-8813 by monitoring web server requests for image uploads that might contain crafted ICC mluc tags. This rule looks for common image file extensions in the URI query and a successful HTTP status code, indicating a potential attempt to trigger the DoS vulnerability in ExifReader.
author: SCW Feed Engine (AI-generated)
date: 2026-05-19
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-8813/
tags:
  - attack.impact
  - attack.t1499
logsource:
    category: webserver
detection:
  selection:
      cs-uri|contains:
          - '/upload'
      cs-uri-query|contains:
          - '.jpg'
      cs-uri-query|contains:
          - '.jpeg'
      cs-uri-query|contains:
          - '.png'
      cs-uri-query|contains:
          - '.gif'
      sc-status|exact:
          - '200'
      condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-8813 DoS exifreader package versions before 4.39.0
CVE-2026-8813 DoS Crafted image with ICC mluc tag
CVE-2026-8813 Memory Corruption Insufficient bounds validation during ICC mluc tag parsing in ExifReader
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 19, 2026 at 10:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-8830 — Keycloak Vulnerability

CVE-2026-8830 — A flaw was found in Keycloak. An authenticated user can bypass configured WebAuthn policies during credential registration by manipulating client-side JavaScript. This occurs...

vulnerabilityCVEmedium-severitycwe-603
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 2 IOCs /⚙ 2 Sigma

CVE-2026-8814 — Versions of the package exifreader before 4.39.0 are

CVE-2026-8814 — Versions of the package exifreader before 4.39.0 are vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) due to decompressing PNG zTXt...

vulnerabilityCVEmedium-severitycwe-409
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 2 IOCs /⚙ 6 Sigma

Samsung Escargot Heap Overflow (CVE-2026-47311) Poses High Risk

CVE-2026-47311 — Heap-based buffer overflow vulnerability in Samsung Open Source Escargot allows Overflow Buffers. This issue affects Escargot: 590345cc6258317c5da850d846ce6baaf2afc2d3.

vulnerabilityCVEhigh-severitybuffer-overflowcwe-122
/SCW Vulnerability Desk /HIGH /7.8 /⚑ 3 IOCs /⚙ 3 Sigma