CVE-2026-44981: Go Yaml Inline Map Strict Bypass
Using `yaml:",inline"` on a map field acts as a catch-all during YAML deserialization. This neutralizes `Strict` mode unmarshaling, allowing configuration files with typos or misspelled properties to fail silently rather than producing errors. If strict validation is required, remove the inline map or perform manual validation of the unmarshaled data.
greprules fetch cve-2026-44981-go-yaml-inline-map-strict-bypass --engine opengrepDescription
Using `yaml:",inline"` on a map field acts as a catch-all during YAML deserialization. This neutralizes `Strict` mode unmarshaling, allowing configuration files with typos or misspelled properties to fail silently rather than producing errors. If strict validation is required, remove the inline map or perform manual validation of the unmarshaled data.
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.