CVE-2019-12938
Description
The Roundcube component of Analogic Poste.io 2.1.6 uses .htaccess to protect the logs/ folder, which is effective with the Apache HTTP Server but is ineffective with nginx. Attackers can read logs via the webmail/logs/sendmail URI.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The Roundcube component in Poste.io 2.1.6 uses .htaccess to protect logs, which is ineffective under nginx, allowing attackers to read log files via the webmail/logs/sendmail URI.
Vulnerability
The vulnerability exists in the Roundcube component of Analogic Poste.io version 2.1.6. The logs/ folder is protected using .htaccess, which is only effective when the web server is Apache HTTP Server. When nginx is used as the web server, .htaccess files are ignored, leaving the logs directory accessible. The affected URI is webmail/logs/sendmail. [1]
Exploitation
An attacker can access the logs by navigating to the webmail/logs/sendmail URI on a Poste.io instance running version 2.1.6 with nginx as the web server. No authentication is required, as the .htaccess protection is bypassed. The attacker simply needs network access to the webmail interface.
Impact
Successful exploitation allows an attacker to read the sendmail log files, which may contain sensitive information such as email addresses, message headers, or other data logged by the mail system. This leads to information disclosure.
Mitigation
The provided reference [1] does not explicitly mention a fix for this CVE. However, upgrading to a later version of Poste.io may address the issue, as the changelog indicates ongoing updates. Alternatively, administrators using nginx should implement proper access controls for the logs directory via nginx configuration, such as denying access to the /webmail/logs/ path. No workaround is provided in the available references.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Analogic/Poste.iodescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- bitbucket.org/analogic/mailserver/issues/665/posteio-logs-leakmitrex_refsource_MISC
- poste.io/changelogmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.