Severity by source
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable API requires only low-privilege authentication; deletion yields pure availability impact with no confidentiality or integrity exposure.
Primary rating from GitHub Advisory.
CVSS VectorGitHub Advisory
Lifecycle Timeline
6DescriptionGitHub Advisory
mailcow: dockerized is an open source groupware/email suite based on docker. In versions prior to 2026-03b, no administrator verification takes place when deleting Forwarding Hosts with /api/v1/delete/fwdhost. Any authenticated user can call this API. Checks are only applied for edit/add actions, but deletion can still significantly disrupt the mail service. Version 2026-03b fixes the vulnerability.
AnalysisAI
Missing authorization on the /api/v1/delete/fwdhost endpoint in mailcow-dockerized allows any low-privileged authenticated user to delete Forwarding Hosts, disrupting outbound mail routing and overall service availability. All versions prior to 2026-03b are affected; the flaw is rooted in inconsistent access control - add/edit operations are gated to administrators but the delete pathway is not. EPSS is low (0.04%) and the vulnerability is not in CISA KEV, though SSVC data indicates POC code exists, lowering the exploitation barrier for users with valid credentials.
Technical ContextAI
mailcow-dockerized (CPE: cpe:2.3:a:mailcow:mailcow-dockerized) is a Docker-composed open-source groupware and email suite exposing a REST API for administrative operations. The vulnerability is classified as CWE-284 (Improper Access Control): the /api/v1/delete/fwdhost API endpoint performs no privilege verification before executing deletion, despite the functionally equivalent add and edit endpoints enforcing admin-only access. Forwarding Hosts are configuration entries that control mail relay and routing; their unauthorized removal can halt or misdirect mail delivery. The Docker-based deployment model means the API surface is typically reachable across internal networks and, in internet-exposed deployments, externally.
RemediationAI
Upgrade to mailcow-dockerized version 2026-03b or later, which introduces proper administrator-level authorization checks on the /api/v1/delete/fwdhost endpoint. The fix is confirmed by the vendor in GitHub Security Advisory GHSA-jjxh-rm7p-hjc3 (https://github.com/mailcow/mailcow-dockerized/security/advisories/GHSA-jjxh-rm7p-hjc3). As a compensating control prior to patching, restrict access to the mailcow API at the network or reverse-proxy layer so that only administrator-level sessions or trusted IP ranges can reach DELETE endpoints; note this may break legitimate integrations that rely on API access for non-admin users. Additionally, audit current mailcow user accounts to minimize the number of non-administrative authenticated users until the patch is applied.
An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac
Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post
Path traversal in JFrog Artifactory (CWE-22) enables an authenticated low-privilege user to write data outside the inten
Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build
Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config
Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per
Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l
Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c
Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24256