Vulnerabilities

5 via 5 paths

Dependencies

122

Source

GitHub

Commit

d0ce67ca

Find, fix and prevent vulnerabilities in your code.

Severity
  • 4
  • 1
Status
  • 5
  • 0
  • 0

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/Whydah-CRMService@Cantara/Whydah-CRMService#d0ce67ca45c2a32323b9b6f40d03bdc0c42889fd org.constretto:constretto-spring@2.2.3 org.springframework:spring-context@3.2.11.RELEASE org.springframework:spring-expression@3.2.11.RELEASE

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when a user provides a very long SpEL expression.

Remediation

Upgrade org.springframework:spring-expression to version 5.2.24.RELEASE, 5.3.27, 6.0.8 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/Whydah-CRMService@Cantara/Whydah-CRMService#d0ce67ca45c2a32323b9b6f40d03bdc0c42889fd org.constretto:constretto-spring@2.2.3 org.springframework:spring-context@3.2.11.RELEASE org.springframework:spring-expression@3.2.11.RELEASE

Overview

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via a crafted SpEL expression.

Remediation

Upgrade org.springframework:spring-expression to version 5.2.23.RELEASE, 5.3.26, 6.0.7 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/Whydah-CRMService@Cantara/Whydah-CRMService#d0ce67ca45c2a32323b9b6f40d03bdc0c42889fd org.constretto:constretto-spring@2.2.3 org.springframework:spring-context@3.2.11.RELEASE org.springframework:spring-expression@3.2.11.RELEASE

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) by providing a specially crafted SpEL expression, that might result in an OutOfMemoryError.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade org.springframework:spring-expression to version 5.2.20.RELEASE, 5.3.17 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: com.rabbitmq:amqp-client
  • Introduced through: io.ratpack:ratpack-dropwizard-metrics@1.9.0

Detailed paths

  • Introduced through: Cantara/Whydah-CRMService@Cantara/Whydah-CRMService#d0ce67ca45c2a32323b9b6f40d03bdc0c42889fd io.ratpack:ratpack-dropwizard-metrics@1.9.0 io.dropwizard.metrics:metrics-graphite@4.1.6 com.rabbitmq:amqp-client@5.5.3

Overview

Affected versions of this package are vulnerable to Resource Exhaustion in DirectMessageListenerContainer.java, which does not use maxBodyLebgth. An attacker can cause a memory overflow and trigger an Out Of Memory error by sending a very large Message object.

Remediation

Upgrade com.rabbitmq:amqp-client to version 5.14.3, 5.16.1, 5.17.1 or higher.

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/Whydah-CRMService@Cantara/Whydah-CRMService#d0ce67ca45c2a32323b9b6f40d03bdc0c42889fd org.constretto:constretto-spring@2.2.3 org.springframework:spring-context@3.2.11.RELEASE

Overview

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity via the patterns for disallowedFields on a DataBinder. As a result, a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field, including nested fields within the property path.

Remediation

Upgrade org.springframework:spring-context to version 5.2.21, 5.3.19 or higher.

References