CVE-2026-43505 — Prosody Vulnerability
CVE-2026-43505 — An issue was discovered in Prosody before 0.12.6 and 1.0.0 through 13.0.0 before 13.0.5, when mod_proxy65 is enabled. Because mod_proxy65 mishandles access control in the activation scenario, relaying of unauthenticated traffic can occur.
What This Means For You
- If your environment is affected by CWE-420, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-43505 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-43505: Unauthenticated Traffic Relay via mod_proxy65
Sigma YAML — free preview
title: CVE-2026-43505: Unauthenticated Traffic Relay via mod_proxy65
id: scw-2026-05-01-ai-1
status: experimental
level: critical
description: |
This rule detects potential exploitation of CVE-2026-43505. The vulnerability allows relaying of unauthenticated traffic when mod_proxy65 is enabled in Prosody. This detection looks for traffic directed to the standard XMPP port (5222) that appears to be interacting with the proxy65 module, indicated by 'proxy65' in the query string, and returning a successful status code (200), suggesting successful relaying of traffic.
author: SCW Feed Engine (AI-generated)
date: 2026-05-01
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-43505/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: proxy
detection:
selection:
dst_port:
- 5222
cs-uri-query|contains:
- 'proxy65'
sc-status:
- 200
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-43505 | vulnerability | CVE-2026-43505 |
| CWE-420 | weakness | CWE-420 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 01, 2026 at 18: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.