Vulnerabilities

4 via 20 paths

Dependencies

134

Source

GitHub

Commit

8ab563d3

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 4
  • 3
Severity
  • 3
  • 3
  • 1
Status
  • 7
  • 0
  • 0

high severity

Uncontrolled Recursion

  • Vulnerable module: org.apache.commons:commons-lang3
  • Introduced through: io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0, io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 and others

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.commons:commons-text@1.12.0 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.commons:commons-text@1.12.0 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springdoc:springdoc-openapi-starter-webmvc-ui@2.8.13 org.springdoc:springdoc-openapi-starter-webmvc-api@2.8.13 org.springdoc:springdoc-openapi-starter-common@2.8.13 io.swagger.core.v3:swagger-core-jakarta@2.2.36 org.apache.commons:commons-lang3@3.17.0
    Remediation: Upgrade to org.springdoc:springdoc-openapi-starter-webmvc-ui@2.8.13.

Overview

Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.

Remediation

Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.

References

high severity

Improper Certificate Validation

  • Vulnerable module: org.apache.httpcomponents.client5:httpclient5
  • Introduced through: io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 and io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.dropwizard.metrics:metrics-httpclient5@4.2.28 org.apache.httpcomponents.client5:httpclient5@5.4.1
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.httpcomponents.client5:httpclient5@5.4.1
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.httpcomponents.client5:httpclient5@5.4.1
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.httpcomponents.client5:httpclient5-fluent@5.4.1 org.apache.httpcomponents.client5:httpclient5@5.4.1
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.apache.httpcomponents.client5:httpclient5-fluent@5.4.1 org.apache.httpcomponents.client5:httpclient5@5.4.1

Overview

org.apache.httpcomponents.client5:httpclient5 is a HttpClient component of the Apache HttpComponents project.

Affected versions of this package are vulnerable to Improper Certificate Validation due to a bug in the validation logic of the Public Suffix List, which allows attackers to manipulate cookie management and host name verification, leading to unauthorized access or information disclosure.

Remediation

Upgrade org.apache.httpcomponents.client5:httpclient5 to version 5.4.3 or higher.

References

high severity

Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')

  • Vulnerable module: commons-beanutils:commons-beanutils
  • Introduced through: io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 and io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 commons-beanutils:commons-beanutils@1.9.4
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 commons-beanutils:commons-beanutils@1.9.4

Overview

commons-beanutils:commons-beanutils is a provides an easy-to-use but flexible wrapper around reflection and introspection.

Affected versions of this package are vulnerable to Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') via the getProperty and getNestedProperty methods of the PropertyUtilsBean class. An attacker can execute arbitrary code by accessing the declaredClass property of Java enum objects, which allows access to the ClassLoader.

Note:

The BeanIntrospector class that can mitigate this vulnerability was added in version 1.9.2 but its usage was not enabled by default.

Remediation

Upgrade commons-beanutils:commons-beanutils to version 1.11.0 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-actuator@4.0.0-M2, org.springframework.boot:spring-boot-starter-validation@4.0.0-M2 and others

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-actuator@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-validation@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 org.springframework.boot:spring-boot-starter-actuator@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-web@4.0.0-M2 org.springframework.boot:spring-boot-starter-jackson@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-web@4.0.0-M2 org.springframework.boot:spring-boot-starter-tomcat@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-retry@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springdoc:springdoc-openapi-starter-webmvc-ui@2.8.13 org.springdoc:springdoc-openapi-starter-webmvc-api@2.8.13 org.springdoc:springdoc-openapi-starter-common@2.8.13 org.springframework.boot:spring-boot-starter-validation@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18

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-actuator@4.0.0-M2, org.springframework.boot:spring-boot-starter-validation@4.0.0-M2 and others

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-actuator@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-validation@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.0 org.springframework.boot:spring-boot-starter-actuator@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.0 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.0 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-web@4.0.0-M2 org.springframework.boot:spring-boot-starter-jackson@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.boot:spring-boot-starter-web@4.0.0-M2 org.springframework.boot:spring-boot-starter-tomcat@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-retry@1.1.0-M1 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springdoc:springdoc-openapi-starter-webmvc-ui@2.8.13 org.springdoc:springdoc-openapi-starter-webmvc-api@2.8.13 org.springdoc:springdoc-openapi-starter-common@2.8.13 org.springframework.boot:spring-boot-starter-validation@4.0.0-M2 org.springframework.boot:spring-boot-starter@4.0.0-M2 org.springframework.boot:spring-boot-starter-logging@4.0.0-M2 ch.qos.logback:logback-classic@1.5.18 ch.qos.logback:logback-core@1.5.18

Dual license: EPL-1.0, LGPL-2.1

medium severity

EPL-1.0 license

  • Module: junit:junit
  • Introduced through: org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-openai@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M1 org.springframework.ai:spring-ai-client-chat@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-openai@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M1 org.springframework.ai:spring-ai-client-chat@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13

EPL-1.0 license

low severity

Information Exposure

  • Vulnerable module: junit:junit
  • Introduced through: org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-openai@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M1 org.springframework.ai:spring-ai-client-chat@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-openai@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#8ab563d39b40b8628ff6335a280f88a2ad8487ce org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M1 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M1 org.springframework.ai:spring-ai-client-chat@1.1.0-M1 org.springframework.ai:spring-ai-model@1.1.0-M1 org.springframework.ai:spring-ai-template-st@1.1.0-M1 org.antlr:ST4@4.3.4 org.antlr:antlr-runtime@3.5.3 junit:junit@4.13

Overview

junit:junit is an unit testing framework for Java

Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.

Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.

Remediation

Upgrade junit:junit to version 4.13.1 or higher.

References