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-2025-48869

CVE-2025-48869: Horilla HRMS Information Disclosure Flaw

CVE-2025-48869 is an information disclosure vulnerability in Horilla HRMS allowing unauthenticated access to resume files. Attackers can retrieve sensitive candidate data by predicting file URLs in version 1.3.0.

Published: April 15, 2026

CVE-2025-48869 Overview

CVE-2025-48869 is a broken access control vulnerability in Horilla, a free and open source Human Resource Management System (HRMS). The vulnerability allows unauthenticated users to access uploaded resume files in Horilla version 1.3.0 by directly guessing or predicting file URLs. These files are stored in a publicly accessible directory, enabling attackers to retrieve sensitive candidate information without any authentication.

Critical Impact

Unauthenticated attackers can access sensitive candidate resume files containing personally identifiable information (PII) including names, contact details, work history, and potentially social security numbers or other confidential data.

Affected Products

  • Horilla HRMS version 1.3.0
  • Horilla open source Human Resource Management System

Discovery Timeline

  • 2025-09-24 - CVE-2025-48869 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2025-48869

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in Horilla's file storage mechanism for candidate resumes. The application fails to implement proper authentication checks before serving uploaded files, allowing anyone with network access to retrieve sensitive documents. The vulnerability is exploitable remotely without any user interaction or prior authentication, making it particularly dangerous for organizations using Horilla for recruitment purposes.

The impact is primarily focused on confidentiality, as attackers can access sensitive candidate information stored in resume files. This could lead to identity theft, targeted phishing attacks against job applicants, or corporate espionage through access to candidate profiles.

Root Cause

The root cause of CVE-2025-48869 is the storage of uploaded resume files in a publicly accessible directory without implementing proper access control mechanisms. The application does not validate whether a requesting user is authenticated or authorized to access the requested file resources. Additionally, the file naming scheme appears to be predictable, allowing attackers to enumerate and guess valid file URLs.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying the URL pattern used for storing resume files in the Horilla application
  2. Enumerating or predicting file URLs based on the naming convention
  3. Directly requesting file URLs to retrieve resume documents
  4. Extracting sensitive candidate information from the downloaded files

Since no code examples are verified for this vulnerability, technical details can be found in the GitHub Security Advisory.

Detection Methods for CVE-2025-48869

Indicators of Compromise

  • Unusual HTTP requests to resume file directories from external or unauthenticated sources
  • High volume of sequential file access attempts indicating URL enumeration
  • Access logs showing requests to /media/ or similar file storage paths without associated session tokens
  • Requests from suspicious IP addresses targeting file download endpoints

Detection Strategies

  • Monitor web server access logs for unauthenticated requests to file storage directories
  • Implement alerting on enumeration patterns such as sequential numeric file requests
  • Review HTTP request patterns for direct file access without prior authentication
  • Deploy web application firewall (WAF) rules to detect and block file enumeration attempts

Monitoring Recommendations

  • Enable detailed logging for all file access requests in the Horilla application
  • Set up alerts for anomalous file download volumes from single IP addresses
  • Monitor for access patterns indicating automated scanning or enumeration
  • Regularly audit access logs for the resume upload directory

How to Mitigate CVE-2025-48869

Immediate Actions Required

  • Restrict public access to the resume file storage directory at the web server level
  • Implement authentication checks before serving any uploaded files
  • Move sensitive files outside of the web root directory
  • Review access logs to identify potential data exposure

Patch Information

At the time of publication, there is no known patch available for this vulnerability. Organizations using Horilla 1.3.0 should implement the workarounds described below and monitor the GitHub Security Advisory for updates on official patches.

Workarounds

  • Configure the web server to deny direct access to the resume upload directory
  • Implement a file download proxy that enforces authentication before serving files
  • Use non-predictable file naming (UUID-based) to prevent URL enumeration
  • Restrict file access to authenticated and authorized users only through application-level controls
bash
# Example nginx configuration to restrict direct file access
location /media/resumes/ {
    internal;
    # Only allow access through authenticated application routes
}

# Example Apache .htaccess to deny direct access
<Directory "/var/www/horilla/media/resumes">
    Order deny,allow
    Deny from all
</Directory>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHorilla

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24036: Horilla HRMS Information Disclosure Flaw

  • CVE-2026-41513: Horilla HR Software CSRF Vulnerability

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

  • CVE-2026-40867: Horilla HRMS Auth Bypass 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