Total CVEs

138,417

Critical Severity

3,561

High Severity

12,797

Last 7 Days

1,949
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 2,661 - 2,680 of 34,822 CVEs
CVE-2026-41732 HIGH - 8.1

JsonPulsarHeaderMapper matched type headers against trusted packages using a prefix check, meaning that trusting any package implicitly trusted all of its subpackages. Additionally, an empty trusted-packages configuration fell back to trusting all packages rather than applying a safe default allow-l...

Vendor: Spring
Product: Spring for Apache Pulsar
Published: Jun 10, 2026
Source: NVD
CVE-2026-41731 HIGH - 8.1

JsonKafkaHeaderMapper and the deprecated DefaultKafkaHeaderMapper matched type headers against trusted packages using a prefix check, meaning that trusting any package implicitly trusted all of its subpackages. Combined with Jackson's default bean deserialization, a producer could supply crafte...

Vendor: Spring
Product: Spring for Apache Kafka
Published: Jun 10, 2026
Source: NVD
CVE-2026-41730 MEDIUM - 5.3

Spring Data REST serializes the full exception cause chain into HTTP error response bodies, potentially exposing persistence-layer internals to HTTP clients. Affected versions: Spring Data REST 3.7.0 through 3.7.19; 4.3.0 through 4.3.16; 4.4.0 through 4.4.14; 4.5.0 through 4.5.11; 5.0.0 through 5.0...

Vendor: Spring
Product: Spring Data REST
Published: Jun 10, 2026
Source: NVD
CVE-2026-41729 HIGH - 8.1

Spring Data REST is vulnerable to SpEL expression injection through map-typed properties when processing JSON Patch (application/json-patch+json) requests. When a persistent entity exposes a Map-typed property, the JSON Pointer path segment used as the map key is embedded directly into a SpEL expres...

Vendor: Spring
Product: Spring Data REST
Published: Jun 10, 2026
Source: NVD
CVE-2026-41728 HIGH - 7.5

Spring Data REST's JSON Patch (application/json-patch+json) implementation does not apply the write-access filter to intermediate path segments when resolving a multi-segment JSON Pointer. Affected versions: Spring Data REST 3.7.0 through 3.7.19; 4.3.0 through 4.3.16; 4.4.0 through 4.4.14; 4.5...

Vendor: Spring
Product: Spring Data REST
Published: Jun 10, 2026
Source: NVD
CVE-2026-41727 MEDIUM - 6.5

Spring Kafka's retry topic infrastructure did not sufficiently validate user-controlled header values before acting on them. A producer could send a record with a crafted retry_topic-attempts header to supply an out-of-range attempt count and cause the retry topic router to misidentify where th...

Vendor: Spring
Product: Spring for Apache Kafka
Published: Jun 10, 2026
Source: NVD
CVE-2026-41726 MEDIUM - 6.5

When an application opts into DelegatingDeserializer, a producer can grow the consumer's heap without bound by sending records with unique random spring.kafka.serialization.selector header values, eventually causing GC thrash and OutOfMemoryError. Affected versions: Spring for Apache Kafka 4.0...

Vendor: Spring
Product: Spring for Apache Kafka
Published: Jun 10, 2026
Source: NVD
CVE-2026-41721 MEDIUM - 5.9

Spring Data Commons contains a vulnerability that can lead to a Denial of Service (DoS) condition if Spring Data Web Support is enabled in conjunction with a Controller method using @ProjectedPayload, when an attacker sends a specially crafted HTTP request that causes the application to allocate lot...

Vendor: Spring
Product: Spring Data Commons
Published: Jun 10, 2026
Source: NVD
CVE-2026-41719 MEDIUM - 6.4

A SpEL Injection vulnerability exists in the Spring Data KeyValue if unsanitized user input is passed as Sort into a repository query method that delegates evaluation to the SpelPropertyComparator. Affected versions: Spring Data KeyValue / Spring Data Redis 4.0.0 through 4.0.5; 3.5.0 through 3.5.11...

Vendor: Spring
Product: Spring Data KeyValue, Spring Data Redis
Published: Jun 10, 2026
Source: NVD
CVE-2026-41717 HIGH - 8.1

Spring Data MongoDB contains a SpEL (Spring Expression Language) expression injection vulnerability. The issue occurs during parameter binding when a user-defined repository query method is annotated with @Query and utilizes a capture-all placeholder. Affected versions: Spring Data MongoDB 5.0.0 th...

