Vulnerabilities

23 via 58 paths

Dependencies

20

Source

GitHub

Commit

ee8ff590

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
  • 8
  • 10
  • 4
Status
  • 23
  • 0
  • 0

critical severity

Remote Code Execution

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.12.

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 Remote Code Execution via manipulation of ClassLoader that is achievable with a POST HTTP request. This could allow an attacker to execute a webshell on a victim's application (TomCat), or download arbitrary files from the server (Payara/Glassfish).

Note:

  • Current public exploits require victim applications to be built with JRE version 9 (or above) and to be deployed on either Tomcat, Payara, or Glassfish.

  • However, we have confirmed that it is technically possible for additional exploits to work under additional application configurations as well.

  • As such, while we recommend users prioritize first remediating against the configuration described above, for full protection, we also recommend upgrading all vulnerable versions to the fixed spring-beans version regardless of the application configuration.

Update Log

  • 31/03/2022 - Severity was raised from 8.1 to 9.8
  • 08/04/2022 - Advisory was updated to reflect that Snyk's security research team was able to author a working PoC of this vulnerability against applications that are deployed on Payara (which is based on Glassfish).

PoC

1/ docker run -p 8888:8080 --rm --interactive --tty --name vm1 tomcat:9.0
2/ ./mvnw install
3/ docker cp target/handling-form-submission-complete.war vm1:/usr/local/tomcat/webapps
4/ curl -X POST \
  -H "pre:<%" \
  -H "post:;%>" \
  -F 'class.module.classLoader.resources.context.parent.pipeline.first.pattern=%{pre}iSystem.out.println(123)%{post}i' \
  -F 'class.module.classLoader.resources.context.parent.pipeline.first.suffix=.jsp' \
  -F 'class.module.classLoader.resources.context.parent.pipeline.first.directory=webapps/handling-form-submission-complete' \
  -F 'class.module.classLoader.resources.context.parent.pipeline.first.prefix=rce' \
  -F 'class.module.classLoader.resources.context.parent.pipeline.first.fileDateFormat=' \
  http://localhost:8888/handling-form-submission-complete/greeting
5/ curl http://localhost:8888/handling-form-submission-complete/rce.jsp

Remediation

Upgrade org.springframework:spring-beans to version 5.2.20, 5.3.18 or higher.

References

high severity

Insecure Temporary File

  • Vulnerable module: org.springframework.boot:spring-boot
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.2.11.RELEASE.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.2.11.RELEASE.

Overview

Affected versions of this package are vulnerable to Insecure Temporary File via the org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.createTempDir method, allowing for temporary directory hijacking and privilege escalation.

Remediation

Upgrade org.springframework.boot:spring-boot to version 2.2.11.RELEASE or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.15.

Overview

Affected versions of this package are vulnerable to Denial of Service (DoS) if Spring MVC is used together with a reverse proxy cache.

Specifically, an application is vulnerable if all of the conditions are true:

  • The application has Spring MVC auto-configuration enabled. This is the case by default if Spring MVC is on the classpath.
  • The application uses Spring Boot's welcome page support, either static or templated.
  • The application is deployed behind a proxy which caches 404 responses.

The application is NOT vulnerable if any of the following are true:

  • Spring MVC auto-configuration is disabled. This is true if WebMvcAutoConfiguration is explicitly excluded, if Spring MVC is not on the classpath, or if spring.main.web-application-type is set to a value other than SERVLET.
  • The application does not use Spring Boot's welcome page support.
  • There is no proxy which caches 404 responses.

Workaround

Users who are unable to upgrade should configure the reverse proxy not to cache 404 responses and/or not to cache responses to requests to the root (/) of the application.

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.boot:spring-boot-autoconfigure to version 2.5.15, 2.6.15, 2.7.12, 3.0.7 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing nested depth limitation for collections.

NOTE: This vulnerability has also been identified as: CVE-2022-38749

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.yaml:snakeyaml to version 1.31 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing nested depth limitation for collections.

NOTE: This vulnerability has also been identified as: CVE-2022-25857

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.yaml:snakeyaml to version 1.31 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-starter-logging@2.1.7.RELEASE ch.qos.logback:logback-classic@1.2.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.1.7.

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.

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 ch.qos.logback:logback-classic to version 1.2.13, 1.3.12, 1.4.12 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: ch.qos.logback:logback-classic
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-starter-logging@2.1.7.RELEASE ch.qos.logback:logback-classic@1.2.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.1.7.

Overview

ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.

Note:

Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.

