infinispan CVE Vulnerabilities & Metrics

Focus on infinispan vulnerabilities and metrics.

Last updated: 08 Mar 2025, 23:25 UTC

About infinispan Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with infinispan. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total infinispan CVEs: 15
Earliest CVE date: 15 Feb 2018, 17:29 UTC
Latest CVE date: 18 Dec 2023, 14:15 UTC

Latest CVE reference: CVE-2023-5384

Rolling Stats

30-day Count (Rolling): 0
365-day Count (Rolling): 0

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): -100.0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): -100.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical infinispan CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 4.25

Max CVSS: 7.5

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 5
4.0-6.9 8
7.0-8.9 2
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS infinispan CVEs

These are the five CVEs with the highest CVSS scores for infinispan, sorted by severity first and recency.

All CVEs for infinispan

CVE-2023-5384 infinispan vulnerability CVSS: 0 18 Dec 2023, 14:15 UTC

A flaw was found in Infinispan. When serializing the configuration for a cache to XML/JSON/YAML, which contains credentials (JDBC store with connection pooling, remote store), the credentials are returned in clear text as part of the configuration.

CVE-2023-5236 infinispan vulnerability CVSS: 0 18 Dec 2023, 14:15 UTC

A flaw was found in Infinispan, which does not detect circular object references when unmarshalling. An authenticated attacker with sufficient permissions could insert a maliciously constructed object into the cache and use it to cause out of memory errors and achieve a denial of service.

CVE-2023-3629 infinispan vulnerability CVSS: 0 18 Dec 2023, 14:15 UTC

A flaw was found in Infinispan's REST, Cache retrieval endpoints do not properly evaluate the necessary admin permissions for the operation. This issue could allow an authenticated user to access information outside of their intended permissions.

CVE-2023-3628 infinispan vulnerability CVSS: 0 18 Dec 2023, 14:15 UTC

A flaw was found in Infinispan's REST. Bulk read endpoints do not properly evaluate user permissions for the operation. This issue could allow an authenticated user to access information outside of their intended permissions.

CVE-2023-4586 infinispan vulnerability CVSS: 0 04 Oct 2023, 11:15 UTC

A vulnerability was found in the Hot Rod client. This security issue occurs as the Hot Rod client does not enable hostname validation when using TLS, possibly resulting in a man-in-the-middle (MITM) attack.

CVE-2021-31917 infinispan vulnerability CVSS: 7.5 21 Sep 2021, 11:15 UTC

A flaw was found in Red Hat DataGrid 8.x (8.0.0, 8.0.1, 8.1.0 and 8.1.1) and Infinispan (10.0.0 through 12.0.0). An attacker could bypass authentication on all REST endpoints when DIGEST is used as the authentication method. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

CVE-2020-10771 infinispan vulnerability CVSS: 5.8 02 Jun 2021, 12:15 UTC

A flaw was found in Infinispan version 10, where it is possible to perform various actions that could have side effects using GET requests. This flaw allows an attacker to perform a cross-site request forgery (CSRF) attack.

CVE-2020-25711 infinispan vulnerability CVSS: 4.9 03 Dec 2020, 17:15 UTC

A flaw was found in infinispan 10 REST API, where authorization permissions are not checked while performing some server management operations. When authz is enabled, any user with authentication can perform operations like shutting down the server without the ADMIN role.

CVE-2020-10746 infinispan vulnerability CVSS: 5.6 19 Oct 2020, 21:15 UTC

A flaw was found in Infinispan (org.infinispan:infinispan-server-runtime) version 10, where it permits local access to controls via both REST and HotRod APIs. This flaw allows a user authenticated to the local machine to perform all operations on the caches, including the creation, update, deletion, and shutdown of the entire server.

CVE-2019-10158 infinispan vulnerability CVSS: 7.5 02 Jan 2020, 15:15 UTC

A flaw was found in Infinispan through version 9.4.14.Final. An improper implementation of the session fixation protection in the Spring Session integration can result in incorrect session handling.

CVE-2019-10174 infinispan vulnerability CVSS: 6.5 25 Nov 2019, 11:15 UTC

A vulnerability was found in Infinispan such that the invokeAccessibly method from the public class ReflectionUtil allows any application class to invoke private methods in any class with Infinispan's privileges. The attacker can use reflection to introduce new, malicious behavior into the application.

CVE-2016-0750 infinispan vulnerability CVSS: 6.5 11 Sep 2018, 13:29 UTC

The hotrod java client in infinispan before 9.1.0.Final automatically deserializes bytearray message contents in certain events. A malicious user could exploit this flaw by injecting a specially-crafted serialized object to attain remote code execution or conduct other attacks.

CVE-2017-2638 infinispan vulnerability CVSS: 6.4 16 Jul 2018, 13:29 UTC

It was found that the REST API in Infinispan before version 9.0.0 did not properly enforce auth constraints. An attacker could use this vulnerability to read or modify data in the default cache or a known cache name.

CVE-2018-1131 infinispan vulnerability CVSS: 6.5 15 May 2018, 13:29 UTC

Infinispan permits improper deserialization of trusted data via XML and JSON transcoders under certain server configurations. A user with authenticated access to the server could send a malicious object to a cache configured to accept certain types of objects, achieving code execution and possible further attacks. Versions 9.0.3.Final, 9.1.7.Final, 8.2.10.Final, 9.2.2.Final, 9.3.0.Alpha1 are believed to be affected.

CVE-2017-15089 infinispan vulnerability CVSS: 6.5 15 Feb 2018, 17:29 UTC

It was found that the Hotrod client in Infinispan before 9.2.0.CR1 would unsafely read deserialized data on information from the cache. An authenticated attacker could inject a malicious object into the data cache and attain deserialization on the client, and possibly conduct further attacks.