CVE-2026-32933 Details
Description
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.
A denial-of-service vulnerability has been identified in AutoMapper, a .NET object-object mapping library, in versions prior to 15.1.1 and 16.1.1. The issue arises when the library maps deeply nested object graphs, using recursive method calls without a default maximum depth limit. This flaw allows an attacker to craft an object graph that exhausts the thread's stack memory, causing a 'StackOverflowException' that terminates the entire application process. The vulnerability exists in the core mapping engine, particularly with self-referential types, where recursion can exceed 25,000 levels, leading to stack exhaustion and process crashes.
Users should upgrade to AutoMapper versions 15.1.1 or 16.1.1, both of which address this vulnerability by applying a default maximum depth of 64 for self-referential types, preventing the stack overflow condition.
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.
CISA-ADP
Assessed Mar 20, 2026References 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.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-674 | Uncontrolled Recursion | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| luckypennysoftware automapper | < 15.1.1 >= 16.0.0, < 16.1.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 8, 2026 | Initial Analysis | [email protected] |
| Mar 20, 2026 | New CVE Received | [email protected] |