NONE · 0

CVE-2025-8058

The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an int...

Vulnerability Description

The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-8058?

CVE-2025-8058 is a documented vulnerability. The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an int...

How severe is CVE-2025-8058?

CVSS scoring is not yet available for CVE-2025-8058. Check NVD for updates.

Is there a patch for CVE-2025-8058?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.