Vulnerabilities

13 via 68 paths

Dependencies

43

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 13
  • 4
Severity
  • 2
  • 6
  • 7
  • 2
Status
  • 17
  • 0
  • 0

critical severity

Improper Validation of Certificate with Host Mismatch

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.

Overview

Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch due to establishing SSL connections to Cassandra without verifying that the hostname in the server's SSL certificate actually matched the hostname of the server being connected to. While the application might have verified that the certificate was signed by a trusted Certificate Authority (CA), failing to verify the hostname means an attacker could present any valid certificate (even one meant for a different domain) to successfully intercept the connection, leaving the application vulnerable to Man-in-the-Middle (MitM) attacks.

Remediation

Upgrade org.springframework.boot:spring-boot-autoconfigure to version 3.5.14, 4.0.6 or higher.

References

critical severity

Improper Validation of Certificate with Host Mismatch

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.

Overview

Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch when using an SSL bundle. This effectively weakens TLS by allowing connections without verifying the server identity (classic MITM risk).

Remediation

Upgrade org.springframework.boot:spring-boot-autoconfigure to version 3.5.14, 4.0.6 or higher.

References

high severity

Deserialization of Untrusted Data

  • Vulnerable module: com.mchange:c3p0
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.quartz-scheduler:quartz@2.3.2 com.mchange:c3p0@0.9.5.4

Overview

com.mchange:c3p0 is a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the userOverridesAsString property of ConnectionPoolDataSource class. An attacker can achieve arbitrary code execution by supplying maliciously crafted serialized objects or javax.naming.Reference instances that trigger unsafe deserialization and remote code loading.

Details

Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.

Deserialization of untrusted data (CWE-502) is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, thus allowing the attacker to control the state or the flow of the execution.

Remediation

Upgrade com.mchange:c3p0 to version 0.12.0 or higher.

References

high severity

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • Vulnerable module: com.mchange:mchange-commons-java
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.quartz-scheduler:quartz@2.3.2 com.mchange:mchange-commons-java@0.2.15
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@4.0.0.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.quartz-scheduler:quartz@2.3.2 com.mchange:c3p0@0.9.5.4 com.mchange:mchange-commons-java@0.2.15

Overview

Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') via the factoryClassLocation function. An attacker can achieve arbitrary code execution by provoking the application to read a maliciously crafted javax.naming.Reference or serialized object, resulting in the download and execution of malicious code.

Remediation

Upgrade com.mchange:mchange-commons-java to version 0.4.0 or higher.

References

high severity

Incorrect Authorization

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-tx@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-tx@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-expression@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-expression@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-expression@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.10.

Overview

org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.

Affected versions of this package are vulnerable to Incorrect Authorization via the AnnotationsScanner and AnnotatedMethod class. An attacker can gain unauthorized access to sensitive information by exploiting improper resolution of annotations on methods within type hierarchies that use parameterized supertypes with unbounded generics.

Note: This is only exploitable if security annotations are used on methods in generic superclasses or generic interfaces and the @EnableMethodSecurity feature is enabled.

Remediation

Upgrade org.springframework:spring-core to version 6.2.11 or higher.

References

high severity

Relative Path Traversal

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-tx@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.9.

Overview

org.springframework:spring-beans is a package that is the basis for Spring Framework's IoC container. The BeanFactory interface provides an advanced configuration mechanism capable of managing any type of object.

Affected versions of this package are vulnerable to Relative Path Traversal when deployed on non-compliant Servlet containers. An unauthenticated attacker could gain access to files and directories outside the intended web root.

Notes:

  1. This is only exploitable if the application is deployed as a WAR or with an embedded Servlet container, the Servlet container does not reject suspicious sequences and the application serves static resources with Spring resource handling.

  2. Applications deployed on Apache Tomcat or Eclipse Jetty are not vulnerable, as long as default security features are not disabled in the configuration.

  3. This vulnerability was also fixed in the commercial versions 6.1.22 and 5.3.44.

Remediation

Upgrade org.springframework:spring-beans to version 6.2.10 or higher.

References

high severity

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

  • Vulnerable module: org.springframework.boot:spring-boot
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.

Overview

Affected versions of this package are vulnerable to Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) for the property source for ${random.value} (as well as ${random.int} and ${random.long}). Standard PRNGs (like java.util.Random) use deterministic mathematical algorithms starting from a seed value. Because the state space is relatively small and lacks ongoing entropy (true randomness), an attacker who observes a sequence of generated values can mathematically reverse-engineer the seed. Once the seed is known, the attacker can predict all past and future values generated by that PRNG. If these values are used to generate security-sensitive assets like API keys, session tokens, or passwords, the system becomes compromised.

Remediation

Upgrade org.springframework.boot:spring-boot to version 3.5.14, 4.0.6 or higher.

References

high severity

Insecure Temporary File

  • Vulnerable module: org.springframework.boot:spring-boot
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.

Overview

Affected versions of this package are vulnerable to Insecure Temporary File due to the ApplicationTemp mechanism creating a temporary directory using a predictable name. Because the name can be easily guessed, a local attacker on the same server can maliciously pre-create this directory before the Spring Boot application starts. When the application launches, it would blindly use the existing directory without verifying if it is actually owned by the application's user or the attacker.

Remediation

Upgrade org.springframework.boot:spring-boot to version 3.5.14, 4.0.6 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-tx@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-tx@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-expression@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-expression@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-expression@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2 org.springframework:spring-aop@6.2.2 org.springframework:spring-beans@6.2.2 org.springframework:spring-core@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.

Overview

org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via static resource resolution. An attacker can cause denial of service by sending crafted requests that are slow to resolve when accessing file-system-backed static resources, causing HTTP connections to remain occupied and exhausting server resources.

Note: This is only exploitable if all the following are true:

  1. The application uses Spring MVC or Spring WebFlux.

  2. Static resources are served from the file system.

  3. The application is running on Windows.

Remediation

Upgrade org.springframework:spring-core to version 6.2.18, 7.0.7 or higher.

References

medium severity

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-starter-logging@3.4.2 ch.qos.logback:logback-classic@1.5.16 ch.qos.logback:logback-core@1.5.16
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.11.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are present on the class path. An attacker can execute arbitrary code by compromising an existing configuration file or injecting a malicious environment variable before program execution. This is only exploitable if the attacker has write access to a configuration file or can set a malicious environment variable.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.3.16, 1.5.19 or higher.

References

medium severity

Symlink Attack

  • Vulnerable module: org.springframework.boot:spring-boot
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.14.

Overview

Affected versions of this package are vulnerable to Symlink Attack due to insecure handling of Process ID (PID) files. When an application uses the ApplicationPidFileWriter, it writes its PID to a predictable file system path. A local attacker with write access to the PID file's directory can create a symbolic link (symlink) at that path. When the Spring Boot application starts, it follows this symlink and overwrites the target file with its PID. This allows the attacker to corrupt or "clobber" sensitive system files, potentially leading to a denial of service or system instability.

Remediation

Upgrade org.springframework.boot:spring-boot to version 3.5.14, 4.0.6 or higher.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-starter-logging@3.4.2 ch.qos.logback:logback-classic@1.5.16

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-starter-logging@3.4.2 ch.qos.logback:logback-classic@1.5.16 ch.qos.logback:logback-core@1.5.16

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: com.mchange:c3p0
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.quartz-scheduler:quartz@2.3.2 com.mchange:c3p0@0.9.5.4

Dual license: EPL-1.0, LGPL-2.1

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: com.mchange:mchange-commons-java
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.quartz-scheduler:quartz@2.3.2 com.mchange:mchange-commons-java@0.2.15
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.quartz-scheduler:quartz@2.3.2 com.mchange:c3p0@0.9.5.4 com.mchange:mchange-commons-java@0.2.15

Dual license: EPL-1.0, LGPL-2.1

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework:spring-context-support@6.2.2 org.springframework:spring-context@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.6.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.6.
  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-autoconfigure@3.4.2 org.springframework.boot:spring-boot@3.4.2 org.springframework:spring-context@6.2.2
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.4.6.

Overview

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to an incomplete fix for CVE-2024-38820, where it is still possible to bypass the disallowedFields checks.

Note:

This vulnerability was also fixed in commercial versions 6.0.28 and 5.3.43.

Remediation

Upgrade org.springframework:spring-context to version 6.1.20, 6.2.7 or higher.

References

low severity

External Initialization of Trusted Variables or Data Stores

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter-quartz@3.4.2

Detailed paths

  • Introduced through: sebastienvermeille/rika2mqtt@sebastienvermeille/rika2mqtt org.springframework.boot:spring-boot-starter-quartz@3.4.2 org.springframework.boot:spring-boot-starter@3.4.2 org.springframework.boot:spring-boot-starter-logging@3.4.2 ch.qos.logback:logback-classic@1.5.16 ch.qos.logback:logback-core@1.5.16
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter-quartz@3.5.10.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores during the configuration file processing. An attacker can instantiate arbitrary classes already present on the class path by compromising an existing configuration file.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.5.25 or higher.

References