Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camunda-bpm-spring-boot-starter-7.18.0.jar: 4 vulnerabilities (highest severity is: 7.5) reachable #29

Open
mend-for-jackfan.us.kg bot opened this issue Feb 23, 2025 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-for-jackfan.us.kg
Copy link

Vulnerable Library - camunda-bpm-spring-boot-starter-7.18.0.jar

Path to dependency file: /workflow-bot-app/build.gradle

Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context/5.3.26/60596de235eaacc8fe736167abdc2a1bf3d8b26/spring-context-5.3.26.jar

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (camunda-bpm-spring-boot-starter version) Remediation Possible** Reachability
CVE-2023-20863 Medium 6.5 spring-expression-5.3.26.jar Transitive 7.20.0

Reachable

CVE-2024-38808 Medium 4.3 spring-expression-5.3.26.jar Transitive 7.20.0

Reachable

CVE-2024-38820 Low 3.1 spring-context-5.3.26.jar Transitive N/A*

Reachable

CVE-2023-20883 High 7.5 spring-boot-autoconfigure-2.7.10.jar Transitive 7.20.0

Unreachable

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2023-20863

Vulnerable Library - spring-expression-5.3.26.jar

Spring Expression Language (SpEL)

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /workflow-bot-app/build.gradle

Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.springframework/spring-expression/5.3.26/75ccfb9a99560d6a6b2654eae88896ed58b3e428/spring-expression-5.3.26.jar

Dependency Hierarchy:

  • camunda-bpm-spring-boot-starter-7.18.0.jar (Root Library)
    • spring-context-5.3.26.jar
      • spring-expression-5.3.26.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

com.symphony.bdk.workflow.WorkflowBotApplication (Application)
  -> org.springframework.cache.annotation.EnableCaching (Extension)
   -> org.springframework.cache.annotation.CachingConfigurationSelector (Extension)
    -> org.springframework.cache.annotation.ProxyCachingConfiguration (Extension)
    ...
      -> org.springframework.cache.interceptor.CacheOperationExpressionEvaluator (Extension)
       -> org.springframework.expression.spel.standard.SpelExpressionParser (Extension)
        -> ❌ org.springframework.expression.spel.standard.InternalSpelExpressionParser (Vulnerable Component)

Vulnerability Details

In spring framework versions prior to 5.2.24 release+ ,5.3.27+ and 6.0.8+ , it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition.

Publish Date: 2023-04-13

URL: CVE-2023-20863

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2023-20863

Release Date: 2023-04-13

Fix Resolution (org.springframework:spring-expression): 5.3.27

Direct dependency fix Resolution (org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter): 7.20.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38808

Vulnerable Library - spring-expression-5.3.26.jar

Spring Expression Language (SpEL)

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /workflow-bot-app/build.gradle

Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.springframework/spring-expression/5.3.26/75ccfb9a99560d6a6b2654eae88896ed58b3e428/spring-expression-5.3.26.jar

Dependency Hierarchy:

  • camunda-bpm-spring-boot-starter-7.18.0.jar (Root Library)
    • spring-context-5.3.26.jar
      • spring-expression-5.3.26.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

org.springframework.expression.spel.ast.ConstructorReference (Application)
  -> org.springframework.expression.spel.standard.InternalSpelExpressionParser (Extension)
   -> org.springframework.expression.spel.standard.SpelExpressionParser (Extension)
    -> org.springframework.cache.interceptor.CacheInterceptor (Extension)
    ...
      -> org.springframework.cache.annotation.CachingConfigurationSelector (Extension)
       -> org.springframework.cache.annotation.EnableCaching (Extension)
        -> ❌ com.symphony.bdk.workflow.WorkflowBotApplication (Vulnerable Component)

Vulnerability Details

In Spring Framework versions 5.3.0 - 5.3.38 and older unsupported versions, it is possible for a user to provide a specially crafted Spring Expression Language (SpEL) expression that may cause a denial of service (DoS) condition.

Specifically, an application is vulnerable when the following is true:

  • The application evaluates user-supplied SpEL expressions.

Publish Date: 2024-08-20

URL: CVE-2024-38808

CVSS 3 Score Details (4.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2024-38808

Release Date: 2024-08-20

Fix Resolution (org.springframework:spring-expression): 5.3.39

Direct dependency fix Resolution (org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter): 7.20.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38820

Vulnerable Library - spring-context-5.3.26.jar

Spring Context

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /workflow-bot-app/build.gradle

Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context/5.3.26/60596de235eaacc8fe736167abdc2a1bf3d8b26/spring-context-5.3.26.jar

Dependency Hierarchy:

  • camunda-bpm-spring-boot-starter-7.18.0.jar (Root Library)
    • spring-context-5.3.26.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

com.symphony.bdk.workflow.exception.GlobalExceptionHandler (Application)
  -> org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler (Extension)
   -> org.springframework.validation.BindException (Extension)
    -> ❌ org.springframework.validation.DataBinder (Vulnerable Component)

Vulnerability Details

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.

Publish Date: 2024-10-18

URL: CVE-2024-38820

CVSS 3 Score Details (3.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2024-38820

Release Date: 2024-10-18

Fix Resolution: org.springframework:spring-context:6.1.14

CVE-2023-20883

Vulnerable Library - spring-boot-autoconfigure-2.7.10.jar

Spring Boot AutoConfigure

Library home page: https://spring.io

Path to dependency file: /workflow-bot-app/build.gradle

Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-autoconfigure/2.7.10/514bec7b4e424199325b4f3c8949b9e2b5f6f16c/spring-boot-autoconfigure-2.7.10.jar

Dependency Hierarchy:

  • camunda-bpm-spring-boot-starter-7.18.0.jar (Root Library)
    • spring-boot-autoconfigure-2.7.10.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Spring Boot versions 3.0.0 - 3.0.6, 2.7.0 - 2.7.11, 2.6.0 - 2.6.14, 2.5.0 - 2.5.14 and older unsupported versions, there is potential for a denial-of-service (DoS) attack if Spring MVC is used together with a reverse proxy cache.

Publish Date: 2023-05-26

URL: CVE-2023-20883

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2023-20883

Release Date: 2023-05-26

Fix Resolution (org.springframework.boot:spring-boot-autoconfigure): 2.7.12

Direct dependency fix Resolution (org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter): 7.20.0

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants