Vulnerabilities

2 via 6 paths

Dependencies

60

Source

GitHub

Commit

c7337e89

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
  • 1
Status
  • 2
  • 0
  • 0

high severity

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: de.otto.edison:edison-core@3.2.2

Detailed paths

  • Introduced through: otto-de/jlineup@otto-de/jlineup#c7337e89ac37dd45773b7bab7dccb5ac95fe6591 de.otto.edison:edison-core@3.2.2 org.springframework.boot:spring-boot-starter-web@3.2.3 org.springframework:spring-web@6.1.4
  • Introduced through: otto-de/jlineup@otto-de/jlineup#c7337e89ac37dd45773b7bab7dccb5ac95fe6591 de.otto.edison:edison-core@3.2.2 org.springframework.boot:spring-boot-starter-web@3.2.3 org.springframework.boot:spring-boot-starter-json@3.2.3 org.springframework:spring-web@6.1.4
  • Introduced through: otto-de/jlineup@otto-de/jlineup#c7337e89ac37dd45773b7bab7dccb5ac95fe6591 de.otto.edison:edison-core@3.2.2 org.springframework.boot:spring-boot-starter-web@3.2.3 org.springframework:spring-webmvc@6.1.4 org.springframework:spring-web@6.1.4

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 Open Redirect when using UriComponentsBuilder to parse an externally provided URL and perform validation checks on the host of the parsed URL.

Note: This is the same as CVE-2024-22243, but with different input.

Remediation

Upgrade org.springframework:spring-web to version 5.3.33, 6.0.18, 6.1.5 or higher.

References

medium severity
new

Open Redirect

  • Vulnerable module: org.springframework:spring-web
  • Introduced through: de.otto.edison:edison-core@3.2.2

Detailed paths

  • Introduced through: otto-de/jlineup@otto-de/jlineup#c7337e89ac37dd45773b7bab7dccb5ac95fe6591 de.otto.edison:edison-core@3.2.2 org.springframework.boot:spring-boot-starter-web@3.2.3 org.springframework:spring-web@6.1.4
  • Introduced through: otto-de/jlineup@otto-de/jlineup#c7337e89ac37dd45773b7bab7dccb5ac95fe6591 de.otto.edison:edison-core@3.2.2 org.springframework.boot:spring-boot-starter-web@3.2.3 org.springframework.boot:spring-boot-starter-json@3.2.3 org.springframework:spring-web@6.1.4
  • Introduced through: otto-de/jlineup@otto-de/jlineup#c7337e89ac37dd45773b7bab7dccb5ac95fe6591 de.otto.edison:edison-core@3.2.2 org.springframework.boot:spring-boot-starter-web@3.2.3 org.springframework:spring-webmvc@6.1.4 org.springframework:spring-web@6.1.4

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 Open Redirect when UriComponentsBuilder is used to parse an externally provided URL and perform validation checks on the host of the parsed URL.

Note: This is the same as CVE-2024-22259 and CVE-2024-22243, but with different input.

Remediation

Upgrade org.springframework:spring-web to version 5.3.34, 6.0.19, 6.1.6 or higher.

References