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

CVE-2026-29516: Buffalo TeraStation Information Disclosure

CVE-2026-29516 is an information disclosure vulnerability in Buffalo TeraStation NAS TS5400R that exposes sensitive password hashes. This post covers the technical details, affected firmware versions, impact, and mitigation.

Published: March 20, 2026

CVE-2026-29516 Overview

Buffalo TeraStation NAS TS5400R firmware version 4.02-0.06 and prior contain an excessive file permissions vulnerability (CWE-732) that allows authenticated attackers to read the /etc/shadow file by uploading and executing a PHP file through the webserver. Attackers can exploit world-readable permissions on /etc/shadow to retrieve hashed passwords for all configured accounts including root.

Critical Impact

Authenticated attackers can retrieve password hashes for all system accounts including root, potentially leading to credential theft, privilege escalation, and full system compromise of the NAS device.

Affected Products

  • Buffalo TeraStation NAS TS5400R firmware version 4.02-0.06
  • Buffalo TeraStation NAS TS5400R firmware versions prior to 4.02-0.06

Discovery Timeline

  • 2026-03-16 - CVE CVE-2026-29516 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2026-29516

Vulnerability Analysis

This vulnerability stems from improper file system permissions configuration on the Buffalo TeraStation NAS TS5400R device. The /etc/shadow file, which stores hashed passwords for system accounts, is configured with world-readable permissions instead of the restrictive permissions typically required (usually 640 or 600). This misconfiguration allows any user with code execution capability on the system to read the contents of this sensitive file.

The attack requires authentication to the device, after which an attacker can upload a PHP file through the webserver interface. When executed, this PHP script can read the /etc/shadow file and expose password hashes for all configured accounts, including the root account. These hashes can then be subjected to offline cracking attacks to recover plaintext passwords.

Root Cause

The root cause is excessive file permissions (CWE-732) on the /etc/shadow file within the Buffalo TeraStation firmware. The file is configured with world-readable permissions, violating the principle of least privilege. This configuration error in the firmware allows any process running on the system to access sensitive password hash data that should only be readable by the root user or specific privileged processes.

Attack Vector

The attack is network-based and requires authenticated access to the device. An attacker with valid credentials to the Buffalo TeraStation web interface can exploit this vulnerability through the following process:

  1. Authenticate to the TeraStation web management interface
  2. Upload a malicious PHP file through the webserver functionality
  3. Execute the PHP file to read the contents of /etc/shadow
  4. Retrieve password hashes for all system accounts including root
  5. Perform offline password cracking to recover plaintext credentials

The vulnerability requires high privileges (authenticated access) but involves low attack complexity with no user interaction required beyond the initial authentication.

Detection Methods for CVE-2026-29516

Indicators of Compromise

  • Unexpected PHP files uploaded to web-accessible directories on the TeraStation device
  • Web server logs showing execution of suspicious PHP scripts
  • Access attempts to /etc/shadow or other sensitive system files from web processes
  • Unusual file read operations by the web server process (typically httpd or similar)

Detection Strategies

  • Monitor web server access logs for requests to unusual or recently uploaded PHP files
  • Implement file integrity monitoring on the TeraStation device to detect unauthorized file uploads
  • Review authentication logs for suspicious login patterns preceding file upload activity
  • Analyze network traffic for exfiltration of data matching shadow file format patterns

Monitoring Recommendations

  • Enable verbose logging on the Buffalo TeraStation web interface
  • Configure alerting for new file uploads in web-accessible directories
  • Monitor for privilege escalation attempts following any authenticated sessions
  • Implement network-level monitoring for connections from the NAS to external systems that could indicate data exfiltration

How to Mitigate CVE-2026-29516

Immediate Actions Required

  • Restrict network access to the Buffalo TeraStation management interface to trusted IP addresses only
  • Review and disable any unnecessary file upload functionality on the device
  • Audit user accounts and remove any unnecessary or suspicious accounts
  • Change passwords for all accounts on the affected device, especially the root account
  • Segment the NAS device from critical network segments to limit exposure

Patch Information

No vendor patch information is currently available in the CVE data. Organizations should monitor the Buffalo Americas website and the VulnCheck Advisory for firmware updates that address this vulnerability. Contact Buffalo support directly for guidance on remediation options.

Workarounds

  • Implement network access controls to restrict who can access the TeraStation management interface
  • Disable PHP execution on the web server if not required for device operation
  • Place the affected device behind a firewall and limit access to essential management personnel only
  • Consider replacing affected devices with alternatives that have active security support if no patch becomes available
  • Implement strong, unique passwords for all accounts to reduce the impact if password hashes are compromised
bash
# Network isolation example using iptables (apply on network firewall)
# Restrict access to TeraStation web interface (port 80/443) to management VLAN only
iptables -A FORWARD -d <terastation_ip> -p tcp --dport 80 -s <management_vlan> -j ACCEPT
iptables -A FORWARD -d <terastation_ip> -p tcp --dport 443 -s <management_vlan> -j ACCEPT
iptables -A FORWARD -d <terastation_ip> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <terastation_ip> -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBuffalo

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-732
  • Technical References
  • Buffalo Americas Overview

  • VulnCheck Advisory on Buffalo TeraStation
  • Related CVEs
  • CVE-2025-66954: Buffalo LinkStation Info Disclosure Flaw

  • CVE-2024-23486: Buffalo WSR-2533DHP Password Disclosure

  • CVE-2026-27650: Buffalo WCR-1166DHPL Firmware RCE Flaw

  • CVE-2026-32669: Buffalo WCR-1166DHPL RCE 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