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

CVE-2026-34586: PdfDing Authorization Bypass Vulnerability

CVE-2026-34586 is an authorization bypass flaw in PdfDing that allows users to access shared PDFs after expiration or deletion. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-34586 Overview

CVE-2026-34586 is an authorization bypass vulnerability in PdfDing, a self-hosted PDF manager, viewer, and editor designed to provide a seamless user experience across multiple devices. The vulnerability exists in the check_shared_access_allowed() function, which only validates session existence without checking critical access control flags such as SharedPdf.inactive (expiration/max views) or SharedPdf.deleted. This flaw allows previously-authorized users to continue accessing shared PDF content after expiration, view limit enforcement, or soft-deletion of the shared resource.

Critical Impact

Authenticated users with prior session access can bypass expiration, view limits, and deletion controls to access shared PDF documents they should no longer have permission to view, potentially exposing sensitive document content.

Affected Products

  • PdfDing versions prior to 1.7.1

Discovery Timeline

  • 2026-03-31 - CVE CVE-2026-34586 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34586

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization). The core issue lies in the incomplete access control validation within PdfDing's shared PDF serving mechanism. When a user attempts to access a shared PDF through the Serve or Download endpoints, the application validates that a session exists but fails to verify whether the shared PDF has been marked as inactive (due to expiration or maximum view count exceeded) or has been soft-deleted by the owner.

The attack requires network access and low-level privileges (an existing authenticated session). No user interaction is required for exploitation. The vulnerability results in high confidentiality impact as it allows unauthorized access to document content, though it does not affect integrity or availability of the system.

Root Cause

The root cause is an incomplete authorization check in the check_shared_access_allowed() function located in pdfding/pdf/services/shared_pdf_services.py. The function validates only that a valid session exists for the shared PDF but does not verify the SharedPdf.inactive or SharedPdf.deleted attributes before granting access. This allows the Serve and Download endpoints to serve PDF content to users who should no longer have access based on sharing policy expiration.

Attack Vector

An attacker who has previously been granted access to a shared PDF (and thus has a valid session) can continue to access the document through the Serve and Download endpoints even after:

  1. The sharing link has expired
  2. The maximum view count has been exceeded
  3. The shared PDF has been soft-deleted by the owner

The attacker simply needs to make HTTP requests to the vulnerable endpoints using their existing session credentials.

python
# Vulnerable code (before patch) in pdfding/pdf/services/shared_pdf_services.py
def check_shared_access_allowed(shared_pdf: SharedPdf, session: Session):
    """Check if access to shared pdf is allowed based on session."""
    # Missing checks for shared_pdf.inactive and shared_pdf.deleted
    if (
        session
        # ... session validation only

Source: GitHub Commit Update

python
# Patched code in pdfding/pdf/services/shared_pdf_services.py
def check_shared_access_allowed(shared_pdf: SharedPdf, session: Session):
    if shared_pdf.inactive or shared_pdf.deleted:
        return False

    if (
        session
        # ... continues with session validation

Source: GitHub Commit Update

Detection Methods for CVE-2026-34586

Indicators of Compromise

  • Unusual access patterns to shared PDF endpoints from sessions associated with expired or deleted shares
  • HTTP requests to /serve/ or /download/ endpoints for shared PDFs that have been marked inactive or deleted in the database
  • Access logs showing successful document retrievals for shares that should have been revoked

Detection Strategies

  • Monitor application logs for access to shared PDF resources where the corresponding SharedPdf record has inactive=True or deleted=True
  • Implement database query logging to identify queries that retrieve shared PDF content without checking inactive/deleted status
  • Review web server access logs for repeated requests to shared PDF URLs after the sharing period should have ended

Monitoring Recommendations

  • Enable detailed access logging for all shared PDF endpoints (Serve and Download)
  • Set up alerts for access attempts to soft-deleted shared PDFs
  • Implement audit logging that captures the state of SharedPdf.inactive and SharedPdf.deleted flags at access time
  • Correlate session timestamps with share expiration times to identify anomalous access patterns

How to Mitigate CVE-2026-34586

Immediate Actions Required

  • Upgrade PdfDing to version 1.7.1 or later immediately
  • Review access logs to identify any potential unauthorized access to expired or deleted shared PDFs
  • Invalidate all active sessions for shared PDFs that have been previously expired or deleted
  • Audit shared PDF configurations to ensure sensitive documents have not been accessed after intended expiration

Patch Information

The vulnerability has been patched in PdfDing version 1.7.1. The fix adds proper authorization checks for SharedPdf.inactive and SharedPdf.deleted attributes before granting access through the Serve and Download endpoints. The patch is available through the GitHub Release v1.7.1. Additional details can be found in the GitHub Security Advisory GHSA-vfqx-2464-38wf.

Workarounds

  • If immediate upgrade is not possible, manually modify the check_shared_access_allowed() function to include checks for shared_pdf.inactive and shared_pdf.deleted as shown in the patch
  • Implement additional access control at the reverse proxy or web server level to restrict access to shared PDF endpoints
  • Temporarily disable sharing functionality until the patch can be applied
  • Review and manually purge all expired or deleted shared PDF sessions from the database
bash
# Configuration example - Upgrade PdfDing to patched version
# Pull the latest patched release
git fetch --tags
git checkout v1.7.1

# Alternatively, if using Docker
docker pull mrmn2/pdfding:1.7.1
docker-compose up -d

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPdfding

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit Update

  • GitHub Release v1.7.1

  • GitHub Security Advisory GHSA-vfqx-2464-38wf
  • Related CVEs
  • CVE-2026-34376: PdfDing 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