CVE-2026-6993 — Go-Kratos Kratos Vulnerability
CVE-2026-6993 — A security flaw has been discovered in go-kratos kratos up to 2.9.2. This impacts the function NewServer of the file transport/http/server.go of the component http.DefaultServeMux Fallback Handler. The manipulation results in unintended intermediary. The attack may be launched remote
What This Means For You
- If your environment is affected by CWE-441, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-6993 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
1 rule · 6 SIEM formats1 detection rule auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-6993 - Go-Kratos Kratos HTTP DefaultServeMux Fallback Handler Vulnerability
title: CVE-2026-6993 - Go-Kratos Kratos HTTP DefaultServeMux Fallback Handler Vulnerability
id: scw-2026-04-25-ai-1
status: experimental
level: high
description: |
This rule detects attempts to exploit CVE-2026-6993 by targeting the http.DefaultServeMux Fallback Handler in go-kratos kratos. The exploit involves requesting specific sensitive files like '/.git/config' via HTTP GET, which should not be accessible. This rule specifically looks for a 200 status code in response to such requests, indicating a successful exploitation of the vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-04-25
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-6993/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/.git/config'
cs-method:
- 'GET'
sc-status:
- '200'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-6993 | vulnerability | CVE-2026-6993 |
| CWE-441 | weakness | CWE-441 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 25, 2026 at 22:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.