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-2019-25447

CVE-2019-25447: OrientDB CSRF Vulnerability

CVE-2019-25447 is a cross-site request forgery flaw in OrientDB 3.0.17 that enables attackers to perform unauthorized database operations and user management. This article covers technical details, impact, and mitigations.

Published: February 27, 2026

CVE-2019-25447 Overview

OrientDB 3.0.17 GA Community Edition contains cross-site request forgery (CSRF) vulnerabilities that allow attackers to perform unauthorized actions by crafting malicious requests to sensitive endpoints. The affected endpoints include /database/, /command/, and /document/, which can be exploited to manipulate database configurations, user accounts, and schema definitions without proper authorization validation.

Critical Impact

Attackers can create or delete databases, modify schema classes, manage users, and create functions by sending authenticated requests without token validation. Combined with reflected and stored cross-site scripting vulnerabilities in the web interface, this significantly expands the attack surface.

Affected Products

  • OrientDB 3.0.17 GA Community Edition
  • OrientDB web interface and REST API endpoints

Discovery Timeline

  • 2026-02-20 - CVE CVE-2019-25447 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2019-25447

Vulnerability Analysis

This CSRF vulnerability (CWE-352) exists in OrientDB 3.0.17 due to the absence of anti-CSRF token validation on critical API endpoints. The web interface fails to implement proper request origin verification, allowing malicious websites to trigger state-changing operations on behalf of authenticated users. When a victim with an active OrientDB session visits a malicious page, the attacker can exploit the browser's automatic cookie inclusion behavior to execute unauthorized database operations.

The vulnerability is particularly concerning because it targets administrative functions. An attacker can chain this CSRF weakness with the reported XSS vulnerabilities (both reflected and stored) to achieve a more sophisticated attack. The stored XSS component allows persistent injection of malicious scripts that can automatically trigger CSRF payloads whenever administrators access compromised pages within the OrientDB Studio interface.

Root Cause

The root cause is improper validation of request origins in OrientDB's REST API and web interface. The application accepts state-changing requests (POST, PUT, DELETE) without verifying that the request originated from a legitimate source. Specifically:

  • No CSRF tokens are generated or validated for form submissions
  • Missing SameSite cookie attributes allow cross-origin cookie inclusion
  • Absence of Origin or Referer header validation on sensitive endpoints
  • No double-submit cookie pattern implementation

Attack Vector

The vulnerability is exploitable over the network by tricking an authenticated OrientDB administrator into visiting a malicious webpage. The attacker crafts an HTML page containing hidden forms or JavaScript that automatically submits requests to the OrientDB endpoints. Since the victim's browser automatically includes session cookies with these requests, the malicious operations execute with the victim's privileges.

Attack scenarios include:

  • Creating rogue admin users for persistent backdoor access
  • Deleting critical databases causing data loss
  • Modifying schema classes to inject malicious triggers or functions
  • Creating server-side functions that execute arbitrary code

The vulnerability requires the victim to have an active authenticated session with OrientDB Studio, but no additional user interaction beyond visiting the malicious page is necessary.

Detection Methods for CVE-2019-25447

Indicators of Compromise

  • Unexpected database creation or deletion events in OrientDB logs
  • New user accounts with elevated privileges appearing without administrative action
  • Schema modifications or function creations occurring outside normal maintenance windows
  • Unusual patterns of POST requests to /database/, /command/, or /document/ endpoints from external referrers

Detection Strategies

  • Monitor OrientDB audit logs for administrative operations performed during unusual hours or from unexpected IP addresses
  • Implement web application firewall (WAF) rules to detect requests with suspicious Referer headers pointing to external domains
  • Review server access logs for patterns indicating automated form submissions to sensitive endpoints
  • Enable browser-based Content Security Policy (CSP) violation reporting to detect potential XSS exploitation attempts

Monitoring Recommendations

  • Configure alerting for any database creation, deletion, or user management operations
  • Implement network monitoring to detect cross-origin requests targeting OrientDB REST APIs
  • Enable detailed logging of all administrative actions with session and source IP correlation
  • Deploy endpoint detection solutions to identify malicious JavaScript execution in browser contexts

How to Mitigate CVE-2019-25447

Immediate Actions Required

  • Upgrade OrientDB to a patched version that addresses CSRF token validation
  • Restrict network access to OrientDB Studio using firewall rules or VPN requirements
  • Disable unnecessary REST API endpoints if not required for operations
  • Implement reverse proxy authentication with CSRF protection in front of OrientDB
  • Train administrators to avoid clicking links or visiting untrusted sites while authenticated to OrientDB

Patch Information

Administrators should consult the OrientDB Official Site for the latest security updates and version releases. Additional technical details and proof-of-concept information can be found in Exploit-DB #46517 and the VulnCheck OrientDB Advisory.

Workarounds

  • Deploy a reverse proxy (nginx, Apache) with built-in CSRF protection modules in front of OrientDB
  • Configure strict SameSite=Strict cookie attributes at the proxy level if possible
  • Implement IP-based access controls limiting OrientDB Studio access to trusted management networks
  • Use browser isolation for administrative tasks to prevent cross-site attack chains
  • Consider disabling the web interface entirely and managing OrientDB via command-line tools only
bash
# Example nginx configuration to add CSRF protection
# Place in front of OrientDB Studio

location /studio/ {
    # Restrict to internal network only
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Add security headers
    add_header X-Frame-Options "SAMEORIGIN" always;
    add_header X-Content-Type-Options "nosniff" always;
    add_header Referrer-Policy "strict-origin-when-cross-origin" always;
    
    proxy_pass http://localhost:2480/studio/;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechOrientdb

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • OrientDB Official Site

  • Exploit-DB #46517

  • VulnCheck OrientDB Advisory
  • Related CVEs
  • CVE-2019-25448: OrientDB Stored XSS Vulnerability

  • CVE-2019-25449: OrientDB Reflected XSS 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