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-2025-14969

CVE-2025-14969: Hibernate Reactive DoS Vulnerability

CVE-2025-14969 is a denial of service vulnerability in Hibernate Reactive caused by connection pool exhaustion when HTTP connections close prematurely. This article covers technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2025-14969 Overview

A flaw was found in Hibernate Reactive that allows remote attackers to cause a Denial of Service (DoS) condition through database connection pool exhaustion. When an HTTP endpoint is exposed to perform database operations, a remote client can prematurely close the HTTP connection, leading to leaked connections from the database connection pool. This resource exhaustion vulnerability can ultimately render the application unable to process legitimate database requests.

Critical Impact

Remote attackers can exhaust database connection pools by repeatedly initiating and prematurely closing HTTP connections, causing service degradation or complete denial of service for applications using Hibernate Reactive.

Affected Products

  • Hibernate Reactive (affected versions not specified)
  • Applications exposing HTTP endpoints for database operations via Hibernate Reactive
  • Java/Jakarta EE applications using reactive database connectivity

Discovery Timeline

  • 2026-01-26 - CVE CVE-2025-14969 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2025-14969

Vulnerability Analysis

This vulnerability falls under CWE-772 (Missing Release of Resource after Effective Lifetime), which describes a condition where the software does not release allocated resources after they have been effectively used. In the context of Hibernate Reactive, when a client establishes an HTTP connection to an endpoint that performs database operations and then abruptly terminates that connection, the associated database connection may not be properly released back to the connection pool.

The attack can be executed over the network and requires low privileges to initiate. While the immediate impact is limited to availability (no confidentiality or integrity impact), the cumulative effect of multiple connection leaks can completely exhaust the connection pool, preventing legitimate users from accessing database resources.

Root Cause

The root cause of this vulnerability lies in improper resource management within Hibernate Reactive's connection handling mechanism. When an HTTP request triggers a database operation through Hibernate Reactive, a connection is acquired from the pool. If the HTTP connection is closed prematurely by the client before the database operation completes or before proper cleanup occurs, the database connection may remain in a "borrowed" state and never be returned to the pool.

This behavior indicates a missing or inadequate implementation of connection cleanup handlers that should trigger when HTTP connections are unexpectedly terminated. The reactive nature of the framework, which relies on asynchronous operations and callbacks, may complicate proper resource cleanup when the expected completion flow is interrupted.

Attack Vector

The attack exploits the network-accessible nature of HTTP endpoints backed by Hibernate Reactive database operations. An attacker can execute this attack through the following mechanism:

The attacker initiates multiple HTTP requests to endpoints that trigger database operations. Before these operations complete, the attacker forcefully terminates the TCP connections. Each aborted connection potentially leaks one database connection from the pool. By repeating this process, the attacker can systematically drain the entire connection pool.

This attack is particularly effective because it requires minimal resources from the attacker's perspective—simply opening and closing TCP connections—while consuming valuable server-side resources. The attack can be amplified by using multiple source IPs or by automating the connection/disconnection cycle at high frequency.

Detection Methods for CVE-2025-14969

Indicators of Compromise

  • Unusual patterns of incomplete HTTP requests to database-backed endpoints
  • Rapidly increasing count of active database connections approaching pool maximum
  • Connection pool exhaustion errors in application logs
  • Elevated rate of client-initiated connection resets (TCP RST packets)

Detection Strategies

  • Monitor database connection pool metrics for sustained high utilization or exhaustion events
  • Implement alerting on connection pool timeout exceptions in application logs
  • Track HTTP connection lifecycle metrics, specifically looking for abnormal ratios of incomplete requests
  • Correlate network traffic patterns with database connection pool behavior

Monitoring Recommendations

  • Configure connection pool monitoring with thresholds for active connections and wait times
  • Enable detailed logging for Hibernate Reactive connection acquisition and release events
  • Implement application performance monitoring (APM) to track database connection lifecycle
  • Set up network-level monitoring for abnormal connection patterns from specific source IPs

How to Mitigate CVE-2025-14969

Immediate Actions Required

  • Review and apply any available patches from Hibernate Reactive maintainers
  • Implement connection pool timeout configurations to automatically reclaim stale connections
  • Consider implementing rate limiting on endpoints that perform database operations
  • Monitor connection pool utilization closely and set up alerts for abnormal patterns

Patch Information

Consult the Red Hat CVE-2025-14969 Advisory for official patch information and updates. Additional technical details are available in Red Hat Bug Report #2423822. Check with your Hibernate Reactive distribution for the latest security updates addressing this connection leak issue.

Workarounds

  • Configure aggressive connection validation and eviction policies in your connection pool (e.g., HikariCP maxLifetime, idleTimeout)
  • Implement connection pool overflow protection by setting appropriate maximumPoolSize limits
  • Add application-level timeout handling to ensure database operations complete within defined bounds
  • Consider implementing a circuit breaker pattern to protect against connection pool exhaustion
bash
# Example HikariCP configuration for connection pool hardening
# Add to application.properties or equivalent configuration

# Maximum pool size - adjust based on your database capacity
quarkus.datasource.reactive.max-size=20

# Connection idle timeout (milliseconds)
quarkus.datasource.reactive.idle-timeout=PT10M

# Connection acquisition timeout
quarkus.datasource.reactive.acquisition-timeout=PT5S

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHibernate

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-772
  • Technical References
  • Red Hat CVE-2025-14969 Advisory

  • Red Hat Bug Report #2423822
  • Related CVEs
  • CVE-2026-0603: Hibernate SQL Injection Vulnerability

  • CVE-2020-25638: Hibernate ORM SQL Injection 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