Richard Levitte d63b3e7959 Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translate
OBJ_obj2txt() would translate any size OBJECT IDENTIFIER to canonical
numeric text form.  For gigantic sub-identifiers, this would take a very
long time, the time complexity being O(n^2) where n is the size of that
sub-identifier.

To mitigate this, a restriction on the size that OBJ_obj2txt() will
translate to canonical numeric text form is added, based on RFC 2578
(STD 58), which says this:

> 3.5. OBJECT IDENTIFIER values
>
> An OBJECT IDENTIFIER value is an ordered list of non-negative numbers.
> For the SMIv2, each number in the list is referred to as a sub-identifier,
> there are at most 128 sub-identifiers in a value, and each sub-identifier
> has a maximum value of 2^32-1 (4294967295 decimal).

Fixes otc/security#96
Fixes CVE-2023-2650

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
2023-06-06 10:48:50 +02:00
..
2023-06-06 11:05:02 +10:00
2022-11-07 11:23:13 +01:00
2023-04-03 10:31:04 +02:00
2023-04-03 10:31:04 +02:00
2023-06-06 11:05:02 +10:00
2023-04-03 10:31:04 +02:00
2023-03-31 14:57:47 -04:00
2023-05-17 12:07:02 +02:00
2023-06-06 11:05:02 +10:00
2022-05-03 13:34:51 +01:00
2021-04-08 13:04:41 +01:00
2022-01-12 20:10:21 +11:00
2022-05-03 13:34:51 +01:00
2023-04-13 10:25:55 +01:00
2022-05-03 13:34:51 +01:00
2022-05-03 13:34:51 +01:00
2022-05-03 13:34:51 +01:00
2022-05-03 13:34:51 +01:00
2022-05-03 13:34:51 +01:00
2022-05-03 13:34:51 +01:00
2021-03-11 13:27:36 +00:00
2023-02-08 16:20:55 +01:00
2022-05-03 13:34:51 +01:00
2023-05-22 07:45:10 +01:00
2022-05-03 13:34:51 +01:00
2022-05-03 13:34:51 +01:00
2022-09-05 10:20:30 +10:00
2023-03-07 18:21:51 +01:00
2022-05-03 13:34:51 +01:00
2023-05-24 10:34:55 +01:00
2023-04-13 10:25:55 +01:00
2021-04-08 13:04:41 +01:00