CVE-2017-13666 - Integer Underflow (Wrap or Wraparound)

Severity

21%

Complexity

39%

Confidentiality

48%

An integer underflow vulnerability exists in pixel-a.asm, the x86 assembly code for planeClipAndMax() in MulticoreWare x265 through 2.5, as used in libbpg and other products. A small height value can cause an integer underflow, which leads to a crash. This is a different vulnerability than CVE-2017-8906.

An integer underflow vulnerability exists in pixel-a.asm, the x86 assembly code for planeClipAndMax() in MulticoreWare x265 through 2.5, as used in libbpg and other products. A small height value can cause an integer underflow, which leads to a crash. This is a different vulnerability than CVE-2017-8906.

CVSS 3.0 Base Score 5.5. CVSS Attack Vector: local. CVSS Attack Complexity: low. CVSS Vector: (CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

CVSS 2.0 Base Score 2.1. CVSS Attack Vector: local. CVSS Attack Complexity: low. CVSS Vector: (AV:L/AC:L/Au:N/C:N/I:N/A:P).

Demo Examples

Integer Underflow (Wrap or Wraparound)

CWE-191

The following example subtracts from a 32 bit signed integer.


               
}
return 0;

The example has an integer underflow. The value of i is already at the lowest negative value possible, so after subtracting 1, the new value of i is 2147483647.

Overview

Type

MulticoreWare x265

First reported 7 years ago

2017-08-24 06:29:00

Last updated 7 years ago

2017-09-07 18:30:00

Affected Software

MulticoreWare x265 0.1

0.1

MulticoreWare x265 0.2

0.2

MulticoreWare x265 0.3

0.3

MulticoreWare x265 0.4

0.4

MulticoreWare x265 0.4.1

0.4.1

MulticoreWare x265 0.5

0.5

MulticoreWare x265 0.6

0.6

MulticoreWare x265 0.7

0.7

MulticoreWare x265 0.8

0.8

MulticoreWare x265 0.9

0.9

MulticoreWare x265 1.1

1.1

MulticoreWare x265 1.2

1.2

MulticoreWare x265 1.3

1.3

MulticoreWare x265 1.4

1.4

MulticoreWare x265 1.5

1.5

MulticoreWare x265 1.6

1.6

MulticoreWare x265 1.7

1.7

MulticoreWare x265 1.8

1.8

MulticoreWare x265 1.9

1.9

MulticoreWare x265 2.0

2.0

MulticoreWare x265 2.1

2.1

MulticoreWare x265 2.2

2.2

MulticoreWare x265 2.3

2.3

MulticoreWare x265 2.4

2.4

MulticoreWare x265 2.5

2.5

Stay updated

ExploitPedia is constantly evolving. Sign up to receive a notification when we release additional functionality.

Get in touch

If you'd like to report a bug or have any suggestions for improvements then please do get in touch with us using this form. We will get back to you as soon as we can.