1265602 matches found
CVE-2026-13471
The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.6.3 via the LatePointAbilityDeleteBooking::execute due to missing validation on a user controlled key. This makes it...
CVE-2026-88033
A flaw was found in the GridFS component of the MongoDB Java Driver. Improper neutralization of special elements in data query logic can cause a caller-supplied structured file identifier to be interpreted as a query condition rather than a literal identifier. An authenticated user can exploit th...
CVE-2020-24030
CVE-2020-24030 描述 ForLogic Qualiex v1 和 v3 存在令牌过期机制薄弱的问题。这允许远程未认证攻击者通过令牌重用进行权限提升并访问敏感数据。 重要日期 公告(致供应商):2020-07-12 公开披露日期:2020-08-31 漏洞类型 访问控制不当 产品供应商 ForLogic 受影响产品代码库 Qualiex - v1 Qualiex - v3 其他版本也可能受影响,尤其是同一系列(尚未测试) 受影响组件 Qualiex 攻击类型 远程 权限提升影响 是 信息泄露影响 是 攻击向量 授权令牌过期机制薄弱,允许重用令牌以获取权限并访问敏感数据...
CVE-2026-13471 LatePoint <= 5.6.3 - Authenticated (Custom+) Insecure Direct Object Reference to Arbitrary Booking Deletion and Customer/Booking Data Disclosure via Abilities REST API (list-bookings, list-customers, delete-booking)
The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 5.6.3 via the LatePointAbilityDeleteBooking::execute due to missing validation on a user controlled key. This makes it...
CVE-2026-90982
A flaw was found in @fastify/static, a Fastify plugin for serving static files. On case-insensitive filesystems, such as Windows or default macOS volumes, a route guard or allowedPath restriction can be bypassed. This occurs because the route matcher is case-sensitive while the filesystem is not,...
CVE-2024-2473
CVE-2024-2473 — Identificador de la página de inicio de sesión de WPS Hide Login Un escáner profesional en Python para detectar la divulgación de la página de inicio de sesión en sitios WordPress que ejecutan WPS Hide Login ≤ 1.9.15.2 Programado porVenexy Tabla de contenidos Resumen Detalles de l...
CVE-2026-89278
GPTranslate – Multilingual AI Translation Agent for WordPress is vulnerable to Sensitive Information Exposure in all versions up to and including 2.34.6 . The plugin's enqueue_frontend_scripts function embeds a plaintext third-party AI provider API key (OpenAI, DeepL, xAI/Grok, Gemini, Claude, or...
CVE-2026-92714 Download Manager <= 3.3.68 - Insecure Direct Object Reference to Authenticated (Contributor+) Sensitive Information Disclosure via 'wpdm_duplicate' Parameter
The Download Manager plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 3.3.68 via the duplicate function hooked on admininit. This is due to the handler only verifying the generic 'editposts' capability and a plugin-wide static nonce NONCEKEY...
CVE-2026-92714
CVE-2026-92714 affects the Download Manager WordPress plugin (versions ≤ 3.3.68) with an Insecure Direct Object Reference (IDOR) in the duplicate() function hooked on admin_init. The handler only checks the generic edit_posts capability and a plugin-wide static nonce, without an object-level auth...
CVE-2026-92714 Download Manager <= 3.3.68 - Insecure Direct Object Reference to Authenticated (Contributor+) Sensitive Information Disclosure via 'wpdm_duplicate' Parameter
The Download Manager plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 3.3.68 via the duplicate function hooked on admininit. This is due to the handler only verifying the generic 'editposts' capability and a plugin-wide static nonce NONCEKEY...
RDPLinkEnum
RDPLinkEnum 通过查询注册表,您可以查看当前主机连接过哪些主机,以及连接时使用的用户名信息 演示...
Rogue-MySql-Server
Rogue-MySql-Server 编辑脚本并根据需要更改要读取的文件和服务器端口。运行脚本并连接到你的服务器,以便从客户端读取文件。 读取 mysql.log 以查看已读取的文件内容。...
MysqlHoneypot
项目介绍 MysqlHoneypot是一个Mysql蜜罐项目,主要借助load data local infile来获取攻击者主机Windows平台的用户名,并根据用户名进一步获取微信ID,之后根据微信ID获取用户的手机号码,登录地址等信息,主要读取的文件如下: A、通过C:/Windows/PFRO.log获取windows用户名 B、通过C:/Users/用户名/Documents/WeChat Files/All Users/config/config.data获取wxid C、通过C:/Users/用户名/Documents/WeChat...
CVE-2026-88844
The MasterStudy LMS WordPress Plugin WordPress plugin before 3.7.50 does not verify that the requesting user owns the course before returning its enrolled-student data, allowing users with the MasterStudy LMS WordPress Plugin WordPress plugin before 3.7.50's Instructor role to disclose the names...
CVE-2026-89008
The Bookit — Booking & Appointment Calendar WordPress plugin before 2.6.0.5 does not perform an authorization check on one of its appointment-retrieval actions, allowing users with a low-privilege Bookit — Booking & Appointment Calendar WordPress plugin before 2.6.0.5-specific role to read other...
CVE-2026-84903
The King Addons for Elementor WordPress plugin before 51.1.81 does not perform any capability, post-status, or password check before rendering the content of a user-supplied post, allowing users with Contributor-level access and above to read the content of private, draft, pending, and...
SpringBoot_Actuator_RCE
swagger-ui 接口 /swagger-ui.html SpringBoot env 获取 敏感信息 一 当我们直接访问 springboot 站点时,可以看到某些 password 字段填充了 1. 通过$name 可以获取明文字段 2. 配置不当导致敏感信息泄露password 打星号,而 pwd 没有打星号 参考 https://mp.weixin.qq.com/s/HmGEYRcf1hSVw9Uu9XHGsA 具体实现过程: 例如: 我们要获取 pid 参数值 root@kitploit: "PID": "10648", root@kitploit: POST /env...
CVE-2026-11111-TOCTOU-in-File-Permission-Check-Before-Open
CVE-2026-11111 – TOCTOU en la comprobación de permisos de archivo antes de abrir Código del programa Python root@kitploit: toctouserver.py - File server that checks permission then opens import os, time, tempfile from flask import Flask, request app = Flaskname SAFEDIR = '/tmp/safe'...
CVE-2026-88844 MasterStudy LMS 3.6.2 - < 3.7.50 - Instructor+ Student PII Disclosure via IDOR
The MasterStudy LMS WordPress Plugin WordPress plugin before 3.7.50 does not verify that the requesting user owns the course before returning its enrolled-student data, allowing users with the MasterStudy LMS WordPress Plugin WordPress plugin before 3.7.50's Instructor role to disclose the names...
CVE-2026-88844
CVE-2026-88844 affects the MasterStudy LMS WordPress plugin (versions 3.6.2 through 3.7.49 ), fixed in version 3.7.50 . The root cause is an IDOR (Insecure Direct Object Reference): the plugin does not verify that the requesting user owns a course before returning its enrolled-student data. As a ...