Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-60661

CVE-2026-60661: Oracle Solaris Privilege Escalation Bug

CVE-2026-60661 is a privilege escalation vulnerability in Oracle Solaris 11.4 Filesystems component that enables low-privileged attackers to take over the system. This article covers technical details, impact, and fixes.

Published:

CVE-2026-60661 Overview

CVE-2026-60661 is a high-severity vulnerability in the Filesystems component of Oracle Solaris 11.4. A low-privileged local attacker with logon access to the host can compromise the operating system and take it over. The flaw is difficult to exploit, but successful exploitation causes a scope change and impacts confidentiality, integrity, and availability. Oracle disclosed the issue in the Oracle Critical Patch Update Advisory - July 2026.

Critical Impact

Successful exploitation results in full takeover of Oracle Solaris and can affect components beyond the operating system through scope change.

Affected Products

  • Oracle Solaris 11.4
  • Oracle Systems (Filesystems component)
  • Additional products may be impacted through scope change

Discovery Timeline

  • 2026-07-21 - CVE-2026-60661 published to NVD
  • 2026-07-21 - Last updated in NVD database
  • July 2026 - Oracle publishes fix in the Critical Patch Update Advisory

Technical Details for CVE-2026-60661

Vulnerability Analysis

The vulnerability resides in the Filesystems component of Oracle Solaris 11.4. Attackers must authenticate locally to the host running Solaris to trigger the flaw. Once triggered, the vulnerability allows a low-privileged user to compromise the operating system and gain full control over it.

The scope change indicates that impact extends beyond Solaris itself. Resources managed by other security authorities may be affected once the attacker completes exploitation. Oracle rates confidentiality, integrity, and availability impacts as high.

Root Cause

Oracle has not published detailed root cause information. The vulnerability is categorized under Filesystems, which typically involves kernel-level file operations, mount handling, or filesystem drivers such as ZFS. Refer to the Oracle Security Alert July 2026 for vendor-supplied technical details.

Attack Vector

The attack vector is Local. An attacker requires valid logon credentials and low privileges on the host executing Solaris. Exploitation complexity is high, meaning the attacker depends on conditions outside their control such as specific system state or race windows. No user interaction is required.

EPSS currently scores this vulnerability at 0.122%, reflecting no observed in-the-wild exploitation at time of publication. No public proof-of-concept code is available.

Detection Methods for CVE-2026-60661

Indicators of Compromise

  • Unexpected privilege escalation events for standard user accounts on Solaris 11.4 hosts
  • Anomalous filesystem mount, unmount, or driver-loading activity
  • Unauthorized changes to setuid binaries or system configuration files following local logons

Detection Strategies

  • Monitor Solaris audit trails (auditd / BSM) for suspicious pfexec, su, and role assumption sequences by low-privileged users
  • Correlate local logon events with subsequent kernel-level filesystem operations and process creation under elevated UIDs
  • Alert on execution of unsigned or unexpected kernel modules and filesystem utilities

Monitoring Recommendations

  • Forward Solaris audit and syslog data to a centralized analytics platform for retention and correlation
  • Baseline normal filesystem operations per host to detect deviations that may indicate exploitation attempts
  • Track user session activity for lateral movement or persistence following local access

How to Mitigate CVE-2026-60661

Immediate Actions Required

  • Apply the Oracle July 2026 Critical Patch Update to all Solaris 11.4 hosts as soon as feasible
  • Inventory systems running Solaris 11.4 and prioritize patching internet-exposed jump hosts and multi-tenant systems
  • Restrict local logon access to Solaris hosts and enforce least privilege for interactive accounts

Patch Information

Oracle addressed CVE-2026-60661 in the July 2026 Critical Patch Update. Administrators should download and install the relevant Solaris 11.4 Support Repository Update (SRU) referenced in the Oracle Critical Patch Update Advisory - July 2026.

Workarounds

  • Limit interactive shell access to Solaris hosts to a minimal set of trusted administrators
  • Enforce role-based access control (RBAC) to reduce the set of accounts able to reach the vulnerable filesystem paths
  • Audit and remove unnecessary local accounts and service accounts capable of logging in interactively
bash
# Verify installed Solaris SRU level and apply the Oracle July 2026 CPU
pkg info entire | grep -i version
pkg update --accept
# Restrict interactive logon to authorized administrators only
usermod -K type=role <account>

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

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.