
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-14969 is a Denial of Service vulnerability in Hibernate Reactive caused by connection pool exhaustion when HTTP clients prematurely disconnect. When an HTTP endpoint is exposed to perform database operations, a remote client closing the connection early can cause database connections to leak from the connection pool, eventually exhausting available connections. The vulnerability affects org.hibernate.reactive:hibernate-reactive-core versions prior to 4.2.1. It was first reported on December 19, 2025, and published to the GitHub Advisory Database on January 26, 2026. It carries a CVSS v3.1 base score of 4.3 (Medium) (Red Hat CVE, Github Advisory).
The root cause is classified as CWE-772 (Missing Release of Resource after Effective Lifetime): when a client abruptly closes an HTTP connection mid-request while a database operation is in progress, Hibernate Reactive fails to properly release the associated database connection back to the pool (Github Advisory, Red Hat Bugzilla). The attack vector is network-based with low attack complexity, and an attacker requires low privileges (an authenticated or otherwise valid HTTP session) to trigger the flaw. Repeated premature disconnections accumulate leaked connections until the pool is exhausted, rendering the application unable to serve further database-backed requests. The fix is tracked in the Hibernate Reactive source repository at commit cd7f104 (Github Advisory).
Successful exploitation results in a Denial of Service condition affecting the availability of any application that uses Hibernate Reactive to expose HTTP endpoints backed by database operations. There is no impact on confidentiality or data integrity — attackers cannot read or modify data through this vulnerability. The scope is limited to the affected application instance; however, exhausting the database connection pool can cascade to affect all users of the application until connections are recovered or the service is restarted (Github Advisory, Red Hat Bugzilla).
curl with --max-time 0 or custom scripts that send a request and immediately reset the connection) before the server completes the database operation.Unable to acquire JDBC Connection, Connection pool exhausted, or similar reactive pool timeout messages).The vulnerability is fixed in hibernate-reactive-core version 4.2.1. Users should upgrade to this version or later (Github Advisory). For Red Hat Quarkus users, the fix is included in Red Hat build of Quarkus 3.27.2, released via security advisory RHSA-2026:1965 (Red Hat Errata). As a temporary workaround prior to patching, operators can configure connection pool timeouts and maximum pool sizes conservatively, and implement rate limiting or authentication controls on HTTP endpoints to reduce the risk of connection exhaustion.
Red Hat rated this vulnerability as Moderate severity and addressed it in the Red Hat build of Quarkus 3.27.2 release (Red Hat Errata). The Quarkus project blog announced the 3.27.2 release noting the CVE fix. No significant independent researcher commentary or broad media coverage has been identified for this vulnerability.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."