CVE-2026-5497: Python Unbounded Split Numpy Oom
Unbounded string splitting (`str.split()` without a `maxsplit` limit) inside a list comprehension that passes data directly to memory-heavy accumulators like `np.stack` or `np.array` can result in Out-of-Memory (OOM) Denial of Service. Attacker-controlled strings can trigger massive allocations. Always limit the split components by utilizing python array sli
greprules fetch cve-2026-5497-python-unbounded-split-numpy-oom --engine opengrepDescription
Unbounded string splitting (`str.split()` without a `maxsplit` limit) inside a list comprehension that passes data directly to memory-heavy accumulators like `np.stack` or `np.array` can result in Out-of-Memory (OOM) Denial of Service. Attacker-controlled strings can trigger massive allocations. Always limit the split components by utilizing python array sli
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.