Bug 2344611 (CVE-2024-12133) - CVE-2024-12133 libtasn1: Inefficient DER Decoding in libtasn1 Leading to Potential Remote DoS
Summary: CVE-2024-12133 libtasn1: Inefficient DER Decoding in libtasn1 Leading to Pote...
Keywords:
Status: NEW
Alias: CVE-2024-12133
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2344613 2344614
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-10 08:22 UTC by OSIDB Bzimport
Modified: 2025-05-29 14:09 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2025:8317 0 None None None 2025-05-29 14:09:16 UTC
Red Hat Product Errata RHSA-2025:4049 0 None None None 2025-04-22 01:24:14 UTC
Red Hat Product Errata RHSA-2025:7077 0 None None None 2025-05-13 09:56:35 UTC
Red Hat Product Errata RHSA-2025:8021 0 None None None 2025-05-20 00:55:58 UTC

Description OSIDB Bzimport 2025-02-10 08:22:08 UTC
The issue is twofold: decoding a DER input with sequences and locating
a specific element in a sequence. Even though a DER sequence is
conceptually an array, in libtasn1 it is represented as a linked list,
whose elements are assigned a string name, such as "?1". Therefore a
simple lookup of an element at a given position is linear O(N) time
complexity. When decoding a DER sequence, in each step libtasn1 looks
up the parent node, recorded on the first element, which requires a
backward linear search, resulting in O(N^2) time complexity.

Comment 3 errata-xmlrpc 2025-04-22 01:24:13 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2025:4049 https://access.redhat.com/errata/RHSA-2025:4049

Comment 4 errata-xmlrpc 2025-05-13 09:56:34 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2025:7077 https://access.redhat.com/errata/RHSA-2025:7077

Comment 5 errata-xmlrpc 2025-05-20 00:55:57 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2025:8021 https://access.redhat.com/errata/RHSA-2025:8021


Note You need to log in before you can comment on or make changes to this bug.