CVE-2026-44514 — Both The Desktop Deployment (Default Http://Localhost:7500) Vulnerability
CVE-2026-44514 — Kubetail is a real-time logging dashboard for Kubernetes. Prior to 0.14.0, Kubetail's dashboard exposes WebSocket endpoints that did not adequately validate the Origin header on connection upgrade. A malicious web page visited by a user with an active Kubetail session could open a W
What This Means For You
- If your environment is affected by CWE-1385, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-44514 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules 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-44514 - Kubetail WebSocket Origin Header Bypass
title: CVE-2026-44514 - Kubetail WebSocket Origin Header Bypass
id: scw-2026-05-14-ai-1
status: experimental
level: medium
description: |
Detects attempts to exploit CVE-2026-44514 by observing WebSocket connections to Kubetail's dashboard that originate from a localhost referer but attempt to upgrade to a WebSocket. This indicates a potential Cross-Site WebSocket Hijacking (CSWSH) attempt where a malicious webpage is trying to access the user's Kubetail session.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44514/
tags:
- attack.initial_access
- attack.t1189
logsource:
category: webserver
detection:
selection:
uri|contains:
- '/api/v1/namespaces/'
referer|contains:
- 'http://localhost:7500/'
cs-uri|contains:
- '/ws'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44514 | vulnerability | CVE-2026-44514 |
| CWE-1385 | weakness | CWE-1385 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 20: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.