7.5
CVE-2026-32933
- EPSS 0.05%
- Veröffentlicht 20.03.2026 03:16:00
- Zuletzt bearbeitet 08.04.2026 20:52:17
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
AutoMapper is a convention-based object-object mapper in .NET. Versions prior to 15.1.1 and 16.1.1 are vulnerable to a Denial of Service (DoS) attack. When mapping deeply nested object graphs, the library uses recursive method calls without enforcing a default maximum depth limit. This allows an attacker to provide a specially crafted object graph that exhausts the thread's stack memory, triggering a `StackOverflowException` and causing the entire application process to terminate. Versions 15.1.1 and 16.1.1 fix the issue.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Luckypennysoftware ≫ Automapper Version < 15.1.1
Luckypennysoftware ≫ Automapper Version >= 16.0.0 < 16.1.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.05% | 0.171 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| security-advisories@github.com | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-674 Uncontrolled Recursion
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.