Vulnerabilities

10 via 100 paths

Dependencies

88

Source

GitHub

Commit

3d7e3965

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 10
  • 4
Severity
  • 2
  • 3
  • 5
  • 4
Status
  • 14
  • 0
  • 0

critical severity
new

Use of Cache Containing Sensitive Information

  • Vulnerable module: org.springframework.security:spring-security-web
  • Introduced through: org.springframework.security:spring-security-web@5.8.16

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.5.9.

Overview

org.springframework.security:spring-security-web is a package within Spring Security that provides security services for the Spring IO Platform.

Affected versions of this package are vulnerable to Use of Cache Containing Sensitive Information in the process of writing HTTP response headers for servlet applications. An attacker can manipulate HTTP responses by exploiting the failure to write expected headers, potentially leading to unauthorized access or information disclosure.

Remediation

Upgrade org.springframework.security:spring-security-web to version 6.5.9, 7.0.4 or higher.

References

critical severity

Authentication Bypass by Primary Weakness

  • Vulnerable module: org.springframework.security:spring-security-crypto
  • Introduced through: org.springframework.security:spring-security-web@5.8.16

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework.security:spring-security-crypto@5.8.16
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.3.8.

Overview

org.springframework.security:spring-security-crypto is a spring-security-crypto library for Spring Security.

Affected versions of this package are vulnerable to Authentication Bypass by Primary Weakness in the BCryptPasswordEncoder.matches() function, which only takes the first 72 characters for comparison. Passwords longer than this will incorrectly return true when compared against other strings sharing the same first 72 characters, making them easier to brute force.

Note: Patches have also been issued for older versions of Enterprise Support packages.

Remediation

Upgrade org.springframework.security:spring-security-crypto to version 6.3.8, 6.4.4 or higher.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: commons-lang:commons-lang
  • Introduced through: org.constretto:constretto-core@2.2.3 and org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-core@2.2.3 org.constretto:constretto-api@2.2.3 commons-lang:commons-lang@2.6
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.constretto:constretto-api@2.2.3 commons-lang:commons-lang@2.6
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.constretto:constretto-core@2.2.3 org.constretto:constretto-api@2.2.3 commons-lang:commons-lang@2.6

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

There is no fixed version for commons-lang:commons-lang.

References

high severity

Incorrect Authorization

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework:spring-core@5.3.39, org.springframework:spring-context@5.3.39 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-core@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.glassfish.jersey.ext:jersey-spring4@2.47 org.springframework:spring-core@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-beans@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-aop@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.glassfish.jersey.ext:jersey-spring4@2.47 org.springframework:spring-web@5.3.39 org.springframework:spring-core@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-aop@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.11.

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:spring-beans@5.3.39, org.springframework:spring-context@5.3.39 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework:spring-beans@6.2.10.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.10.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.2.10.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework:spring-aop@6.2.10.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.2.10.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.4.9.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.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

medium severity
new

Interpretation Conflict

  • Vulnerable module: org.eclipse.jetty:jetty-server
  • Introduced through: org.eclipse.jetty:jetty-servlet@9.4.58.v20250814

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.eclipse.jetty:jetty-servlet@9.4.58.v20250814 org.eclipse.jetty:jetty-security@9.4.58.v20250814 org.eclipse.jetty:jetty-server@9.4.58.v20250814

Overview

org.eclipse.jetty:jetty-server is a lightweight highly scalable java based web server and servlet engine.

Affected versions of this package are vulnerable to Interpretation Conflict due to inconsistent handling of invalid or unusual URIs in the parse() function on HttpURI.java‎. An attacker can bypass security controls or access restricted resources by crafting specially formatted URIs that are interpreted differently by various system components.

Remediation

Upgrade org.eclipse.jetty:jetty-server to version 12.0.31, 12.1.5 or higher.

References

medium severity

Dual license: EPL-1.0, LGPL-2.1

  • Module: ch.qos.logback:logback-classic
  • Introduced through: ch.qos.logback:logback-classic@1.5.32

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 ch.qos.logback:logback-classic@1.5.32

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: ch.qos.logback:logback-classic@1.5.32

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 ch.qos.logback:logback-classic@1.5.32 ch.qos.logback:logback-core@1.5.32

Dual license: EPL-1.0, LGPL-2.1

medium severity

EPL-1.0 license

  • Module: junit:junit
  • Introduced through: junit:junit@4.13.2, org.constretto:constretto-core@2.2.3 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 junit:junit@4.13.2
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-core@2.2.3 junit:junit@4.13.2
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 junit:junit@4.13.2
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-core@2.2.3 org.constretto:constretto-api@2.2.3 junit:junit@4.13.2
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.constretto:constretto-api@2.2.3 junit:junit@4.13.2
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.constretto:constretto-core@2.2.3 junit:junit@4.13.2
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.constretto:constretto-core@2.2.3 org.constretto:constretto-api@2.2.3 junit:junit@4.13.2

EPL-1.0 license

medium severity

EPL-1.0 license

  • Module: org.aspectj:aspectjweaver
  • Introduced through: org.constretto:constretto-spring@2.2.3

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.aspectj:aspectjweaver@1.7.4

EPL-1.0 license

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.springframework:spring-context@5.3.39, org.constretto:constretto-spring@2.2.3 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.constretto:constretto-spring@2.2.3 org.springframework:spring-context@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.

Overview

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.

Note:

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.

This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.

Remediation

Upgrade org.springframework:spring-context to version 6.1.14 or higher.

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework:spring-core@5.3.39, org.springframework:spring-context@5.3.39 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-core@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.glassfish.jersey.ext:jersey-spring4@2.47 org.springframework:spring-core@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-beans@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-aop@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.glassfish.jersey.ext:jersey-spring4@2.47 org.springframework:spring-web@5.3.39 org.springframework:spring-core@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-aop@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework:spring-context@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-expression@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework.security:spring-security-core@5.8.16 org.springframework:spring-context@5.3.39 org.springframework:spring-aop@5.3.39 org.springframework:spring-beans@5.3.39 org.springframework:spring-core@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.

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 Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.

Note:

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.

This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.

Remediation

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

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework:spring-web@5.3.39, org.glassfish.jersey.ext:jersey-spring4@2.47 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.1.14.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.glassfish.jersey.ext:jersey-spring4@2.47 org.springframework:spring-web@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.2.7.

Overview

org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.

Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.

Note:

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.

This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.

Remediation

Upgrade org.springframework:spring-web to version 6.1.14 or higher.

References

low severity
new

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

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: org.springframework:spring-web@5.3.39, org.glassfish.jersey.ext:jersey-spring4@2.47 and others

Detailed paths

  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework:spring-web@5.3.39
    Remediation: Upgrade to org.springframework:spring-web@6.2.17.
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.glassfish.jersey.ext:jersey-spring4@2.47 org.springframework:spring-web@5.3.39
  • Introduced through: Cantara/Whydah-SPAProxyService@Cantara/Whydah-SPAProxyService#3d7e396584c63aee205af4a7ba637722938ceb01 org.springframework.security:spring-security-web@5.8.16 org.springframework:spring-web@5.3.39
    Remediation: Upgrade to org.springframework.security:spring-security-web@6.5.9.

Overview

org.springframework:spring-web is a package that provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.

Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection'). The vulnerability exists in the handling of Server-Sent Events (SSE) when streaming plain text data. An attacker can inject crafted data into the event stream, breaking message boundaries and corrupting the stream delivered to other clients. By controlling streamed content, an attacker can manipulate how subsequent events are parsed by the client, potentially altering application state or injecting misleading data.

Note:

This is only exploitable if the application streams attacker-controlled data via SSE using unstructured/plain-text messages instead of a structured format (e.g., JSON).

Remediation

Upgrade org.springframework:spring-web to version 6.2.17, 7.0.6 or higher.

References