插件开发文档

报告插件安全问题

💡 云策文档标注

概述

本文档指导如何正确报告 WordPress 插件中的安全问题,强调避免公开披露,并提供向官方团队报告的详细步骤。

关键要点

  • 不要将 WordPress 核心的安全问题报告给插件团队,应遵循核心漏洞报告流程。
  • 发现插件安全问题时,切勿在任何地方公开讨论,以免增加被黑客利用的风险。
  • 通过邮件 plugins@wordpress.org 报告插件安全问题,需包含问题描述、插件链接、验证情况等信息。
  • 在报告前,应尝试直接联系插件开发者,若无法联系,可寻求官方团队协助。
  • 安全问题解决前,插件可能被关闭下载,且官方不提供 CVE 申请帮助。

注意事项

  • 如果已公开披露漏洞,请不要删除相关报告,官方会将其转交给开发者。

📄 原文内容
Please do not report security issues with WordPress Core to the plugin team. To report an issue with WordPress itself, follow the directions for reporting security vulnerabilities.

If you find a plugin with a security issue, please do not post about it publicly anywhere. Even if there’s a report filed on one of the official security tracking sites, bringing more awareness to the security issue tends to increase people being hacked, and rarely speeds up the fixing.

To report a plugin, please email plugins@wordpress.org with the following:

  • a clear and concise description of the issue
  • a link to the specific plugin
  • whether or not you have validated the security issue yourself
  • optional – links to any public disclosures on 3rd party sites

In the case of serious exploits, please keep in mind responsible and reasonable disclosure. Every attempt to contact the developer directly should be made before you reported the plugin to us (though we understand this can be difficult – check in the source code of the plugin first, many developers list their emails). If you cannot contact them privately, please contact us directly and we’ll help out.

Most plugins are closed to prevent new downloads until the issue is resolved. As such, you may not be alerted of a fix until the plugin is updated. We also do not provide assistance with filing CVEs at this time, due to a lack of resources. You’re welcome to do so on your own, but we cannot help you.

If you’ve already posted the vulnerability in public and provided a link to your report, please do not delete it! We will pass it on directly to the developers of the plugin.