Bug 2344615 (CVE-2024-12243) - CVE-2024-12243 gnutls: GnuTLS Impacted by Inefficient DER Decoding in libtasn1 Leading to Remote DoS
Summary: CVE-2024-12243 gnutls: GnuTLS Impacted by Inefficient DER Decoding in libtasn...
Keywords:
Status: NEW
Alias: CVE-2024-12243
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: 2344616 2344617
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-10 08:40 UTC by OSIDB Bzimport
Modified: 2025-05-29 14:14 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:7840 0 None None None 2025-05-15 21:12:32 UTC
Red Hat Product Errata RHBA-2025:7928 0 None None None 2025-05-19 06:50:18 UTC
Red Hat Product Errata RHBA-2025:8074 0 None None None 2025-05-21 15:53:46 UTC
Red Hat Product Errata RHBA-2025:8123 0 None None None 2025-05-22 23:07:23 UTC
Red Hat Product Errata RHBA-2025:8318 0 None None None 2025-05-29 14:14:52 UTC
Red Hat Product Errata RHSA-2025:4051 0 None None None 2025-04-22 01:41:23 UTC
Red Hat Product Errata RHSA-2025:7076 0 None None None 2025-05-13 09:56:31 UTC
Red Hat Product Errata RHSA-2025:8020 0 None None None 2025-05-20 00:52:04 UTC

Description OSIDB Bzimport 2025-02-10 08:40:10 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 4 errata-xmlrpc 2025-04-22 01:41:22 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

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

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

  Red Hat Enterprise Linux 9

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

Comment 6 errata-xmlrpc 2025-05-20 00:52:03 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

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


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