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

CVE-2026-5310: Iperius Backup Hard-Coded Key Vulnerability

CVE-2026-5310 is a hard-coded cryptographic key flaw in Enter Software Iperius Backup that affects the IperiusAccounts.ini file. This article covers technical details, affected versions up to 8.7.2, and mitigation steps.

Published: April 2, 2026

CVE-2026-5310 Overview

A cryptographic key management vulnerability has been identified in Enter Software Iperius Backup versions up to 8.7.2. The vulnerability exists in the IperiusAccounts.ini configuration file, which uses a hard-coded cryptographic key for encrypting sensitive account credentials. An attacker with local access to the system could potentially extract and decrypt stored credentials by leveraging this static encryption key.

Critical Impact

Local attackers can decrypt sensitive account credentials stored in the IperiusAccounts.ini configuration file by exploiting the hard-coded cryptographic key, potentially leading to unauthorized access to backup destinations and connected systems.

Affected Products

  • Enter Software Iperius Backup versions up to 8.7.2
  • Systems storing sensitive credentials in IperiusAccounts.ini

Discovery Timeline

  • April 1, 2026 - CVE-2026-5310 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5310

Vulnerability Analysis

This vulnerability falls under CWE-320 (Key Management Errors), specifically involving the use of a hard-coded cryptographic key within the Iperius Backup application. The application stores account credentials in the IperiusAccounts.ini configuration file, encrypting them with a static key embedded in the application code. This design flaw allows any user with local system access and knowledge of the key to decrypt stored credentials.

The attack requires local access to the target system where Iperius Backup is installed. The exploitation complexity is characterized as high, meaning successful attacks require specific conditions to be met, including access to both the configuration file and knowledge of the encryption methodology.

Root Cause

The root cause of this vulnerability stems from improper cryptographic key management practices. Rather than implementing secure key derivation, per-installation unique keys, or leveraging the operating system's credential storage mechanisms (such as Windows Credential Manager or DPAPI), the developers embedded a static encryption key directly in the application. This hard-coded approach means that every installation of the affected Iperius Backup versions uses the identical key for credential encryption, making the encrypted data vulnerable to decryption by anyone who discovers or reverse-engineers this key.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the system where Iperius Backup is installed. The attack proceeds as follows:

  1. The attacker gains local access to a system running a vulnerable version of Iperius Backup
  2. The attacker locates and extracts the IperiusAccounts.ini configuration file containing encrypted credentials
  3. Using the hard-coded cryptographic key (which can be extracted from the application binary or obtained from public disclosures), the attacker decrypts the stored credentials
  4. The decrypted credentials may provide access to backup destinations, cloud storage accounts, FTP servers, or other configured resources

A proof-of-concept script demonstrating the decryption process has been made publicly available. Technical details can be found in the GitHub Security Advisory and the associated PoC Script.

Detection Methods for CVE-2026-5310

Indicators of Compromise

  • Unauthorized access to the IperiusAccounts.ini file located in the Iperius Backup installation directory
  • Suspicious file read operations targeting Iperius configuration files from non-Iperius processes
  • Evidence of credential decryption tools or scripts (such as decrypt_iperius.py) present on the system
  • Unusual login attempts to backup destinations using credentials stored in Iperius Backup

Detection Strategies

  • Monitor file access events for the IperiusAccounts.ini configuration file, alerting on access by processes other than the legitimate Iperius Backup service
  • Implement endpoint detection rules to identify known PoC tools associated with this vulnerability
  • Review audit logs for suspicious PowerShell or Python script executions that may indicate credential extraction attempts
  • Deploy file integrity monitoring on Iperius Backup configuration directories

Monitoring Recommendations

  • Enable detailed file access auditing on systems running Iperius Backup
  • Configure SentinelOne Singularity to monitor for behavioral indicators associated with credential harvesting from backup software
  • Establish baseline access patterns for Iperius configuration files to detect anomalous access
  • Monitor for lateral movement attempts using credentials that may have been stored in backup software

How to Mitigate CVE-2026-5310

Immediate Actions Required

  • Upgrade Iperius Backup to version 8.7.4 or later, which addresses this vulnerability
  • Audit systems running affected versions to identify potential credential exposure
  • Rotate all credentials stored in Iperius Backup configurations after upgrading
  • Restrict local user access to systems running backup software to minimize the attack surface

Patch Information

Enter Software has released version 8.7.4 of Iperius Backup to address this vulnerability. The vendor responded professionally and released the fix promptly after disclosure. Users should download the updated version from the official Iperius Backup download page.

Additional vulnerability details are available through VulDB #354639.

Workarounds

  • Restrict file system permissions on the Iperius Backup installation directory and configuration files to administrators only
  • Implement strict local access controls to limit which users can access systems running backup software
  • Consider using Windows NTFS permissions to prevent non-privileged users from reading configuration files
  • Monitor and audit access to backup software configuration files pending the upgrade to version 8.7.4
bash
# Configuration example - Restrict access to Iperius configuration directory on Windows
# Run in elevated PowerShell
icacls "C:\Program Files\Iperius Backup" /inheritance:r
icacls "C:\Program Files\Iperius Backup" /grant:r "BUILTIN\Administrators:(OI)(CI)F"
icacls "C:\Program Files\Iperius Backup" /grant:r "NT AUTHORITY\SYSTEM:(OI)(CI)F"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechIperius Backup

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-320
  • Technical References
  • GitHub Security Advisories

  • GitHub PoC Script

  • VulDB Submission #778602

  • VulDB #354639

  • VulDB #354639 CTI

  • Iperius Backup Software Download
  • Related CVEs
  • CVE-2026-4824: Iperius Backup Privilege Escalation Flaw

  • CVE-2026-4823: Iperius Backup Information Disclosure Flaw

  • CVE-2026-4822: Iperius Backup Privilege Escalation Flaw

  • CVE-2019-25608: Iperius Backup Privilege Escalation Flaw
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