Skip to main content

Prosody XMPP Server CVE-2026-43504

| EUVDEUVD-2026-26657 MEDIUM
Incorrect Authorization (CWE-863)
2026-05-01 mitre
6.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

6
Patch released
May 01, 2026 - 17:15 nvd
Patch available
Patch available
May 01, 2026 - 16:33 EUVD
Analysis Generated
May 01, 2026 - 16:00 vuln.today
EUVD ID Assigned
May 01, 2026 - 15:00 euvd
EUVD-2026-26657
Analysis Generated
May 01, 2026 - 15:00 vuln.today
CVE Published
May 01, 2026 - 14:40 nvd
MEDIUM 6.5

DescriptionCVE.org

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 a paused scenario, relaying of unauthenticated traffic can occur.

AnalysisAI

Improper access control in Prosody's mod_proxy65 module allows unauthenticated relaying of traffic when the module enters a paused state, enabling attackers to bypass authentication and impact data integrity and availability across affected versions. Prosody before 0.12.6 and versions 1.0.0 through 13.0.0 before 13.0.5 are vulnerable when mod_proxy65 is explicitly enabled; no public exploit code or active exploitation has been confirmed at time of analysis, though the network-accessible vulnerability with no authentication requirement and low complexity presents meaningful real-world risk.

Technical ContextAI

Prosody is an XMPP (Jabber) server written in Lua that uses modular architecture to extend functionality. The mod_proxy65 module implements XEP-0065 SOCKS5 bytestream proxying, a protocol mechanism allowing two XMPP clients to relay media through a trusted server when direct peer-to-peer connection is impossible. The vulnerability stems from CWE-863 (Incorrect Authorization), specifically improper state management: when mod_proxy65 transitions to a paused state (likely due to resource constraints, administrative action, or error conditions), the module fails to maintain proper access control checks, allowing unauthenticated traffic to traverse the proxy without verification. This creates an authentication bypass in a component that should enforce strict peer verification before relaying any traffic.

RemediationAI

Upgrade Prosody to version 0.12.6 or later (for 0.12.x branch) or version 13.0.5 or later (for 13.x branch); intermediate versions 1.0.0 through 13.0.4 require upgrade to the next available patched release in their respective branches. Vendor-released patches are available per advisory at https://prosody.im/security/advisory_735dd9d3/. If immediate patching is not feasible, disable the mod_proxy65 module by removing it from the enabled modules list in prosody.cfg.lua (set modules_enabled = { ... } to exclude 'proxy65') - this eliminates the attack surface entirely but removes XEP-0065 bytestream proxying functionality, affecting any clients or workflows requiring media relay through the server. Alternatively, restrict network access to the proxy65 port (default 5000) via firewall rules to limit exposure to trusted internal networks only, though this is a compensating control rather than a fix and does not resolve the underlying access control flaw. Test remediation by verifying XMPP connection logs show no unauthenticated proxy sessions after patching or disabling the module.

CVE-2014-2744 HIGH POC
7.8 Apr 11

plugins/mod_compression.lua in (1) Prosody before 0.9.4 and (2) Lightwitch Metronome through 3.4 negotiates stream compr

CVE-2022-0217 HIGH POC
7.5 Aug 26

It was discovered that an internal Prosody library to load XML based on libexpat does not properly restrict the XML feat

CVE-2021-37601 HIGH POC
7.5 Jul 30

muc.lib.lua in Prosody 0.11.0 through 0.11.9 allows remote attackers to obtain sensitive information (list of admins, me

CVE-2018-10847 HIGH
8.8 Jul 30

prosody before versions 0.10.2, 0.9.14 is vulnerable to an Authentication Bypass. Rated high severity (CVSS 8.8), this v

CVE-2014-2745 HIGH
7.8 Apr 11

Prosody before 0.9.4 does not properly restrict the processing of compressed XML elements, which allows remote attackers

CVE-2016-1232 HIGH
7.5 Jan 12

The mod_dialback module in Prosody before 0.9.9 does not properly generate random values for the secret token for server

CVE-2021-32920 HIGH
7.5 May 13

Prosody before 0.11.9 allows Uncontrolled CPU Consumption via a flood of SSL/TLS renegotiation requests. Rated high seve

CVE-2021-32919 HIGH
7.5 May 13

An issue was discovered in Prosody before 0.11.9. Rated high severity (CVSS 7.5), this vulnerability is remotely exploit

CVE-2021-32918 HIGH
7.5 May 13

An issue was discovered in Prosody before 0.11.9. Rated high severity (CVSS 7.5), this vulnerability is remotely exploit

CVE-2026-43505 MEDIUM
6.5 May 01

Unauthenticated traffic relay vulnerability in Prosody mod_proxy65 module allows network attackers to bypass access cont

CVE-2016-1231 MEDIUM
5.9 Jan 12

Directory traversal vulnerability in the HTTP file-serving module (mod_http_files) in Prosody 0.9.x before 0.9.9 allows

CVE-2021-32921 MEDIUM
5.9 May 13

An issue was discovered in Prosody before 0.11.9. Rated medium severity (CVSS 5.9), this vulnerability is remotely explo

Share

CVE-2026-43504 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy