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
    • 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-39355

CVE-2026-39355: Genealogy PHP App Auth Bypass Vulnerability

CVE-2026-39355 is an authentication bypass flaw in Genealogy PHP application that allows authenticated users to take over team workspaces and access genealogy data. This article covers technical details, affected versions, and patches.

Published: April 10, 2026

CVE-2026-39355 Overview

CVE-2026-39355 is a critical broken access control vulnerability affecting Genealogy, a family tree PHP application. Prior to version 5.9.1, the application contains a flaw that allows any authenticated user to transfer ownership of arbitrary non-personal teams to themselves. This enables complete takeover of other users' team workspaces and unrestricted access to all genealogy data associated with the compromised team.

Critical Impact

Any authenticated user can hijack team ownership and gain full access to sensitive genealogy data belonging to other users, representing a complete compromise of data confidentiality and integrity.

Affected Products

  • Genealogy PHP Application versions prior to 5.9.1

Discovery Timeline

  • 2026-04-07 - CVE-2026-39355 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-39355

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating that the application fails to properly verify whether a user is authorized to perform the team ownership transfer action. The flaw resides in the access control logic governing team management functionality within the Genealogy application.

When an authenticated user initiates a request to transfer team ownership, the application does not adequately validate whether the requesting user has legitimate authority over the target team. This missing authorization check allows any authenticated user to manipulate the ownership transfer mechanism for teams they do not own or manage, provided those teams are non-personal (shared/collaborative teams).

The impact is severe as it enables complete takeover of team workspaces. Once ownership is transferred, the attacker gains unrestricted access to all genealogy data, family trees, and personal information associated with the compromised team. This can include sensitive information such as birth dates, death records, family relationships, and other private genealogical data.

Root Cause

The root cause is a missing authorization check (CWE-862) in the team ownership transfer functionality. The application verifies that a user is authenticated but fails to verify that the authenticated user has the necessary permissions to perform ownership transfer operations on the specified team. This represents a fundamental broken access control design flaw where authentication is confused with authorization.

Attack Vector

The attack is network-accessible and requires only low-privilege authenticated access to the application. An attacker simply needs a valid account on the Genealogy application to exploit this vulnerability. No user interaction is required from the victim, and the scope is changed as the attacker can affect resources belonging to other users.

The attacker would identify target non-personal teams within the application and craft requests to the team ownership transfer endpoint. Due to the missing authorization checks, the application processes these requests as legitimate, transferring ownership to the attacker. This provides immediate and complete access to all team resources and genealogy data.

Detection Methods for CVE-2026-39355

Indicators of Compromise

  • Unexpected changes in team ownership records within the Genealogy application database
  • Audit logs showing ownership transfer requests from users who are not team owners or administrators
  • Users reporting loss of access to their team workspaces without initiating any changes

Detection Strategies

  • Monitor application audit logs for team ownership transfer events, especially those initiated by users who were not previous team owners
  • Implement alerting on bulk or rapid ownership transfer operations that may indicate automated exploitation
  • Review database records for anomalous changes to team ownership fields

Monitoring Recommendations

  • Enable detailed logging for all team management operations including ownership transfers
  • Establish baseline patterns for legitimate team ownership changes and alert on deviations
  • Consider implementing real-time monitoring of access control events within the Genealogy application

How to Mitigate CVE-2026-39355

Immediate Actions Required

  • Upgrade the Genealogy application to version 5.9.1 or later immediately
  • Audit existing team ownership records to identify any unauthorized transfers that may have already occurred
  • Review application access logs for suspicious team management activity
  • Consider temporarily restricting team ownership transfer functionality until patching is complete

Patch Information

This vulnerability is fixed in Genealogy version 5.9.1. Organizations should upgrade to this version or later to remediate the vulnerability. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • If immediate patching is not possible, consider implementing additional access control at the web server or application firewall level to restrict access to team management endpoints
  • Temporarily disable the team ownership transfer functionality if the application configuration allows
  • Implement network-level restrictions to limit access to the application to trusted users only 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/TechGenealogy

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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