---
id: CVE-2026-88371
title: >-
  ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code
  128 decode6() function
summary: >-
  ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code
  128 decode6() function. When processing specially crafted Code 128 input,
  decode_e() can return -1 for an invalid edge pattern, and decode6()
  subsequently left…
severity: none
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:08:55.030'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88371'
references:
  - url: 'https://github.com/mchehab/zbar/issues/336'
    label: cve@mitre.org
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T16:47:15.826Z'
epss: 0.00149
epssPercentile: 0.03447
---

## Overview

ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code 128 decode6() function. When processing specially crafted Code 128 input, decode_e() can return -1 for an invalid edge pattern, and decode6() subsequently left-shifts this negative signed value while constructing the edge signature. The operation invokes undefined behavior and can terminate trap-mode UBSan builds with SIGILL, resulting in denial of service.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
