CVE-2024-24760

HIGH

mailcow <2024-01c - Info Disclosure

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2024-24760. PoCs published by killerbees19.

AI-analyzed exploit summary This repository provides a detailed technical analysis of CVE-2024-24760, a vulnerability in mailcow's Docker configuration that exposes internal services to the local network due to permissive iptables forwarding rules. It includes root cause analysis, proof-of-concept steps, and mitigation strategies.

Description

mailcow is a dockerized email package, with multiple containers linked in one bridged network. A security vulnerability has been identified in mailcow affecting versions < 2024-01c. This vulnerability potentially allows attackers on the same subnet to connect to exposed ports of a Docker container, even when the port is bound to 127.0.0.1. The vulnerability has been addressed by implementing additional iptables/nftables rules. These rules drop packets for Docker containers on ports 3306, 6379, 8983, and 12345, where the input interface is not `br-mailcow` and the output interface is `br-mailcow`.

Exploits (1)

nomisec WRITEUP
by killerbees19 · poc
https://github.com/killerbees19/CVE-2024-24760

This repository provides a detailed technical analysis of CVE-2024-24760, a vulnerability in mailcow's Docker configuration that exposes internal services to the local network due to permissive iptables forwarding rules. It includes root cause analysis, proof-of-concept steps, and mitigation strategies.

Classification
Writeup 95%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Reliable
Target: mailcow-dockerized (2024-01a)
No auth needed
Prerequisites: Network access to the same subnet as the vulnerable mailcow instance · Docker host with mailcow-dockerized installed
devstral-2 · analyzed Feb 19, 2026 Full analysis →

Scores

CVSS v3 8.8
EPSS 0.0087
EPSS Percentile 53.9%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact total

Details

CWE
CWE-610
Status published
Products (1)
mailcow/mailcow\ < 2024-01c
Published Feb 02, 2024
Tracked Since Feb 18, 2026