Remediation

Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.14, 1.4.14 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-starter-logging@2.1.7.RELEASE ch.qos.logback:logback-classic@1.2.3 ch.qos.logback:logback-core@1.2.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.1.7.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.

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 ch.qos.logback:logback-core to version 1.2.13, 1.3.12, 1.4.12 or higher.

References

high severity

Uncontrolled Resource Consumption ('Resource Exhaustion')

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-starter-logging@2.1.7.RELEASE ch.qos.logback:logback-classic@1.2.3 ch.qos.logback:logback-core@1.2.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.1.7.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.

Note:

Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.14, 1.4.14 or higher.

References

medium severity

Arbitrary Code Execution

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.2.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Arbitrary Code Execution in the Constructor class, which does not restrict which types can be deserialized. This vulnerability is exploitable by an attacker who provides a malicious YAML file for deserialization, which circumvents the SafeConstructor class.

The maintainers of the library contend that the application's trust would already have had to be compromised or established and therefore dispute the risk associated with this issue on the basis that there is a high bar for exploitation.

Remediation

Upgrade org.yaml:snakeyaml to version 2.0 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.15.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.15.

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

Denial of Service (DoS)

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.3.0.RELEASE.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Denial of Service (DoS). The Alias feature in SnakeYAML 1.18 allows entity expansion during a load operation, a related issue to CVE-2003-1564.

Note While the Maintainer acknowledges the existence of the issue, they believe it should be solved by sanitizing the inputStream to the parser

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.yaml:snakeyaml to version 1.26 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: org.springframework:spring-beans
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.14.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.14.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.14.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.14.

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 Denial of Service (DoS) if it relies on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object.

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-beans to version 5.2.22.RELEASE, 5.3.20 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: org.springframework:spring-expression
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.15.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.15.

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.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.11.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.11.

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

Insufficient Hostname Verification

  • Vulnerable module: ch.qos.logback:logback-core
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-starter-logging@2.1.7.RELEASE ch.qos.logback:logback-classic@1.2.3 ch.qos.logback:logback-core@1.2.3
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.13.

Overview

ch.qos.logback:logback-core is a logback-core module.

Affected versions of this package are vulnerable to Insufficient Hostname Verification. X.509 are not properly validated. By spoofing the TLS/SSL server via a certificate that appears valid, an attacker with the ability to intercept network traffic (e.g. MitM, DNS cache poisoning) can disclose and optionally manipulate transmitted data.

Remediation

Upgrade ch.qos.logback:logback-core to version 1.2.7 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.8.

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 Input Validation when a user provides malicious input, causing insertion of additional log entries.

Remediation

Upgrade org.springframework:spring-core to version 5.2.19.RELEASE, 5.3.14 or higher.

References

medium severity

Improper Output Neutralization for Logs

  • Vulnerable module: org.springframework:spring-core
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-expression@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE org.springframework:spring-aop@5.1.9.RELEASE org.springframework:spring-beans@5.1.9.RELEASE org.springframework:spring-core@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.4.12.

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 Output Neutralization for Logs when a user provides malicious input, causing insertion of additional log entries.

Remediation

Upgrade org.springframework:spring-core to version 5.3.12, 5.2.18 or higher.

References

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow when parsing crafted untrusted YAML files, which can lead to a denial-of-service.

Remediation

Upgrade org.yaml:snakeyaml to version 1.31 or higher.

References

low severity

Improper Handling of Case Sensitivity

  • Vulnerable module: org.springframework:spring-context
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.13.
  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.springframework.boot:spring-boot-autoconfigure@2.1.7.RELEASE org.springframework.boot:spring-boot@2.1.7.RELEASE org.springframework:spring-context@5.1.9.RELEASE
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@2.5.13.

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

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow when parsing crafted untrusted YAML files, which can lead to a denial-of-service.

Remediation

Upgrade org.yaml:snakeyaml to version 1.32 or higher.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject when parsing crafted untrusted YAML files, which can lead to a denial-of-service.

Remediation

Upgrade org.yaml:snakeyaml to version 1.31 or higher.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: org.yaml:snakeyaml
  • Introduced through: org.springframework.boot:spring-boot-starter@2.1.7.RELEASE

Detailed paths

  • Introduced through: pinguet62/jsfring@pinguet62/jsfring#ee8ff590113f2f0a992259f4044a0497f84b207e org.springframework.boot:spring-boot-starter@2.1.7.RELEASE org.yaml:snakeyaml@1.23
    Remediation: Upgrade to org.springframework.boot:spring-boot-starter@3.0.0.

Overview

org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.

Affected versions of this package are vulnerable to Stack-based Buffer Overflow when supplied with untrusted input, due to improper limitation for incoming data.

Remediation

Upgrade org.yaml:snakeyaml to version 1.32 or higher.

References