17596 matches found
CVE-2026-86522 Log injection via an unescaped password reset identity in AshAuthentication
Improper Output Neutralization for Logs vulnerability in team-alembic AshAuthentication allows an unauthenticated attacker to forge application log entries by submitting a password reset identity containing newlines or control characters...
CVE-2026-92915
WWBN AVideo through commit e01e41ecc no patched version available contains a broken access control flaw in objects/userVerifyEmail.php. The script disables the login requirement $global'ignoreUserMustBeLoggedIn' = 1, takes usersid directly from the query string, and calls User::sendVerificationLi...
CVE-2026-34828
CVE-2026-34828 listmonk’s Session Persistence After Password Reset and Password Change Intro I found this issue while reviewing listmonk , an open-source newsletter and mailing list manager, with a simple security question in mind: When a user changes or resets a password, does the application...
CVE-2026-18963
Keycloak 重置路径查找器 用于发现暴露的 Keycloak reset-credentials 端点的 Nuclei 模板,覆盖多个代理前缀、上下文路径、领域名称和路径变体。 摘要 该模板有助于识别可访问的密码重置流程,这些流程在验证受以下影响的环境时可能具有相关性: CVE-2026-18963 通过 reset-credentials 流程绕过实现 Keycloak 未认证账户接管 根据公开的 Keycloak 问题,该漏洞允许未认证攻击者强制对用户执行密码重置流程,而无需预期的电子邮件验证链接,从而可能导致完全账户接管。 参考:...
CVE-2023-7028
简介 GitLab 是一款被广泛应用的基于 Web 的代码仓库管理器,为软件开发项目中的源代码管理、集成、维护和协作提供了全面的平台 CVE-2023-7028 是一个允许攻击者通过 reset password 表单接管用户账户 Account TakeOver 的漏洞 该漏洞存在于以下 GitLab 版本中: 16.1 至 16.1.5 16.2 至 16.2.8 16.3 至 16.3.6 16.4 至 16.4.4 16.5 至 16.5.5 16.6 至 16.6.3 16.7 至 16.7.1 漏洞分析 该漏洞位于 reset password 表单中,具体是 GitLab ...
Keycloak_CVE-2026-18963_PoC
CVE-2026-18963 Keycloak reset-credentials bypass → unauthenticated account takeover CVSS 9.1 | Affected: Keycloak 26.0.0 – 26.7.1 Layout root@kitploit: CVE-2026-18963/ ├── cve202618963poc.py - PoC script Python 3.9+, stdlib only ├── README.md ├── docker-compose.yml - Lab environment └──...
CVE-2025-56132-Liquidfiles
CVE-2025-56132 - LiquidFiles 用户枚举 POC 漏洞描述 该漏洞存在于 LiquidFiles 4.1 及以下版本中。 当通过 “POST /passwordreset” 端点发起密码重置时,应用程序会根据所提供的电子邮件地址是否已注册而做出不同的响应。两种情况下都会发出重定向,且响应中包含 “filetransfersession” Cookie。当使用该 Cookie 访问根路径(“/”)时,所产生的错误消息会根据所提交电子邮件地址的有效性而有所不同。 这实际上允许攻击者整理出一份有效用户列表,进而可用于暴力破解/密码喷洒等攻击。 概念验证(POC)...
CVE-2025-25198
CVE-2024-25198 mailcow: dockerized 是一个基于 docker 的开源群件/邮件套件。在 2025-01a 版本之前,mailcow 的密码重置功能存在一个漏洞,允许攻击者操纵 Host HTTP 头来生成指向攻击者控制域名的密码重置链接。如果用户点击该恶意链接,可能导致账户被接管。 工作原理? 设置一个 HTTPS 服务器来监听所有请求,并向网站发送带有您所选 的 Host 头的 POST 请求。您也可以使用 Burpsuite 发送请求并在服务器上获取 Token。 功能特性 可获取密码更改 Token 的 HTTPS 服务器 攻击网站漏洞的利用脚本。...
CVE-2023-7028-Account-Take-Over-Gitlab
CVE-2023-7028 | Gitlab 账户接管漏洞 免责声明 此代码是该漏洞的概念验证,我不鼓励任何人将其用于不属于自己的 Gitlab 实例。 此工具仅用于研究和教育目的,对于您使用它所做的任何行为,我概不负责。 描述: CVE-2023-7028 是一个账户接管漏洞,允许用户在无需目标用户交互的情况下接管 Gitlab 管理员账户。 该漏洞存在于重置密码时的电子邮件管理机制中。攻击者可以提供两个电子邮件地址,重置代码将同时发送到这两个地址。 因此,攻击者可以同时提供目标账户的电子邮件地址和攻击者自己的电子邮件地址,从而重置管理员密码。 (Gitlab...
smartermail-CVE-2026-23760-poc
SmarterMail-CVE-2026-23760-poc 一个利用密码重置 API 绕过 SmaretMail 系统管理员账户认证的概念验证。 漏洞 该漏洞源于密码重置 API 中的认证绕过漏洞。force-reset-password 端点允许匿名请求,并且在重置系统管理员账户时未能验证现有密码或重置令牌。 系统管理员账户接管。 通过 SmarterMail 内置功能直接实现远程代码执行。 受影响版本 SmarterTools SmarterMail 版本低于 build 9511 PoC(由 watchtowr labs 提供) 该 PoC 非常简单: root@kitploit...
CVE-2026-22794-POC
CVE-2026-22794 - Appsmith Origin 头注入 🔴 严重安全漏洞 通过 Origin 头操纵劫持密码重置链接 本仓库包含 CVE-2026-22794 的概念验证(PoC)漏洞利用程序,这是 Appsmith 中的一个严重漏洞,允许攻击者劫持密码重置令牌并实现完全账户接管。 📋 漏洞摘要 字段| 值 ---|--- CVE ID| CVE-2026-22794 受影响软件| Appsmith(补丁之前的版本) 漏洞类型| Origin 头注入 影响| 完全账户接管 CVSS 评分| 9.1(严重) 攻击向量| 网络 攻击复杂度| 低 所需权限| 无 用户交互|...
keycloak-CVE-2026-18963
CVE-2026-18963 - Bypass del flujo reset-credentials de Keycloak Configuración de Docker para probar las versiones de Keycloak 26.x afectadas por el bypass del flujo reset-credentials. El laboratorio incluido fija Keycloak 26.6.2 , que está en el rango afectado 26.0 y --username \ --new-password '...
CVE-2026-26417
CVE-2026-26417 Control de Acceso Roto en la Funcionalidad de Restablecimiento de Contraseña Resumen de la Vulnerabilidad Se identificó una vulnerabilidad de control de acceso roto en Tata Consultancy Services TCS – Cognix Recon Client v3.0. El problema permitía a usuarios autenticados restablecer...
CVE-2026-92761
WebVirtCloud fails to properly validate permission flags in UserInstance grants, allowing view-only users to perform privileged actions. Attackers with read-only grants can power off virtual machines, reset root passwords, install SSH keys, and manage ISO images by exploiting the getinstance gate...
CVE-2026-72898-metabase-sqli
CVE-2026-72898 — Metabase 未认证 SQL 注入(检测器 + 分析) -black Metabase 中通过 POST /api/session/resetpassword 存在的未认证 SQL 注入。 CVSS 10.0 ,已列入 CISA KEV 目录,正在被野外利用。 密码重置请求体中的一个未声明字段以 HoneySQL 结构 而非经过验证的标识符到达应用数据库 用户查询。JSON 对象键成为 Clojure 关键字,因此 "raw": "" 会编译为 HoneySQL 的 :raw 子句,并以 原样、无参数化 的方式输出 — 可对 Metabase...
EUVD-2026-81029
WebVirtCloud fails to properly validate permission flags in UserInstance grants, allowing view-only users to perform privileged actions. Attackers with read-only grants can power off virtual machines, reset root passwords, install SSH keys, and manage ISO images by exploiting the getinstance gate...
CVE-2026-18963
CVE-2026-18963 — Laboratorio de bypass del flujo de restablecimiento de credenciales de Keycloak Descripción general Laboratorio que simula la vulnerabilidad CVE-2026-18963 CVSS 9.1 en Keycloak, que permite a un atacante tomar el control de cualquier cuenta mediante el bypass de la verificación d...
CVE-2026-19632
TranslatePress 密码重置链接泄露导致管理员账户接管 CVE: CVE-2026-19632 | CVSS: 9.8(严重) 通过 WordPress 的 TranslatePress 插件实现未认证账户接管。 从 CVE 发布到可用的 Day-One PoC 所用时间:5 小时 9 分 40 秒 影响版本至 3.3.1(含);该问题已在 3.3.2 中修复。 TLDR TranslatePress 可以翻译 WordPress 外发的电子邮件,并将其翻译后的字符串保存到数据库中。 TranslatePress 还会将包含完整重置链接(含密钥)的密码重置邮件直接保存到翻译表中...
CVE-2026-36438
CVE-2026-36438: Sensitive information via password reset The Intelbras VIP 1230 B/D G4 versions prior to 6 allows a remote attacker to obtain sensitive information of administrator account via password reset functionality under OutsideCmd file. Discovered by Henrique Koji, Feb 2026. References:...
CVE-2026-92716
Shuffle through 2.2.1 is affected by a cross-tenant privilege escalation in the HandleApiGeneration endpoint . An administrator in one organization can supply arbitrary user IDs to reset and read the API keys of non-administrator users in other organizations, enabling account takeover across tena...