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-35175

CVE-2026-35175: Ajenti Auth Bypass Vulnerability

CVE-2026-35175 is an authentication bypass flaw in Ajenti server admin panel that allows authenticated non-superusers to install custom packages. This article covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-35175 Overview

CVE-2026-35175 is an authorization bypass vulnerability in Ajenti, a modular server administration panel for Linux and BSD systems. Prior to version 2.2.15, an authenticated user utilizing the auth_users plugin authentication method could install custom packages even without superuser privileges. This vulnerability allows non-privileged authenticated users to bypass authorization controls and perform administrative actions that should be restricted to superuser accounts only.

Critical Impact

Authenticated users without superuser privileges can install arbitrary custom packages, potentially leading to system compromise, privilege escalation, or installation of malicious software on managed servers.

Affected Products

  • Ajenti versions prior to 2.2.15
  • Linux systems running vulnerable Ajenti installations
  • BSD systems running vulnerable Ajenti installations

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35175 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35175

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization). The core issue lies in Ajenti's failure to properly verify that a user has superuser privileges before allowing package installation operations. When authenticated through the auth_users plugin, the authorization check for package installation functionality is either missing or improperly implemented, allowing any authenticated user to access this privileged functionality.

The network-accessible nature of this vulnerability means that any authenticated user with network access to the Ajenti panel can exploit this flaw. The attack requires low privileges (just basic authentication) and no user interaction, making it relatively easy to exploit once an attacker has any level of authenticated access to the system.

Root Cause

The root cause of CVE-2026-35175 is a missing authorization check (CWE-862) in the package installation functionality of Ajenti. The application fails to validate whether the authenticated user possesses superuser privileges before permitting package installation operations. This authorization gap allows standard authenticated users to perform actions that should be restricted to administrators only.

Attack Vector

The attack vector for this vulnerability is network-based and requires low-privilege authenticated access. An attacker who has obtained valid credentials for a non-superuser account on an Ajenti installation can exploit this vulnerability by:

  1. Authenticating to the Ajenti panel using valid non-superuser credentials
  2. Accessing the package installation functionality through the web interface
  3. Installing custom packages without proper authorization verification
  4. Potentially using installed packages to escalate privileges or compromise the system

The vulnerability does not require any user interaction and can be exploited with low complexity. See the GitHub Security Advisory GHSA-73jv-44c3-j5p2 for additional technical details.

Detection Methods for CVE-2026-35175

Indicators of Compromise

  • Unexpected package installations on systems managed by Ajenti
  • Package installation logs showing activity from non-superuser accounts
  • Audit logs indicating package management API calls from unauthorized users
  • Presence of unfamiliar or suspicious packages on managed systems

Detection Strategies

  • Monitor Ajenti application logs for package installation requests from non-superuser accounts
  • Implement web application firewall rules to detect unusual package installation API calls
  • Review system package management logs (apt, yum, pkg) for unexpected installations
  • Deploy endpoint detection to identify unauthorized software installations

Monitoring Recommendations

  • Enable verbose logging in Ajenti to capture all administrative actions
  • Set up alerts for package installation events on production systems
  • Regularly audit installed packages against approved baselines
  • Monitor network traffic to Ajenti for suspicious API requests

How to Mitigate CVE-2026-35175

Immediate Actions Required

  • Upgrade Ajenti to version 2.2.15 or later immediately
  • Review user accounts and remove unnecessary access privileges
  • Audit recent package installations for any unauthorized or suspicious packages
  • Restrict network access to Ajenti administrative interfaces

Patch Information

The vulnerability has been fixed in Ajenti version 2.2.15. Organizations should upgrade to this version or later to remediate the vulnerability. The patch can be obtained from the official Ajenti GitHub releases page.

Workarounds

  • Restrict Ajenti access to trusted networks only using firewall rules
  • Limit authenticated user accounts to only those requiring administrative access
  • Implement additional network-level authentication (VPN) before accessing Ajenti
  • Monitor and audit all package installation activities manually until patching is complete
bash
# Configuration example - Restrict Ajenti access via firewall
# Allow access only from trusted management network
iptables -A INPUT -p tcp --dport 8000 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

# Upgrade Ajenti to patched version
pip install ajenti>=2.2.15

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAjenti

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:L/SC:L/SI:L/SA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Ajenti Release Notes

  • GitHub Security Advisory GHSA-73jv-44c3-j5p2
  • Related CVEs
  • CVE-2026-40178: Ajenti Auth Bypass Vulnerability

  • CVE-2026-40177: Ajenti Core Authentication Bypass Flaw

  • CVE-2020-37002: Ajenti Authentication Bypass Vulnerability

  • CVE-2026-27975: Ajenti Server Admin Panel RCE 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