云虫漏洞库

CVE-2026-81036 - Stalwart Mail Server does not compare an OAuth redirect target against any registered destination in its default configuration. The validation routine in crates/http/src/auth/oauth/registration.rs returns success immediately when the client-authentication requirement is disabled, and that requirement is false in the shipped settings, so the supplied redirect value is neither matched against a registered client nor otherwise constrained. The value is stored with the authorization - 漏洞详情

漏洞编号:CVE-2026-81036

风险等级:高危

漏洞来源:CVE

CVE 编号:CVE-2026-81036

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-601

发布/更新时间:2026-08-26 / 2026-08-29

漏洞描述

Stalwart Mail Server does not compare an OAuth redirect target against any registered destination in its default configuration. The validation routine in crates/http/src/auth/oauth/registration.rs returns success immediately when the client-authentication requirement is disabled, and that requirement is false in the shipped settings, so the supplied redirect value is neither matched against a registered client nor otherwise constrained. The value is stored with the authorization code, and the login page reads it back and sends the browser to it with the code attached. A request naming a destination the attacker controls therefore delivers a valid authorization code there once the account holder authenticates, and because the token endpoint checks only that the redirect presented at exchange matches the one recorded with the code, the same party can exchange it for access and refresh tokens and read the account's mail.

相关链接

相关漏洞

« 返回首页