---
id: CVE-2024-25112
aliases:
  - GHSA-crmj-qh74-2r36
  - PYSEC-2024-107
title: >-
  Exiv2  has a denial of service due to unbounded recursion in
  QuickTimeVideo::multipleEntriesDecoder
summary: >-
  Exiv2  has a denial of service due to unbounded recursion in
  QuickTimeVideo::multipleEntriesDecoder
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'
vendor: exiv2
product: exiv2
ecosystem: pip
affected:
  - 'exiv2 >= 0.16.0, < 0.16.1'
patched:
  - exiv2 0.16.1
published: '2024-10-17'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:56.019762589Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-crmj-qh74-2r36'
references:
  - url: 'https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-25112'
  - url: 'https://github.com/Exiv2/exiv2/pull/2337'
  - url: 'https://github.com/Exiv2/exiv2'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/exiv2/PYSEC-2024-107.yaml
tags:
  - osv
  - pip
epss: 0.0022
epssPercentile: 0.11191
ingestedAt: '2026-09-12T03:13:01.689Z'
---

## Overview

### Impact
A denial-of-service was found in Exiv2 version v0.28.1: an unbounded recursion can cause Exiv2 to crash by exhausting the stack. The vulnerable function, `QuickTimeVideo::multipleEntriesDecoder`, was new in v0.28.0 (see https://github.com/Exiv2/exiv2/pull/2337), so Exiv2 versions before v0.28 are _not_ affected.  Exiv2 is a command-line utility and C++ library for reading, writing, deleting, and modifying the metadata of image files. The denial-of-service is triggered when Exiv2 is used to read the metadata of a crafted video file.

### Patches
The bug is fixed in version v0.28.2.

### For more information
Please see our [security policy](https://github.com/Exiv2/exiv2/security/policy) for information about Exiv2 security.

### Credit
This bug was found by [OSS-Fuzz](https://github.com/google/oss-fuzz).

## Affected packages

- `exiv2 >= 0.16.0, < 0.16.1`

## Remediation

Upgrade to a patched release:

- `exiv2 0.16.1`
