<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
	<DocumentTitle xml:lang="en">An update for dovecot is now available for openEuler-22.03-LTS-SP4,openEuler-24.03-LTS,openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP2,openEuler-24.03-LTS-SP3,openEuler-20.03-LTS-SP4</DocumentTitle>
	<DocumentType>Security Advisory</DocumentType>
	<DocumentPublisher Type="Vendor">
		<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
		<IssuingAuthority>openEuler security committee</IssuingAuthority>
	</DocumentPublisher>
	<DocumentTracking>
		<Identification>
			<ID>openEuler-SA-2026-1849</ID>
		</Identification>
		<Status>Final</Status>
		<Version>1.0</Version>
		<RevisionHistory>
			<Revision>
				<Number>1.0</Number>
				<Date>2026-04-11</Date>
				<Description>Initial</Description>
			</Revision>
		</RevisionHistory>
		<InitialReleaseDate>2026-04-11</InitialReleaseDate>
		<CurrentReleaseDate>2026-04-11</CurrentReleaseDate>
		<Generator>
			<Engine>openEuler SA Tool V1.0</Engine>
			<Date>2026-04-11</Date>
		</Generator>
	</DocumentTracking>
	<DocumentNotes>
		<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">dovecot security update</Note>
		<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for dovecot is now available for openEuler-22.03-LTS-SP4,openEuler-24.03-LTS,openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP2,openEuler-24.03-LTS-SP3,openEuler-20.03-LTS-SP4</Note>
		<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">Dovecot is an IMAP server for Linux/UNIX-like systemsa wrapper package that will just handle common things for all versioned dovecot packages.

Security Fix(es):

Dovecot has provided a script to use for attachment to text conversion. This script unsafely handles zip-style attachments. Attacker can use specially crafted OOXML documents to cause unintended files on the system to be indexed and subsequently ending up in FTS indexes. Do not use the provided script, instead, use something else like FTS tika. No publicly available exploits are known.(CVE-2025-59031)

ManageSieve AUTHENTICATE command crashes when using literal as SASL initial response. This can be used to crash ManageSieve service repeatedly, making it unavailable for other users. Control access to ManageSieve port, or disable the service if it&apos;s not needed. Alternatively upgrade to a fixed version. No publicly available exploits are known.(CVE-2025-59032)

When dovecot has been configured to use per-domain passwd files, and they are placed one path component above /etc, or slash has been added to allowed characters, path traversal can happen if the domain component is directory partial. This allows inadvertently reading /etc/passwd (or some other path which ends with passwd). If this file contains passwords, it can be used to authenticate wrongly, or if this is userdb, it can unexpectly make system users appear valid users.  Upgrade to fixed version, or use different authentication scheme that does not rely on paths. Alternatively you can also ensure that the per-domain passwd files are in some other location, such as /etc/dovecot/auth/%d. No publicly available exploits are known.(CVE-2026-0394)

Dovecot OTP authentication is vulnerable to replay attack under specific conditions. If auth cache is enabled, and username is altered in passdb, then OTP credentials can be cached so that same OTP reply is valid. An attacker able to observe an OTP exchange is able to log in as the user. If authentication happens over unsecure connection, switch to SCRAM protocol. Alternatively ensure the communcations are secured, and if possible switch to OAUTH2 or SCRAM. No publicly available exploits are known.(CVE-2026-27855)

Doveadm credentials are verified using direct comparison which is susceptible to timing oracle attack. An attacker can use this to determine the configured credentials. Figuring out the credential will lead into full access to the affected component. Limit access to the doveadm http service port, install fixed version. No publicly available exploits are known.(CVE-2026-27856)

Sending &quot;NOOP (((...)))&quot; command with 4000 parenthesis open+close results in ~1MB extra memory usage. Longer commands will result in client disconnection. This 1 MB can be left allocated for longer time periods by not sending the command ending LF. So attacker could connect possibly from even a single IP and create 1000 connections to allocate 1 GB of memory, which would likely result in reaching VSZ limit and killing the process and its other proxied connections. Attacker could connect possibly from even a single IP and create 1000 connections to allocate 1 GB of memory, which would likely result in reaching VSZ limit and killing the process and its other proxied connections. Install fixed version, there is no other remediation. No publicly available exploits are known.(CVE-2026-27857)

Attacker can send a specifically crafted message before authentication that causes managesieve to allocate large amount of memory.
 Attacker can force managesieve-login to be unavailable by repeatedly crashing the process. Protect access to managesieve protocol, or install fixed version. No publicly available exploits are known.(CVE-2026-27858)

A mail message containing excessive amount of RFC 2231 MIME parameters causes LMTP to use too much CPU. A suitably formatted mail message causes mail delivery process to consume large amounts of CPU time. Use MTA capabilities to limit RFC 2231 MIME parameters in mail messages, or upgrade to fixed version where the processing is limited. No publicly available exploits are known.(CVE-2026-27859)</Note>
		<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for dovecot is now available for master/openEuler-22.03-LTS-SP4,openEuler-24.03-LTS,openEuler-24.03-LTS-SP1,openEuler-24.03-LTS-SP2,openEuler-24.03-LTS-SP3,openEuler-20.03-LTS-SP4.

