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-2026-3049

CVE-2026-3049: Horilla Open Redirect Vulnerability

CVE-2026-3049 is an open redirect vulnerability in Horilla versions up to 1.0.2 that allows attackers to manipulate the prev_url parameter. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-3049 Overview

An open redirect vulnerability has been identified in horilla-opensource Horilla CRM up to version 1.0.2. This security flaw exists in the get function within the horilla_generics/global_search.py file, which is part of the Query Parameter Handler component. The vulnerability allows attackers to manipulate the prev_url argument to redirect users to malicious external websites. This attack can be executed remotely over the network, and a public proof-of-concept exploit is available.

Critical Impact

Attackers can exploit this open redirect to conduct phishing campaigns, credential theft, or malware distribution by redirecting users from trusted Horilla CRM instances to attacker-controlled domains.

Affected Products

  • Horilla CRM versions up to 1.0.2
  • horilla-opensource horilla (all installations prior to patch commit 730b5a44ff060916780c44a4bdbc8ced70a2cd27)

Discovery Timeline

  • 2026-02-24 - CVE CVE-2026-3049 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-3049

Vulnerability Analysis

This open redirect vulnerability (CWE-601) occurs due to insufficient validation of the prev_url parameter in the global search redirect flow. When users perform searches within Horilla CRM, the application stores the previous URL to enable navigation back to the original page. However, the application fails to verify whether the redirect destination is within the trusted domain before processing the redirect request.

The vulnerability is exploitable over the network without requiring any authentication, though user interaction is necessary for successful exploitation. An attacker can craft a malicious URL containing the vulnerable prev_url parameter that points to an external malicious site. When an unsuspecting user clicks the crafted link, they are redirected from the legitimate Horilla CRM application to the attacker's controlled destination.

Root Cause

The root cause of this vulnerability is the absence of host validation on the prev_url parameter before performing redirects. The application accepts arbitrary URLs without checking if they belong to allowed hosts, enabling attackers to redirect users to external domains. The fix introduces Django's url_has_allowed_host_and_scheme function to validate redirect URLs before processing them.

Attack Vector

The attack is network-based and requires user interaction. An attacker constructs a malicious link containing the Horilla CRM domain with a crafted prev_url parameter pointing to an external malicious site. The victim, trusting the legitimate domain in the URL, clicks the link and is subsequently redirected to the attacker's site. This technique is commonly used in phishing attacks where the malicious destination mimics a login page to harvest credentials.

python
# Security patch from horilla_generics/global_search.py
# Adds URL validation to prevent open redirect attacks

 from django.shortcuts import redirect, render
 from django.template.loader import render_to_string
 from django.urls import reverse_lazy
+from django.utils.http import url_has_allowed_host_and_scheme
 from django.utils.safestring import mark_safe
 from django.views import View

Source: GitHub Commit Update

Detection Methods for CVE-2026-3049

Indicators of Compromise

  • Unusual redirect patterns in web server access logs involving the global search endpoint
  • HTTP requests containing external URLs in the prev_url query parameter
  • Users reporting unexpected redirects to unfamiliar websites after interacting with Horilla CRM
  • Phishing reports referencing legitimate Horilla CRM URLs as the initial link

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing external domains in query parameters
  • Implement URL pattern analysis to detect redirect attempts to non-whitelisted domains
  • Review access logs for global search endpoints with suspicious prev_url values
  • Deploy browser-based phishing detection tools for end-user protection

Monitoring Recommendations

  • Enable verbose logging for all redirect operations within the application
  • Configure alerting for high volumes of redirect requests to external domains
  • Implement real-time monitoring of the global_search.py endpoint activity
  • Conduct regular security assessments of URL handling mechanisms

How to Mitigate CVE-2026-3049

Immediate Actions Required

  • Upgrade Horilla CRM to version 1.0.3 or later immediately
  • If immediate upgrade is not possible, apply the security patch identified by commit 730b5a44ff060916780c44a4bdbc8ced70a2cd27
  • Review access logs for evidence of exploitation attempts
  • Notify users about potential phishing attacks leveraging this vulnerability

Patch Information

The vulnerability has been addressed in Horilla CRM version 1.0.3. The patch introduces proper URL validation using Django's built-in url_has_allowed_host_and_scheme function to ensure redirect destinations are within trusted hosts. Organizations should upgrade to version 1.0.3 or apply the patch commit 730b5a44ff060916780c44a4bdbc8ced70a2cd27. The updated release is available on the GitHub Release v1.0.3 page.

Workarounds

  • Deploy a web application firewall (WAF) rule to block requests with external URLs in the prev_url parameter
  • Implement a reverse proxy rule to sanitize or reject redirect requests to untrusted domains
  • Restrict access to the affected global search functionality until patching is complete
  • Educate users about verifying destination URLs before clicking links, even from trusted sources
bash
# Example WAF rule to block external redirects (ModSecurity)
SecRule ARGS:prev_url "^https?://(?!yourdomain\.com)" \
    "id:1001,phase:1,deny,status:403,msg:'Blocked potential open redirect attempt'"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHorilla

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • GitHub PoC Repository

  • GitHub Release v1.0.3

  • VulDB CTI #347407

  • VulDB #347407

  • VulDB Submit #757296
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-24039: Horilla HRMS Auth Bypass Vulnerability

  • CVE-2026-24038: Horilla HRMS Auth Bypass Vulnerability

  • CVE-2026-24035: Horilla HRMS Auth Bypass Vulnerability

  • CVE-2026-3050: Horilla Horilla XSS Vulnerability
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