| Title | uclouvain openjpeg 2.5.4 Integer Overflow |
|---|
| Description | An integer overflow vulnerability exists in opj_pi_initialise_encode() (src/lib/openjp2/pi.c). The include_size variable is calculated through a chain of 32-bit multiplications without overflow checking. When encoding parameters satisfy:
numlayers × l_max_res × numcomps × l_max_prec > UINT32_MAX
the result is truncated, causing a smaller-than-required heap buffer allocation. Subsequent accesses to the include array exceed the allocated bounds. |
|---|
| Source | ⚠️ https://github.com/uclouvain/openjpeg/issues/1619 |
|---|
| User | Kery Qi (UID 94424) |
|---|
| Submission | 04/05/2026 15:44 (4 months ago) |
|---|
| Moderation | 04/13/2026 10:41 (8 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 357114 [uclouvain openjpeg up to 2.5.4 src/lib/openjp2/pi.c opj_pi_initialise_encode integer overflow] |
|---|
| Points | 20 |
|---|