目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-89064— WP迁移备份7.110凭证保护不足漏洞

一分钟漏洞结论

影响对象
servmask All-in-One WP Migration and Backup
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 的“All-in-One WP Migration and Backup”插件在 7.110 及更早版本中存在凭据保护不足漏洞。 该漏洞源于 方法。该方法通过 钩子注册,而该钩子在未认证的 和 请求中会被触发。该方法会直接读取任意传入请求中的 和 ,并通过 将其以可逆的 Base64 编码字符串形式写入 选项。整个过程未进行任何权限检查(capability check)、nonce 验证、 检查,也未确认 Basic 认证是否真正成功。 这导致未认证的 attackers(攻击者)可以: 1.

CVSS 5.3 · Medium

可能的 ATT&CK 技术 1 AI

T1079
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-89064 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
All-in-One WP Migration and Backup <= 7.110 - Unauthenticated Insufficient Credential Protection via Authorization Basic Header
来源: CVE Program / CVE List V5
Vulnerability Description
The All-in-One WP Migration and Backup plugin for WordPress is vulnerable to Insufficient Credential Protection in versions up to, and including, 7.110. This is due to the `Ai1wm_Main_Controller::init()` method — registered on the `admin_init` hook, which fires unauthenticated on `admin-ajax.php` and `admin-post.php` requests — reading `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_AUTH_PW']` from any incoming request and writing them to the `ai1wm_auth_header` option via `update_option()` as a reversible base64-encoded string, with no capability check, nonce verification, `is_user_logged_in()` check, or confirmation that Basic authentication actually succeeded. This makes it possible for unauthenticated attackers to capture into the database, in reversible base64 form, any WordPress Application Password or HTTP Basic credential presented to `/wp-admin/` by a legitimate integration, or to overwrite the stored credential with an attacker-chosen value by sending an anonymous request carrying a crafted `Authorization: Basic` header. This is particularly impactful in environments using WordPress Application Passwords for REST API or third-party integrations, as those credentials are transmitted as HTTP Basic auth to `/wp-admin/` and will be silently harvested via this unauthenticated write path.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
不充分的凭证保护机制
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
servmask All-in-One WP Migration and Backup 0 ~ 7.110 -

二、漏洞 CVE-2026-89064 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-89064 的情报信息

登录查看更多情报信息。

CVE-2026-89064 安全博客文章 (1)

CVE-2026-89064 厂商页面 (1)

CVE-2026-89064 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-89064

暂无评论


发表评论