3 matches found
CVE-2026-88371
ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code 128 decode6 function. When processing specially crafted Code 128 input, decodee can return -1 for an invalid edge pattern, and decode6 subsequently left-shifts this negative signed value while constructing the edge...
EUVD-2026-86270
ZBar commit 2ea2ca58 contains an undefined-behavior vulnerability in the Code 128 decode6 function. When processing specially crafted Code 128 input, decodee can return -1 for an invalid edge pattern, and decode6 subsequently left-shifts this negative signed value while constructing the edge...
CVE-2026-88371
The ZBar library (commit 2ea2ca58 ) contains an undefined-behavior vulnerability within the Code 128 decode6() function. When processing specially crafted Code 128 input, the decode_e() function may return -1 for an invalid edge pattern. The decode6() function then performs a left-shift on this n...