Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions vulnerabilities/AIKIDO-2025-10784.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"package_name": "github.com/hashicorp/consul-template",
"patch_versions": [
"0.41.3"
],
"vulnerable_ranges": [
[
"0.18.0",
"0.41.2"
]
],
"cwe": [
"CWE-400"
],
"tldr": "Affected versions of this package are vulnerable to denial of service (DoS) due to a runtime panic in the `ParseTemplateConfig` function when handling malformed inputs like `:` or `:::`. The issue occurs because empty regex matches lead to out-of-range indexing. The fix adds proper handling for empty matches, returning a controlled error instead of panicking.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `github.com/hashicorp/consul-template` library to the patch version.",
"reporter": "",
"vulnerable_to": "Denial of Service (DoS)",
"related_cve_id": "",
"language": "GO",
"severity_class": "LOW",
"aikido_score": 28,
"changelog": "https://github.com/hashicorp/consul-template/blob/main/CHANGELOG.md",
"last_modified": "2025-11-10",
"published": "2025-11-10"
}