Out-of-bounds Read The advisory has been revoked - it doesn't affect any version of package rh-mysql80-mysql-common  (opens in a new tab)


Threat Intelligence

Exploit Maturity
Not Defined
EPSS
0.06% (27th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL7-RHMYSQL80MYSQLCOMMON-8224264
  • published16 Oct 2024
  • disclosed31 Jul 2024

Introduced: 31 Jul 2024

CVE-2024-7264  (opens in a new tab)
CWE-125  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:7.

NVD Description

Note: Versions mentioned in the description apply only to the upstream rh-mysql80-mysql-common package and not the rh-mysql80-mysql-common package as distributed by RHEL.

libcurl's ASN1 parser code has the GTime2str() function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the time fraction, leading to a strlen() getting performed on a pointer to a heap buffer area that is not (purposely) null terminated.

This flaw most likely leads to a crash, but can also lead to heap contents getting returned to the application when CURLINFO_CERTINFO is used.