Vulnerabilities

3 via 15 paths

Dependencies

135

Source

GitHub

Commit

d002d9f5

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 3
  • 3
Severity
  • 2
  • 3
  • 1
Status
  • 6
  • 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.1, io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1 and others

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 org.apache.commons:commons-lang3@3.17.0
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d 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

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.1 and io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 commons-beanutils:commons-beanutils@1.9.4
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 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-RC1, org.springframework.boot:spring-boot-starter-validation@4.0.0-RC1 and others

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-validation@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-retry@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d 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-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20

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

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-validation@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-actuator@1.2.1 org.springframework.boot:spring-boot-starter-actuator@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d io.github.springboot-addons:spring-boot-starter-httpclient5-resilience4j@1.2.1 io.github.springboot-addons:spring-boot-starter-httpclient5@1.2.1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-jackson@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.boot:spring-boot-starter-web@4.0.0-RC1 org.springframework.boot:spring-boot-starter-tomcat@4.0.0-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-retry@1.1.0-M3 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20
  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d 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-RC1 org.springframework.boot:spring-boot-starter@4.0.0-RC1 org.springframework.boot:spring-boot-starter-logging@4.0.0-RC1 ch.qos.logback:logback-classic@1.5.20 ch.qos.logback:logback-core@1.5.20

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-M3

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-openai@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M3 org.springframework.ai:spring-ai-client-chat@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-openai@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M3 org.springframework.ai:spring-ai-client-chat@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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-M3

Detailed paths

  • Introduced through: pacphi/spring-ai-openrouter-example@pacphi/spring-ai-openrouter-example#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-memory@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-openai@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-client@1.1.0-M3 org.springframework.ai:spring-ai-client-chat@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-embedding-observation@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-image-observation@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-tool@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-openai@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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#d002d9f519c2f73c068b3fd96f0d0bc5ee99e94d org.springframework.ai:spring-ai-starter-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-openai@1.1.0-M3 org.springframework.ai:spring-ai-autoconfigure-model-chat-observation@1.1.0-M3 org.springframework.ai:spring-ai-client-chat@1.1.0-M3 org.springframework.ai:spring-ai-model@1.1.0-M3 org.springframework.ai:spring-ai-template-st@1.1.0-M3 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