CVE-2025-27818 Vulnerability Analysis & Exploit Details

CVE-2025-27818
Vulnerability Scoring

8.8
/10
Severe Risk

Cybersecurity professionals consider CVE-2025-27818 an immediate threat requiring urgent mitigation.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2025-27818 Details

Status: Analyzed

Last updated: 🕟 11 Jul 2025, 16:54 UTC
Originally published on: 🕗 10 Jun 2025, 08:15 UTC

Time between publication and last update: 31 days

CVSS Release: version 3

CVSS3 Source

134c704f-9b21-4f2e-91b3-4a467353bcc0

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVE-2025-27818 Vulnerability Summary

CVE-2025-27818: A possible security vulnerability has been identified in Apache Kafka. This requires access to a alterConfig to the cluster resource, or Kafka Connect worker, and the ability to create/modify connectors on it with an arbitrary Kafka client SASL JAAS config and a SASL-based security protocol, which has been possible on Kafka clusters since Apache Kafka 2.0.0 (Kafka Connect 2.3.0). When configuring the broker via config file or AlterConfig command, or connector via the Kafka Kafka Connect REST API, an authenticated operator can set the `sasl.jaas.config` property for any of the connector's Kafka clients to "com.sun.security.auth.module.LdapLoginModule", which can be done via the `producer.override.sasl.jaas.config`, `consumer.override.sasl.jaas.config`, or `admin.override.sasl.jaas.config` properties. This will allow the server to connect to the attacker's LDAP server and deserialize the LDAP response, which the attacker can use to execute java deserialization gadget chains on the Kafka connect server. Attacker can cause unrestricted deserialization of untrusted data (or) RCE vulnerability when there are gadgets in the classpath. Since Apache Kafka 3.0.0, users are allowed to specify these properties in connector configurations for Kafka Connect clusters running with out-of-the-box configurations. Before Apache Kafka 3.0.0, users may not specify these properties unless the Kafka Connect cluster has been reconfigured with a connector client override policy that permits them. Since Apache Kafka 3.9.1/4.0.0, we have added a system property ("-Dorg.apache.kafka.disallowed.login.modules") to disable the problematic login modules usage in SASL JAAS configuration. Also by default "com.sun.security.auth.module.JndiLoginModule,com.sun.security.auth.module.LdapLoginModule" are disabled in Apache Kafka Connect 3.9.1/4.0.0. We advise the Kafka users to validate connector configurations and only allow trusted LDAP configurations. Also examine connector dependencies for vulnerable versions and either upgrade their connectors, upgrading that specific dependency, or removing the connectors as options for remediation. Finally, in addition to leveraging the "org.apache.kafka.disallowed.login.modules" system property, Kafka Connect users can also implement their own connector client config override policy, which can be used to control which Kafka client properties can be overridden directly in a connector config and which cannot.

Assessing the Risk of CVE-2025-27818

Access Complexity Graph

The exploitability of CVE-2025-27818 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2025-27818

CVE-2025-27818 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2025-27818, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2025-27818, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2025-27818 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2025-27818 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2025-27818 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2025-27818 References

External References

CWE Common Weakness Enumeration

CWE-502

CAPEC Common Attack Pattern Enumeration and Classification

  • Object Injection CAPEC-586 An adversary attempts to exploit an application by injecting additional, malicious content during its processing of serialized objects. Developers leverage serialization in order to convert data or state into a static, binary format for saving to disk or transferring over a network. These objects are then deserialized when needed to recover the data/state. By injecting a malformed object into a vulnerable application, an adversary can potentially compromise the application by manipulating the deserialization process. This can result in a number of unwanted outcomes, including remote code execution.

Vulnerable Configurations

  • cpe:2.3:a:apache:kafka:2.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.3.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.3.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.4.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.4.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.5.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.5.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.3:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.3:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.6.3:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.6.3:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc5:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.0:rc6:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.0:rc6:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.7.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.7.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:2.8.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:2.8.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.0.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.0.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.1.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.1.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.3:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.3:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.2.3:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.2.3:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.3.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.3.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.4.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.4.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.5.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.5.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.6.2:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.6.2:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.2:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.2:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.2:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.2:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.7.2:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.7.2:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.1:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.1:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.8.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.8.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:rc0:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:rc0:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:rc4:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:rc4:*:*:*:*:*:*
  • cpe:2.3:a:apache:kafka:3.9.0:rc5:*:*:*:*:*:*
    cpe:2.3:a:apache:kafka:3.9.0:rc5:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2025-27818: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-52390 – Saurus CMS Community Edition since commit d886e5b0 (2010-04-23) is vulnerable to a SQL Injection vulnerability in the `prepareSearchQuery()` method...
  • CVE-2025-52361 – Insecure permissions in the script /etc/init.d/lighttpd in AK-Nord USB-Server-LXL Firmware v0.0.16 Build 2023-03-13 allows a locally authenticated ...
  • CVE-2025-52327 – SQL Injection vulnerability in Restaurant Order System 1.0 allows a local attacker to obtain sensitive information via the payment.php file
  • CVE-2025-50472 – The modelscope/ms-swift library thru 2.6.1 is vulnerable to arbitrary code execution through deserialization of untrusted data within the `load_mod...
  • CVE-2025-50460 – A remote code execution (RCE) vulnerability exists in the ms-swift project version 3.3.0 due to unsafe deserialization in tests/run.py using yaml.l...