WP脆弱性ウォッチ脆弱性データ 2026年8月28日 時点

CVE-2025-13516

SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers に報告された脆弱性

深刻度
8.1CVSS 3.1
1.9.1修正されたバージョン
0.9%30日以内に悪用される確率

今後30日以内に悪用される確率は 0.9% と推定されています(EPSS)。 現時点で活発な悪用は観測されていませんが、修正版が出ている場合は更新を推奨します。

概要

The SureMail – SMTP and Email Logs Plugin for WordPress is vulnerable to Unrestricted Upload of File with Dangerous Type in versions up to and including 1.9.0. This is due to the plugin's save_file() function in inc/emails/handler/uploads.php which duplicates all email attachments to a web-accessible directory (wp-content/uploads/suremails/attachments/) without validating file extensions or content types. Files are saved with predictable names derived from MD5 hashes of their content. While the plugin attempts to protect this directory with an Apache .htaccess file to disable PHP execution, this protection is ineffective on nginx, IIS, and Lighttpd servers, or on misconfigured Apache installations. This makes it possible for unauthenticated attackers to achieve Remote Code Execution by uploading malicious PHP files through any public form that emails attachments, calculating the predictable filename, and directly accessing the file to execute arbitrary code granted they are exploiting a site running on an affected web server configuration.

CWE: CWE-434 / 公開 2025年12月2日 / 最終更新 2026年6月17日

影響を受けるバージョン

対処方法

SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers を 1.9.1 以降に更新してください。これで本脆弱性は解消します。

SureMail – SMTP and Email Logs Plugin with Amazon SES, Postmark, and Other Providers の他の脆弱性を見る →

あなたのサイトは大丈夫ですか?

URLを入力するだけで、実際に使われているプラグインを検出し、 このデータベースと突き合わせて既知の脆弱性が残っていないかを確認できます。登録不要・無料です。

30秒で無料診断する

参照