Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2493+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-14950: 389 Directory Server Session Expiry Bypass Allows Unauthorized Access
CVE-2026-14950: 389 Directory Server Session Expiry Bypass Allows Unauthorized Access

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-14950

CVE-2026-14950: 389 Directory Server Session Expiry Bypass Allows Unauthorized Access

A CVSS 9.8 flaw in the 389 Directory Server web interface lets remote attackers reuse expired session tokens to maintain unauthorized access.

Dylan H.

Security Team

August 21, 2026
3 min read

Affected Products

  • 389 Directory Server (FDS) web interface

Overview

A critical session management vulnerability has been identified in the 389 Directory Server (FDS) web interface, assigned CVE-2026-14950 with a CVSS score of 9.8. The flaw allows an unauthenticated remote attacker who possesses a valid but expired session identifier to continue using that session as if it were still active, effectively bypassing session expiry controls.

This vulnerability significantly increases the risk posed by stolen, leaked, shared, or unattended session tokens, enabling unauthorized continued access to the 389-ds administration interface.

Technical Details

The 389 Directory Server web interface manages administrative sessions using session identifiers. When a session should expire — either due to a timeout, explicit logout, or administrative revocation — the server fails to fully invalidate the session token server-side. As a result:

  • An attacker who obtains a session token (through network interception, credential stuffing, shoulder surfing, or access to browser history/logs) can continue to use that token after it should have been invalidated.
  • No authentication is required beyond possession of the expired session identifier.
  • The attack can be performed remotely by any attacker who can reach the FDS web interface over the network.

This is a server-side session validation failure, distinct from client-side session handling issues. The session is not being invalidated in the server's session store upon expiry or logout events.

Affected Products

ProductComponentStatus
389 Directory ServerWeb administration interfaceVulnerable
Red Hat Directory ServerBased on 389-dsAffected
FreeIPAUses 389-ds backendPotentially affected

Impact

  • Unauthorized persistent access to the directory server's web administration console
  • Account takeover risk when session tokens are leaked or stolen
  • Privilege escalation if the compromised session belongs to an administrative account
  • Data exposure of directory contents, user credentials, and configuration
  • Particularly dangerous when the management interface is internet-accessible

Remediation

  1. Apply the security patch from the 389-ds project or your Linux distribution immediately.
  2. Restrict access to the web management interface — place it behind a VPN or firewall and limit exposure to trusted networks only.
  3. Rotate all active session tokens after applying the patch.
  4. Enable session audit logging to detect any reuse of expired session identifiers.
  5. Implement network-level controls (IP allowlisting) on the FDS administrative interface as a defense-in-depth measure.
  6. Review recent access logs for evidence of session reuse activity.

Detection

Monitor your 389-ds web interface access logs for:

  • Successful authenticated requests from session tokens flagged as expired
  • Access from IP addresses different from the session's origin without re-authentication
  • Unusually long session durations that exceed configured timeout thresholds

References

  • NVD Entry — CVE-2026-14950
  • 389 Directory Server Project: https://www.port389.org/
  • Red Hat Security Advisory Portal: https://access.redhat.com/security/
#CVE#389-ds#Session Management#Unauthorized Access#Web Interface

Related Articles

CVE-2026-13097: FreeIPA Privilege Escalation via Kerberos Principal Uniqueness Bypass

A CVSS 9.1 flaw in FreeIPA allows users with LDAP write access to escalate privileges by exploiting duplicate Kerberos principal names in 389-ds.

3 min read

CVE-2025-36359: IBM DevOps Session Hijacking Vulnerability (CVSS 8.1)

IBM DevOps Automation and IBM DevOps Loop fail to invalidate session IDs after expiration, allowing authenticated attackers to impersonate other users via...

3 min read

CVE-2026-6886: Borg SPM 2007 Authentication Bypass Allows

A critical authentication bypass vulnerability in the end-of-life Borg SPM 2007 application permits unauthenticated remote attackers to log into the...

3 min read
Back to all Security Alerts