Skip to content

Commit

Permalink
Add EEF EPMD Article
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Dec 18, 2024
1 parent c887810 commit a3217ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _news/173.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
id: 173
title: "Publicly Exposed Distribution"
lead: "Exposed EPMD: A Hidden Security Risk for RabbitMQ and the BEAM Ecosystem"
tags: "security, epmd, cybersecurity, epmd"
date: "2024-12-18"
author: "Jonatan Männchen"
---

## Exposed EPMD: A Hidden Security Risk for RabbitMQ and the BEAM Ecosystem

The Erlang Port Mapper Daemon (EPMD) is a built-in component that helps Erlang-based applications (including RabbitMQ) discover each other’s distribution ports for clustering. Although EPMD itself isn’t directly dangerous, its exposure on the public internet often signals that Erlang Distribution ports are also exposed. This creates a serious security risk: if attackers find these distribution ports, they can potentially join your cluster, run arbitrary code, and compromise your systems. Recent scans have revealed over 85,000 instances of publicly accessible EPMD, with roughly half associated with RabbitMQ servers.

If left unsecured, exposed Erlang Distribution ports let attackers gain a foothold in your system. Fortunately, mitigation steps are straightforward: disable Erlang Distribution if you’re not clustering, or restrict it behind a firewall and proper network configuration—and ensure Erlang Distribution is never exposed to untrusted networks.

Read the full article on the [EEF blog](https://erlef.org/blog/eef/epmd-public-exposure).

0 comments on commit a3217ca

Please sign in to comment.