openEuler Security has rated this update as having a security impact of high. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.</Note>
		<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">High</Note>
		<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">dovecot</Note>
	</DocumentNotes>
	<DocumentReferences>
		<Reference Type="Self">
			<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
		</Reference>
		<Reference Type="openEuler CVE">
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2025-59031</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2025-59032</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-0394</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-27855</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-27856</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-27857</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-27858</URL>
			<URL>https://www.openeuler.org/en/security/cve/detail/?cveId=CVE-2026-27859</URL>
		</Reference>
		<Reference Type="Other">
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2025-59031</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2025-59032</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-0394</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-27855</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-27856</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-27857</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-27858</URL>
			<URL>https://nvd.nist.gov/vuln/detail/CVE-2026-27859</URL>
		</Reference>
	</DocumentReferences>
	<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
		<Branch Type="Product Name" Name="openEuler">
			<FullProductName ProductID="openEuler-22.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">openEuler-22.03-LTS-SP4</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">openEuler-24.03-LTS</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">openEuler-24.03-LTS-SP1</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS-SP2" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">openEuler-24.03-LTS-SP2</FullProductName>
			<FullProductName ProductID="openEuler-24.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">openEuler-24.03-LTS-SP3</FullProductName>
			<FullProductName ProductID="openEuler-20.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">openEuler-20.03-LTS-SP4</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="aarch64">
			<FullProductName ProductID="dovecot-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-2.3.15-7.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-debuginfo-2.3.15-7.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-debugsource-2.3.15-7.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-devel-2.3.15-7.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-help-2.3.15-7.oe2203sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-2.3.20-4.oe2403.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-debuginfo-2.3.20-4.oe2403.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-debugsource-2.3.20-4.oe2403.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-devel-2.3.20-4.oe2403.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-help-2.3.20-4.oe2403.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-2.3.20-4.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-debuginfo-2.3.20-4.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-debugsource-2.3.20-4.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-devel-2.3.20-4.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-help-2.3.20-4.oe2403sp1.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-2.3.20-4.oe2403sp2.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-debuginfo-2.3.20-4.oe2403sp2.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-debugsource-2.3.20-4.oe2403sp2.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-devel-2.3.20-4.oe2403sp2.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-help-2.3.20-4.oe2403sp2.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-2.3.20-4.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-debuginfo-2.3.20-4.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-debugsource-2.3.20-4.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-devel-2.3.20-4.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-help-2.3.20-4.oe2403sp3.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-2.3.15-7.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-debuginfo-2.3.15-7.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-debugsource-2.3.15-7.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-devel-2.3.15-7.oe2003sp4.aarch64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-help-2.3.15-7.oe2003sp4.aarch64.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="src">
			<FullProductName ProductID="dovecot-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-2.3.15-7.oe2203sp4.src.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-2.3.20-4.oe2403.src.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-2.3.20-4.oe2403sp1.src.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-2.3.20-4.oe2403sp2.src.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-2.3.20-4.oe2403sp3.src.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-2.3.15-7.oe2003sp4.src.rpm</FullProductName>
		</Branch>
		<Branch Type="Package Arch" Name="x86_64">
			<FullProductName ProductID="dovecot-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-2.3.15-7.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-debuginfo-2.3.15-7.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-debugsource-2.3.15-7.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-devel-2.3.15-7.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP4">dovecot-help-2.3.15-7.oe2203sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-2.3.20-4.oe2403.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-debuginfo-2.3.20-4.oe2403.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-debugsource-2.3.20-4.oe2403.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-devel-2.3.20-4.oe2403.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS">dovecot-help-2.3.20-4.oe2403.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-2.3.20-4.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-debuginfo-2.3.20-4.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-debugsource-2.3.20-4.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-devel-2.3.20-4.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP1">dovecot-help-2.3.20-4.oe2403sp1.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-2.3.20-4.oe2403sp2.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-debuginfo-2.3.20-4.oe2403sp2.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-debugsource-2.3.20-4.oe2403sp2.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-devel-2.3.20-4.oe2403sp2.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP2">dovecot-help-2.3.20-4.oe2403sp2.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-2.3.20-4.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-debuginfo-2.3.20-4.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-debugsource-2.3.20-4.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-devel-2.3.20-4.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.20-4" CPE="cpe:/a:openEuler:openEuler:24.03-LTS-SP3">dovecot-help-2.3.20-4.oe2403sp3.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-2.3.15-7.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debuginfo-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-debuginfo-2.3.15-7.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-debugsource-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-debugsource-2.3.15-7.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-devel-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-devel-2.3.15-7.oe2003sp4.x86_64.rpm</FullProductName>
			<FullProductName ProductID="dovecot-help-2.3.15-7" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">dovecot-help-2.3.15-7.oe2003sp4.x86_64.rpm</FullProductName>
		</Branch>
	</ProductTree>
	<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Dovecot has provided a script to use for attachment to text conversion. This script unsafely handles zip-style attachments. Attacker can use specially crafted OOXML documents to cause unintended files on the system to be indexed and subsequently ending up in FTS indexes. Do not use the provided script, instead, use something else like FTS tika. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2025-59031</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>4.3</BaseScore>
				<Vector>AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="2" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">ManageSieve AUTHENTICATE command crashes when using literal as SASL initial response. This can be used to crash ManageSieve service repeatedly, making it unavailable for other users. Control access to ManageSieve port, or disable the service if it&apos;s not needed. Alternatively upgrade to a fixed version. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2025-59032</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.5</BaseScore>
				<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="3" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">When dovecot has been configured to use per-domain passwd files, and they are placed one path component above /etc, or slash has been added to allowed characters, path traversal can happen if the domain component is directory partial. This allows inadvertently reading /etc/passwd (or some other path which ends with passwd). If this file contains passwords, it can be used to authenticate wrongly, or if this is userdb, it can unexpectly make system users appear valid users.  Upgrade to fixed version, or use different authentication scheme that does not rely on paths. Alternatively you can also ensure that the per-domain passwd files are in some other location, such as /etc/dovecot/auth/%d. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2026-0394</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>5.3</BaseScore>
				<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="4" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Dovecot OTP authentication is vulnerable to replay attack under specific conditions. If auth cache is enabled, and username is altered in passdb, then OTP credentials can be cached so that same OTP reply is valid. An attacker able to observe an OTP exchange is able to log in as the user. If authentication happens over unsecure connection, switch to SCRAM protocol. Alternatively ensure the communcations are secured, and if possible switch to OAUTH2 or SCRAM. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2026-27855</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>6.8</BaseScore>
				<Vector>AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="5" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Doveadm credentials are verified using direct comparison which is susceptible to timing oracle attack. An attacker can use this to determine the configured credentials. Figuring out the credential will lead into full access to the affected component. Limit access to the doveadm http service port, install fixed version. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2026-27856</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.4</BaseScore>
				<Vector>AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="6" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Sending &quot;NOOP (((...)))&quot; command with 4000 parenthesis open+close results in ~1MB extra memory usage. Longer commands will result in client disconnection. This 1 MB can be left allocated for longer time periods by not sending the command ending LF. So attacker could connect possibly from even a single IP and create 1000 connections to allocate 1 GB of memory, which would likely result in reaching VSZ limit and killing the process and its other proxied connections. Attacker could connect possibly from even a single IP and create 1000 connections to allocate 1 GB of memory, which would likely result in reaching VSZ limit and killing the process and its other proxied connections. Install fixed version, there is no other remediation. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2026-27857</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>4.3</BaseScore>
				<Vector>AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="7" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Attacker can send a specifically crafted message before authentication that causes managesieve to allocate large amount of memory.
 Attacker can force managesieve-login to be unavailable by repeatedly crashing the process. Protect access to managesieve protocol, or install fixed version. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2026-27858</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>High</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>7.5</BaseScore>
				<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
	<Vulnerability Ordinal="8" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
		<Notes>
			<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A mail message containing excessive amount of RFC 2231 MIME parameters causes LMTP to use too much CPU. A suitably formatted mail message causes mail delivery process to consume large amounts of CPU time. Use MTA capabilities to limit RFC 2231 MIME parameters in mail messages, or upgrade to fixed version where the processing is limited. No publicly available exploits are known.</Note>
		</Notes>
		<ReleaseDate>2026-04-11</ReleaseDate>
		<CVE>CVE-2026-27859</CVE>
		<ProductStatuses>
			<Status Type="Fixed">
				<ProductID>openEuler-22.03-LTS-SP4</ProductID>
				<ProductID>openEuler-24.03-LTS</ProductID>
				<ProductID>openEuler-24.03-LTS-SP1</ProductID>
				<ProductID>openEuler-24.03-LTS-SP2</ProductID>
				<ProductID>openEuler-24.03-LTS-SP3</ProductID>
				<ProductID>openEuler-20.03-LTS-SP4</ProductID>
			</Status>
		</ProductStatuses>
		<Threats>
			<Threat Type="Impact">
				<Description>Medium</Description>
			</Threat>
		</Threats>
		<CVSSScoreSets>
			<ScoreSet>
				<BaseScore>5.3</BaseScore>
				<Vector>AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L</Vector>
			</ScoreSet>
		</CVSSScoreSets>
		<Remediations>
			<Remediation Type="Vendor Fix">
				<Description>dovecot security update</Description>
				<DATE>2026-04-11</DATE>
				<URL>https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-1849</URL>
			</Remediation>
		</Remediations>
	</Vulnerability>
</cvrfdoc>