CVE-2022-41715 Details
Description
Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://go.dev/cl/439356 | CVE | Patch |
| https://go.dev/issue/55949 | CVE | Issue TrackingThird Party Advisory |
| https://groups.google.com/g/golang-announce/c/xtuG5faxtaU | CVE | Mailing ListRelease Notes |
| https://pkg.go.dev/vuln/GO-2022-1039 | CVE | Vendor Advisory |
| https://security.gentoo.org/glsa/202311-09 | CVE | |
| https://go.dev/cl/439356 | [email protected] | Patch |
| https://go.dev/issue/55949 | [email protected] | Issue TrackingThird Party Advisory |
| https://groups.google.com/g/golang-announce/c/xtuG5faxtaU | [email protected] | Mailing ListRelease Notes |
| https://pkg.go.dev/vuln/GO-2022-1039 | [email protected] | Vendor Advisory |
| https://security.gentoo.org/glsa/202311-09 | [email protected] |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-Other | Weakness Not in a Standard CWE Category | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| golang go | < 1.18.7 >= 1.19.0, < 1.19.2 |
CPE
Remediation
| |
Change History
8 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Nov 21, 2024 | CVE Modified | CVE |
| May 14, 2024 | CVE Modified | [email protected] |
| Nov 25, 2023 | CVE Modified | [email protected] |
| Mar 3, 2023 | Modified Analysis | [email protected] |
| Dec 27, 2022 | CVE Modified | [email protected] |
| Oct 18, 2022 | Initial Analysis | [email protected] |
| Oct 18, 2022 | CVE Modified | [email protected] |