A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8495

CVE-2026-8495: Drupal Date iCal Auth Bypass Vulnerability

CVE-2026-8495 is an authorization bypass flaw in Drupal Date iCal that enables forceful browsing attacks. This article covers the technical details, versions affected (0.0.0 to 4.0.14), security impact, and mitigation.

Published: May 21, 2026

CVE-2026-8495 Overview

CVE-2026-8495 is a missing authorization vulnerability in the Drupal Date iCal module that allows forceful browsing of protected resources. The flaw affects all versions of Date iCal prior to 4.0.15. An unauthenticated remote attacker can reach calendar feed endpoints without proper access control checks. The vulnerability is classified under [CWE-862: Missing Authorization]. Because the attack requires no authentication, no user interaction, and can be performed over the network, it carries a high impact rating on confidentiality, integrity, and availability.

Critical Impact

Unauthenticated attackers can perform forceful browsing against Drupal sites running vulnerable Date iCal versions, exposing iCalendar data that should require authorization.

Affected Products

  • Drupal Date iCal module versions from 0.0.0 before 4.0.15
  • Drupal sites that enable the Date iCal contributed module
  • Any deployment exposing Date iCal feed URLs to untrusted networks

Discovery Timeline

  • 2026-05-19 - CVE CVE-2026-8495 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-8495

Vulnerability Analysis

The Date iCal module generates iCalendar (.ics) feeds from Drupal nodes and views. The module fails to verify that the requesting user has authorization to view the underlying entities when serving feed responses. An attacker can request feed URLs directly and retrieve content that should be gated by Drupal's access control system. This pattern is referred to as forceful browsing because the attacker bypasses the application's intended navigation flow by directly addressing protected resources.

The issue is rooted in the absence of an access check before content is serialized into the iCalendar response. Even when the parent Drupal view or node enforces permissions on its standard rendering paths, the Date iCal feed handler returns data through a separate route that does not consistently invoke those checks.

Root Cause

The root cause is missing authorization enforcement [CWE-862] in the module's feed delivery code path. The handler accepts requests and emits node data without invoking Drupal's entity access API to confirm the requester has permission to view each rendered item.

Attack Vector

An attacker sends crafted HTTP GET requests to known Date iCal feed paths on a target Drupal site. No credentials, tokens, or user interaction are required. Successful requests return calendar data drawn from nodes that may include private events, restricted scheduling information, or other content protected by Drupal permissions. Refer to the Drupal Security Advisory for technical details and impact scope.

Detection Methods for CVE-2026-8495

Indicators of Compromise

  • Anonymous HTTP requests to Date iCal feed paths returning HTTP 200 responses with text/calendar content
  • Spikes in access to .ics endpoints from unfamiliar source IP addresses or user agents
  • Outbound scraping patterns enumerating multiple calendar feed URLs in sequence

Detection Strategies

  • Review Drupal access logs for unauthenticated requests to URLs containing ical, feed, or .ics segments
  • Correlate web server logs against the list of Date iCal feed routes exposed by your views and nodes
  • Compare returned content against the expected anonymous-user permission set to identify unauthorized disclosure

Monitoring Recommendations

  • Enable verbose logging on the web server and Drupal dblog module for content access events
  • Alert on high-volume anonymous access to calendar feed endpoints
  • Monitor for user agents associated with automated content scrapers targeting Drupal sites

How to Mitigate CVE-2026-8495

Immediate Actions Required

  • Upgrade the Date iCal module to version 4.0.15 or later on all Drupal installations
  • Audit current Date iCal feed configurations and disable feeds that are not required
  • Review access logs for prior unauthorized requests to feed endpoints and assess data exposure

Patch Information

The fix is delivered in Date iCal release 4.0.15. The patch adds the missing authorization checks before feed content is rendered. Refer to the Drupal Security Advisory for upgrade instructions and verification steps.

Workarounds

  • Disable the Date iCal module until the upgrade can be applied if feeds are not in active use
  • Restrict access to feed URLs at the web server or reverse proxy layer using IP allowlists or authentication
  • Remove or unpublish nodes containing sensitive data from views that expose iCalendar feeds
bash
# Upgrade the Date iCal module using Composer
composer require 'drupal/date_ical:^4.0.15'
drush updatedb
drush cache:rebuild

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDrupal

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • Drupal Security Advisory
  • Related CVEs
  • CVE-2026-8491: Drupal Node View Permissions Auth Bypass

  • CVE-2026-0748: Drupal i18n Module Auth Bypass Vulnerability

  • CVE-2026-4933: Drupal Auth Bypass Vulnerability

  • CVE-2026-3573: Drupal AI Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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