CVE-2026-53423: Beam Atom Exhaustion
Dynamically creating atoms from untrusted input using `String.to_atom/1` or `List.to_atom/1` can lead to a Denial of Service (DoS) due to atom table exhaustion. BEAM atoms are never garbage collected, and creating them from unbounded user input allows attackers to continuously allocate them until the entire BEAM node crashes. Use `String.to_existing_atom/1`
greprules fetch cve-2026-53423-beam-atom-exhaustion --engine opengrepDescription
Dynamically creating atoms from untrusted input using `String.to_atom/1` or `List.to_atom/1` can lead to a Denial of Service (DoS) due to atom table exhaustion. BEAM atoms are never garbage collected, and creating them from unbounded user input allows attackers to continuously allocate them until the entire BEAM node crashes. Use `String.to_existing_atom/1`
Community feedback
0 rule-level signals from signed-in users.
- Useful reports
- 0
- Context false positives
- 0
- Metadata suggestions
- 0
Contextual precision
Aggregated from approved scan feedback. False-positive reports describe observed scan contexts, not a global rule verdict.
- Findings observed
- 0
- Projects
- 0
- Reporters
- 0
Precision details are collecting more signed-in reports before verdict counts or ratios are emphasized.
No approved finding verdicts yet.
No scan diagnostics reported yet.