The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-2799

CVE-2023-2799: Cnoa OA Auth Bypass Vulnerability

CVE-2023-2799 is an authentication bypass vulnerability in Cnoa OA caused by hard-coded credentials. Attackers can exploit this to gain unauthorized access. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-2799 Overview

A hardcoded credentials vulnerability has been discovered in cnoa OA (Office Automation system) up to version 5.1.1.5. This vulnerability affects the login functionality at /index.php?app=main&func=passport&action=login, where the application utilizes hard-coded passwords. The presence of embedded credentials allows attackers to gain unauthorized access to the system without requiring any prior authentication or user interaction.

Critical Impact

This vulnerability enables unauthenticated remote attackers to bypass authentication mechanisms entirely by exploiting hard-coded credentials, potentially resulting in full system compromise including unauthorized data access, system modification, and service disruption.

Affected Products

  • cnoa OA versions up to and including 5.1.1.5
  • cnoa_oa_project cnoa_oa (all versions through 5.1.1.5)

Discovery Timeline

  • 2023-05-18 - CVE-2023-2799 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-2799

Vulnerability Analysis

CVE-2023-2799 is a hardcoded credentials vulnerability (CWE-259) that exists within the cnoa OA office automation system. The vulnerability stems from the use of hard-coded passwords within the authentication module, specifically in the login handler located at /index.php?app=main&func=passport&action=login. This type of flaw represents a fundamental security design failure where credentials are embedded directly into the application code rather than being securely managed through proper credential storage mechanisms.

The exploit has been publicly disclosed, and the vendor was contacted about this vulnerability but did not respond. This lack of vendor response means affected organizations must take immediate defensive measures as no official patch is available.

Root Cause

The root cause of this vulnerability is the use of hard-coded passwords (CWE-259: Use of Hard-coded Password) within the application's authentication mechanism. Instead of implementing a secure credential management system that requires unique, user-configurable passwords, the developers embedded static credentials directly into the application. This practice violates fundamental secure development principles and creates a persistent backdoor that cannot be remediated through normal password management procedures.

Attack Vector

The attack vector for CVE-2023-2799 is network-based and requires no authentication or user interaction. An attacker can remotely access the vulnerable login endpoint at /index.php?app=main&func=passport&action=login and utilize the known hard-coded credentials to authenticate. The attack does not require any privileges and can be executed from any network location with access to the vulnerable system. Once authenticated using the embedded credentials, the attacker gains full access to the OA system with the privileges associated with the compromised account.

The vulnerability is particularly dangerous because the hard-coded credentials cannot be changed by administrators without modifying the application source code, and may persist even after password resets for other accounts.

Detection Methods for CVE-2023-2799

Indicators of Compromise

  • Successful login events from unexpected IP addresses or geographic locations to the cnoa OA system
  • Authentication attempts using the default or hard-coded credentials against /index.php?app=main&func=passport&action=login
  • Unusual access patterns or administrative actions performed by accounts that should not have elevated privileges
  • Multiple rapid authentication requests targeting the login endpoint from external sources

Detection Strategies

  • Implement network monitoring to detect and alert on access attempts to the vulnerable endpoint /index.php?app=main&func=passport&action=login
  • Deploy web application firewall (WAF) rules to monitor and log authentication requests to cnoa OA systems
  • Configure SIEM rules to correlate login events with known indicators of the hard-coded credential exploitation
  • Review authentication logs for successful logins that do not correspond to legitimate user activity

Monitoring Recommendations

  • Enable detailed logging for all authentication events on cnoa OA systems
  • Monitor for any access to the system from untrusted network segments or external IP ranges
  • Set up alerts for successful authentications outside of normal business hours
  • Implement user behavior analytics to detect anomalous post-authentication activity

How to Mitigate CVE-2023-2799

Immediate Actions Required

  • Isolate cnoa OA systems from direct internet exposure by placing them behind VPN or internal network segments only
  • Implement network-level access controls to restrict access to the application from trusted IP addresses only
  • Review and audit all existing user accounts and sessions for signs of unauthorized access
  • Consider taking the system offline if it contains sensitive data until a proper mitigation strategy is in place

Patch Information

No official patch is available from the vendor at this time. The vendor was contacted regarding this vulnerability but did not respond. Organizations using cnoa OA should contact the vendor directly for remediation guidance or consider alternative solutions. Technical details about this vulnerability are available at VulDB #229376 and additional documentation can be found at the GitHub vulnerability report.

Workarounds

  • Restrict network access to the cnoa OA system to only trusted internal networks using firewall rules
  • Implement a reverse proxy with additional authentication layers before the cnoa OA login endpoint
  • Deploy a Web Application Firewall (WAF) to monitor and potentially block suspicious authentication attempts
  • Consider migrating to an alternative office automation system with proper credential management if the vendor does not provide a fix
bash
# Example: Restrict access to cnoa OA using iptables (Linux)
# Allow only trusted internal network (example: 192.168.1.0/24)
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCnoa Oa

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-259
  • Technical References
  • GitHub Image Resource

  • GitHub Default Password Vulnerability

  • VulDB #229376

  • VulDB #229376
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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