Vendor: Spring
Product: Spring Data MongoDB
Published: Jun 10, 2026
Source: NVD
CVE-2026-41716 HIGH - 7.5

Spring Data's internal property-lookup cache accepts and permanently retains attacker-supplied strings as cache keys, allowing heap exhaustion through repeated requests. Affected versions: Spring Data Commons 2.7.0 through 2.7.19; 3.3.0 through 3.3.16; 3.4.0 through 3.4.14; 3.5.0 through 3.5.1...

Vendor: Spring
Product: Spring Data Commons
Published: Jun 10, 2026
Source: NVD
CVE-2026-41714 MEDIUM - 4.0

Applications that configure their broker connection via RabbitConnectionFactoryBean.setUri("amqps://...") without also calling setUseSSL(true) get TLS encryption with no certificate validation and no hostname verification. Affected versions: Spring AMQP 4.0.0 through 4.0.3; 3.2.0 through ...

Vendor: Spring
Product: Spring AMQP
Published: Jun 10, 2026
Source: NVD
CVE-2026-41711 MEDIUM - 5.9

Applications using Spring Data Commons may be vulnerable to a Denial of Service (DoS) attack leading to a StackOverflowException when parsing Sort parameters. Affected versions: Spring Data Commons 4.0.0 through 4.0.5; 3.5.0 through 3.5.11; 3.4.0 through 3.4.14; 3.3.0 through 3.3.16; 3.2.0 through ...

Vendor: Spring
Product: Spring Data Commons
Published: Jun 10, 2026
Source: NVD
CVE-2026-41706 MEDIUM - 6.1

Spring Security's CookieRequestCache and CookieServerRequestCache store the pre-authentication request URL in a browser cookie so that users can be redirected back to their intended destination after a successful login. In affected versions, the full absolute URL is stored in the cookie and is ...

Vendor: Spring
Product: Spring Security
Published: Jun 10, 2026
Source: NVD
CVE-2026-41701 MEDIUM - 4.4

Correlation IDs for replies in the RabbitTemplate.sendAndReceive() with the fixed reply queue are predictable due to internal simple counter. Affected versions: Spring AMQP 4.0.0 through 4.0.3; 3.2.0 through 3.2.10; 3.1.0 through 3.1.15; 2.4.0 through 2.4.17.

Vendor: Spring
Product: Spring AMQP
Published: Jun 10, 2026
Source: NVD
CVE-2026-41697 MEDIUM - 4.8

Spring Data Relational does not properly escape binding values of externally-controlled input when using StringMatcher (STARTING, ENDING, or CONTAINING) in Query By Example (QBE). An attacker can supply wildcard characters to perform boolean-based blind data inference. Affected versions: Spring Dat...

Vendor: Spring
Product: Spring Data Relational, Spring Data JDBC, Spring Data R2DBC
Published: Jun 10, 2026
Source: NVD
CVE-2026-41696 MEDIUM - 5.9

Spring Data MongoDB repository query methods annotated with @Query that use regex parameter binding perform insufficient validation of the bound parameter. An attacker can supply a crafted string to break out of the intended regular expression quoting. Affected versions: Spring Data MongoDB 5.0.0 t...

Vendor: Spring
Product: Spring Data MongoDB
Published: Jun 10, 2026
Source: NVD
CVE-2026-41695 HIGH - 7.5

Spring Data Commons applications may be vulnerable to denial of service through resource exhaustion when attacker-controlled property path strings are passed to MappingContext property path resolution. Affected versions: Spring Data Commons 4.0.0 through 4.0.5; 3.5.0 through 3.5.11; 3.4.0 through 3...

Vendor: Spring
Product: Spring Data Commons
Published: Jun 10, 2026
Source: NVD

Since Spring Security SAML decrypts SAML Responses as well as elements of SAML LogoutRequests and LogoutResponses without requiring a valid signature, attackers may be able to craft these SAML payloads and use the Service Provider as a decryption oracle. Affected versions: Spring Security 5.7.0 thr...

Vendor: Spring
Product: Spring Security
Published: Jun 10, 2026
Source: NVD
CVE-2026-41008 MEDIUM - 6.1

Spring Security Authorization Server's authorization endpoint performs insufficient validation of the request_uri parameter. An attacker can craft a malicious authorization request containing an invalid request_uri and an arbitrary, unvalidated redirect_uri, which can lead to an Open Redirect v...

Vendor: Spring
Product: Spring Security, Spring Authorization Server
Published: Jun 10, 2026
Source: NVD