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

CVE-2026-5414: Newgen OmniDocs RCE Vulnerability

CVE-2026-5414 is a remote code execution vulnerability in Newgen OmniDocs up to version 12.0.00 affecting the WebApiRequestRedirection file. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-5414 Overview

A security flaw has been discovered in Newgen OmniDocs up to version 12.0.00. This vulnerability affects the /omnidocs/WebApiRequestRedirection endpoint, where improper control of resource identifiers allows attackers to manipulate the DocumentId parameter. This type of vulnerability (CWE-99: Improper Control of Resource Identifiers) enables attackers to potentially access or manipulate resources outside their authorized scope by crafting malicious requests.

Critical Impact

Remote attackers can exploit this vulnerability without authentication to manipulate resource identifiers, potentially leading to unauthorized access to documents or system resources managed by OmniDocs.

Affected Products

  • Newgen OmniDocs up to version 12.0.00
  • OmniDocs WebApiRequestRedirection component
  • Affected endpoint: /omnidocs/WebApiRequestRedirection

Discovery Timeline

  • April 2, 2026 - CVE-2026-5414 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5414

Vulnerability Analysis

This vulnerability represents an Improper Control of Resource Identifiers (CWE-99) weakness in Newgen OmniDocs document management system. The flaw exists in the WebApiRequestRedirection component, which fails to properly validate or sanitize the DocumentId parameter before using it to access or reference system resources.

When a web application uses user-supplied input to construct resource identifiers without adequate validation, attackers can manipulate these identifiers to reference resources they should not have access to. In the context of a document management system like OmniDocs, this could allow unauthorized access to confidential documents, modification of document references, or enumeration of document identifiers.

The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction, making it accessible to unauthenticated attackers who can reach the vulnerable endpoint.

Root Cause

The root cause stems from insufficient input validation in the /omnidocs/WebApiRequestRedirection endpoint. The application directly processes the DocumentId parameter without properly verifying that the supplied identifier references a resource the requesting user is authorized to access. This lack of input validation allows attackers to supply arbitrary resource identifiers that may resolve to unintended documents or system resources.

Attack Vector

The attack is network-based and can be performed remotely against any exposed OmniDocs installation. An attacker would craft HTTP requests to the /omnidocs/WebApiRequestRedirection endpoint with manipulated DocumentId parameter values. By systematically modifying this parameter, attackers could potentially enumerate valid document identifiers, access documents belonging to other users, or redirect requests to unintended resources.

The exploit has been publicly disclosed, and proof-of-concept materials have been released. The vendor was contacted about this vulnerability but did not respond. Technical details are available through the VulDB vulnerability entry.

Detection Methods for CVE-2026-5414

Indicators of Compromise

  • Unusual HTTP requests to /omnidocs/WebApiRequestRedirection with sequential or enumerated DocumentId values
  • Access attempts to documents outside the requesting user's authorized scope
  • High volume of requests to the vulnerable endpoint from a single source
  • Error responses indicating invalid or unauthorized document access attempts

Detection Strategies

  • Monitor web server access logs for requests to /omnidocs/WebApiRequestRedirection with unusual patterns in the DocumentId parameter
  • Implement web application firewall (WAF) rules to detect potential resource identifier manipulation attempts
  • Deploy anomaly detection to identify unusual access patterns to the document management system
  • Enable detailed logging on the OmniDocs application to track document access requests

Monitoring Recommendations

  • Configure alerting for high-frequency requests to the WebApiRequestRedirection endpoint
  • Monitor for authentication bypass attempts or unauthorized document retrievals
  • Implement rate limiting on the affected endpoint to slow enumeration attacks
  • Review access logs regularly for signs of document identifier enumeration

How to Mitigate CVE-2026-5414

Immediate Actions Required

  • Restrict network access to the /omnidocs/WebApiRequestRedirection endpoint using firewall rules or access control lists
  • Implement a web application firewall (WAF) with rules to validate and sanitize the DocumentId parameter
  • Enable detailed logging and monitoring on the affected endpoint
  • Review and restrict user permissions within OmniDocs to minimize potential impact

Patch Information

At the time of publication, no official patch has been released by Newgen. The vendor was contacted early about this disclosure but did not respond in any way. Organizations should monitor the VulDB entry and vendor communications for updates on patch availability.

Workarounds

  • Implement network-level restrictions to limit access to the OmniDocs application to trusted IP ranges only
  • Deploy a reverse proxy or WAF in front of OmniDocs to filter and validate requests to the vulnerable endpoint
  • Consider temporarily disabling the WebApiRequestRedirection functionality if it is not business-critical
  • Implement additional authentication requirements for accessing the affected endpoint
bash
# Example WAF rule to restrict access to the vulnerable endpoint
# Add to your web server or reverse proxy configuration
# Apache mod_rewrite example
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/omnidocs/WebApiRequestRedirection
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\. 
RewriteRule ^ - [F,L]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNewgen Omnidocs

  • SeverityMEDIUM

  • CVSS Score5.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/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-99
  • Technical References
  • Google Drive File

  • VulDB Submission #781765

  • VulDB #354829

  • VulDB #354829 CTI
  • Related CVEs
  • CVE-2026-5413: Newgen OmniDocs Information Disclosure

  • CVE-2025-69907: Newgen OmniDocs Information Disclosure
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