CVE-2026-70408 Overview
CVE-2026-70408 is an incorrect authorization vulnerability [CWE-863] in acmailer, a Japanese web-based mail delivery application. The flaw allows an authenticated user to create a sub-account that is granted administrative privileges. An attacker with low-privileged access to the application can escalate to administrator by abusing the sub-account creation workflow, which fails to enforce proper privilege checks before assigning administrative rights.
Critical Impact
A low-privileged authenticated user can create an administrator-level sub-account, resulting in full compromise of the acmailer instance and its mail delivery configuration.
Affected Products
- acmailer (mail delivery software)
- Refer to the JVN Security Advisory for affected versions
- Refer to the ACMailer Incident Report for vendor guidance
Discovery Timeline
- 2026-08-19 - CVE-2026-70408 published to NVD
- 2026-08-19 - Last updated in NVD database
Technical Details for CVE-2026-70408
Vulnerability Analysis
The vulnerability resides in the sub-account creation logic of acmailer. The application permits authenticated users to create sub-accounts but does not correctly validate whether the requesting user is authorized to assign administrative privileges to those accounts. As a result, a user without administrative rights can craft a sub-account creation request that produces an account with full administrator privileges.
Once the attacker holds an administrator sub-account, they can modify mail templates, alter recipient lists, exfiltrate subscriber data, and potentially abuse mail delivery functionality for phishing or spam distribution. The vulnerability requires an existing authenticated session, but no user interaction from other users is needed to complete the attack.
Root Cause
The root cause is a missing or incorrect authorization check on the privilege level assigned during sub-account creation [CWE-863]. The application trusts request parameters that determine the role of the newly created account without confirming that the caller possesses the authority to grant that role. This design flaw enables horizontal-to-vertical privilege escalation within the application.
Attack Vector
The attack is executed over the network against the acmailer web interface. An attacker authenticates with any low-privileged account, then submits a request to the sub-account creation endpoint with parameters that assign administrator rights. The vulnerability does not require user interaction, elevated attack complexity, or additional prerequisites beyond a valid user session.
No public proof-of-concept code has been released. Refer to the JVN Security Advisory for technical details from the coordinating body.
Detection Methods for CVE-2026-70408
Indicators of Compromise
- Creation of new sub-accounts with administrative role assignment by users who do not normally perform administrative operations.
- Unexpected changes to mail templates, recipient lists, or delivery configuration following sub-account creation events.
- Authentication events from newly created administrator accounts originating from unfamiliar IP addresses or user agents.
Detection Strategies
- Audit acmailer account tables for sub-accounts with the administrator role and cross-reference against approved provisioning records.
- Enable and review acmailer application logs for sub-account creation requests, correlating the initiating user's role with the resulting account's privilege level.
- Alert on any HTTP POST requests to sub-account creation endpoints where the responding user's baseline role is non-administrative.
Monitoring Recommendations
- Forward acmailer web server access logs and application audit logs to a centralized log platform for correlation and retention.
- Monitor outbound mail volume and template modifications for anomalies that may indicate abuse of a compromised acmailer instance.
- Track authentication anomalies and privilege changes across the application to identify escalation attempts early.
How to Mitigate CVE-2026-70408
Immediate Actions Required
- Apply the vendor-provided update as documented in the ACMailer Incident Report.
- Review all existing sub-accounts and remove any administrator-privileged accounts that cannot be traced to an authorized provisioning action.
- Rotate credentials for all administrator accounts on the acmailer instance after remediation.
Patch Information
The acmailer vendor has published guidance and remediation details in the ACMailer Incident Report. Administrators should apply the fixed version referenced in the advisory and validate that the sub-account creation workflow now enforces proper authorization checks before assigning administrative roles.
Workarounds
- Restrict network access to the acmailer administration interface to trusted management networks using firewall or reverse-proxy access control lists.
- Disable sub-account creation functionality until the patch is applied, if the deployment permits.
- Enforce multi-factor authentication and strong password policies on all acmailer accounts to reduce the likelihood of an attacker obtaining the initial authenticated session required to trigger the flaw.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

