6.5
CVE-2023-4578
- EPSS 0.53%
- Veröffentlicht 11.09.2023 09:15:09
- Zuletzt bearbeitet 21.11.2024 08:35:28
- Quelle security@mozilla.org
- CVE-Watchlists
- Unerledigt
Error reporting methods in SpiderMonkey could have triggered an Out of Memory Exception
When calling `JS::CheckRegExpSyntax` a Syntax Error could have been set which would end in calling `convertToRuntimeErrorAndClear`. A path in the function could attempt to allocate memory when none is available which would have caused a newly created Out of Memory exception to be mishandled as a Syntax Error. This vulnerability affects Firefox < 117, Firefox ESR < 115.2, and Thunderbird < 115.2.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Mozilla ≫ Firefox ESR Version < 115.2
Mozilla ≫ Thunderbird Version < 115.2
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.53% | 0.404 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 6.5 | 2.8 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
|
CWE-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
https://www.mozilla.org/security/advisories/mfsa2023-36/
https://www.mozilla.org/security/advisories/mfsa2023-38/
https://www.mozilla.org/security/advisories/mfsa2023-34/
https://bugzilla.mozilla.org/show_bug.cgi?id=1839007