Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33143

CVE-2026-33143: Oneuptime Auth Bypass Vulnerability

CVE-2026-33143 is an authentication bypass flaw in Hackerbay Oneuptime that allows attackers to forge WhatsApp webhook payloads without signature verification. This post covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33143 Overview

CVE-2026-33143 is a high-severity insufficient verification of data authenticity vulnerability (CWE-345) affecting OneUptime, a comprehensive solution for monitoring and managing online services. The vulnerability exists in the WhatsApp POST webhook handler (/notification/whatsapp/webhook), which processes incoming status update events without verifying the Meta/WhatsApp X-Hub-Signature-256 HMAC signature. This allows any unauthenticated attacker to send forged webhook payloads that can manipulate notification delivery status records, suppress alerts, and corrupt audit trails.

Critical Impact

Unauthenticated attackers can forge WhatsApp webhook payloads to suppress critical alerts and corrupt audit trails, potentially masking ongoing security incidents or service outages.

Affected Products

  • Hackerbay OneUptime versions prior to 10.0.34

Discovery Timeline

  • 2026-03-20 - CVE-2026-33143 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33143

Vulnerability Analysis

This vulnerability represents a critical authentication bypass in the webhook processing pipeline of OneUptime. The WhatsApp webhook endpoint is designed to receive status updates from Meta's WhatsApp Business API regarding message delivery, read receipts, and other notification events. However, the endpoint fails to implement the standard X-Hub-Signature-256 HMAC signature verification that Meta requires for webhook security.

Notably, the OneUptime codebase already implements proper signature verification for Slack webhooks, indicating that the security pattern is understood but was not applied consistently across all webhook handlers. This inconsistency allows attackers to exploit the WhatsApp endpoint as an entry point for data manipulation attacks.

The absence of cryptographic verification means the endpoint cannot distinguish between legitimate callbacks from Meta's servers and malicious requests from any network-accessible attacker.

Root Cause

The root cause is insufficient verification of data authenticity (CWE-345) in the WhatsApp webhook handler. The endpoint at /notification/whatsapp/webhook accepts and processes POST requests without validating the X-Hub-Signature-256 header, which should contain an HMAC-SHA256 signature of the request body using a shared secret. Without this verification, the system blindly trusts any incoming request claiming to be from WhatsApp.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft HTTP POST requests to the vulnerable endpoint with fabricated webhook payloads. These forged payloads can be used to:

  1. Manipulate delivery status records - Mark notifications as delivered when they failed, or vice versa
  2. Suppress critical alerts - Inject false status updates to prevent legitimate alerts from triggering escalation workflows
  3. Corrupt audit trails - Tamper with the notification history to cover tracks or create false evidence

The attack can be launched from anywhere on the network with access to the OneUptime instance. Since webhook endpoints are typically exposed to receive callbacks from external services, many deployments may have this endpoint accessible from the public internet.

Detection Methods for CVE-2026-33143

Indicators of Compromise

  • Unusual volume of requests to /notification/whatsapp/webhook from IP addresses not associated with Meta/WhatsApp infrastructure
  • Webhook requests missing the X-Hub-Signature-256 header or containing invalid signatures
  • Anomalous patterns in notification delivery status changes that don't correlate with actual WhatsApp message activity
  • Requests to the webhook endpoint originating from unexpected geographic locations or ASNs

Detection Strategies

  • Monitor web application logs for POST requests to /notification/whatsapp/webhook and correlate source IPs against known Meta IP ranges
  • Implement anomaly detection on notification status update frequency and patterns
  • Alert on webhook requests that lack standard Meta/WhatsApp headers such as X-Hub-Signature-256
  • Review audit trails for suspicious status changes during incident response

Monitoring Recommendations

  • Configure network-level logging to capture all traffic to webhook endpoints
  • Establish baseline metrics for normal webhook activity and alert on deviations
  • Implement real-time alerting for webhook requests from non-whitelisted IP ranges
  • Regularly audit notification delivery records for inconsistencies with actual service status

How to Mitigate CVE-2026-33143

Immediate Actions Required

  • Upgrade OneUptime to version 10.0.34 or later immediately
  • If immediate patching is not possible, restrict network access to the /notification/whatsapp/webhook endpoint to Meta/WhatsApp IP ranges only
  • Review notification delivery status records and audit logs for signs of manipulation
  • Temporarily disable the WhatsApp webhook integration if it's not critical to operations

Patch Information

The vulnerability has been addressed in OneUptime version 10.0.34. The patch implements proper X-Hub-Signature-256 HMAC signature verification for the WhatsApp webhook handler, consistent with the existing Slack webhook implementation. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to restrict the /notification/whatsapp/webhook endpoint to only accept traffic from Meta's documented IP ranges
  • Deploy a web application firewall (WAF) rule to block requests to the webhook endpoint that lack valid signature headers
  • Use a reverse proxy to perform signature validation before requests reach the OneUptime application
  • Consider disabling the WhatsApp notification integration until the patch can be applied

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHackerbay Oneuptime

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30956: OneUptime Auth Bypass Vulnerability

  • CVE-2026-30959: Hackerbay Oneuptime Auth Bypass Flaw

  • CVE-2026-30920: Oneuptime Auth Bypass Vulnerability

  • CVE-2026-28787: Oneuptime WebAuthn Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English