Vulnerabilities

2 via 4 paths

Dependencies

48

Source

GitHub

Commit

de4c7d47

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 2
  • 14
Severity
  • 6
  • 10
Status
  • 16
  • 0
  • 0

high severity

AGPL-3.0 license

  • Module: org.cryptomator:cryptofs
  • Introduced through: org.cryptomator:cryptofs@2.9.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:cryptofs@2.9.0

AGPL-3.0 license

high severity

AGPL-3.0 license

  • Module: org.cryptomator:cryptolib
  • Introduced through: org.cryptomator:cryptolib@2.2.1

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:cryptolib@2.2.1

AGPL-3.0 license

high severity

AGPL-3.0 license

  • Module: org.cryptomator:fuse-nio-adapter
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0

AGPL-3.0 license

high severity

AGPL-3.0 license

  • Module: org.cryptomator:integrations-api
  • Introduced through: org.cryptomator:integrations-api@1.7.0, org.cryptomator:fuse-nio-adapter@5.1.0 and others

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:integrations-api@1.7.0
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:integrations-api@1.7.0
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0 org.cryptomator:integrations-api@1.7.0

AGPL-3.0 license

high severity

AGPL-3.0 license

  • Module: org.cryptomator:webdav-nio-adapter
  • Introduced through: org.cryptomator:webdav-nio-adapter@3.0.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0

AGPL-3.0 license

high severity

AGPL-3.0 license

  • Module: org.cryptomator:webdav-nio-adapter-servlet
  • Introduced through: org.cryptomator:webdav-nio-adapter@3.0.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0 org.cryptomator:webdav-nio-adapter-servlet@1.2.10

AGPL-3.0 license

medium severity

Improper Validation of Syntactic Correctness of Input

  • Vulnerable module: org.eclipse.jetty:jetty-http
  • Introduced through: org.cryptomator:webdav-nio-adapter@3.0.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0 org.eclipse.jetty:jetty-server@10.0.26 org.eclipse.jetty:jetty-http@10.0.26
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0 org.eclipse.jetty:jetty-servlet@10.0.26 org.eclipse.jetty:jetty-security@10.0.26 org.eclipse.jetty:jetty-server@10.0.26 org.eclipse.jetty:jetty-http@10.0.26

Overview

org.eclipse.jetty:jetty-http is an is a http module for jetty server.

Affected versions of this package are vulnerable to Improper Validation of Syntactic Correctness of Input via the HttpURI class due to insufficient validation on the authority segment of a URI. An attacker can manipulate the URI parsing to redirect requests or initiate server-side requests to unintended destinations by supplying malformed URIs that bypass validation checks.

Notes:

  1. This is only exploitable if the application uses decoded user data as encoded URIs in conjunction with the HttpURI class used directly;

  2. The Jetty usage of the HttpURI class is not vulnerable.

Workaround

This vulnerability can be mitigated by not passing decoded user data as encoded URIs to any URI class/method, including HttpURI.

PoC

http://browser.check &@vulndetector.com/
http://browser.check #@vulndetector.com/
http://browser.check?@vulndetector.com/
http://browser.check#@vulndetector.com/
http://vulndetector.com\\/

Remediation

Upgrade org.eclipse.jetty:jetty-http to version 9.4.57.v20241219, 12.0.12 or higher.

References

medium severity

Improper Validation of Syntactic Correctness of Input

  • Vulnerable module: org.eclipse.jetty:jetty-server
  • Introduced through: org.cryptomator:webdav-nio-adapter@3.0.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0 org.eclipse.jetty:jetty-server@10.0.26
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:webdav-nio-adapter@3.0.0 org.eclipse.jetty:jetty-servlet@10.0.26 org.eclipse.jetty:jetty-security@10.0.26 org.eclipse.jetty:jetty-server@10.0.26

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 Improper Validation of Syntactic Correctness of Input via the HttpURI class due to insufficient validation on the authority segment of a URI. An attacker can manipulate the URI parsing to redirect requests or initiate server-side requests to unintended destinations by supplying malformed URIs that bypass validation checks.

Notes:

  1. This is only exploitable if the application uses decoded user data as encoded URIs in conjunction with the HttpURI class used directly;

  2. The Jetty usage of the HttpURI class is not vulnerable.

Workaround

This vulnerability can be mitigated by not passing decoded user data as encoded URIs to any URI class/method, including HttpURI.

PoC

http://browser.check &@vulndetector.com/
http://browser.check #@vulndetector.com/
http://browser.check?@vulndetector.com/
http://browser.check#@vulndetector.com/
http://vulndetector.com\\/

Remediation

Upgrade org.eclipse.jetty:jetty-server to version 9.4.57.v20241219, 12.0.12 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.19

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 ch.qos.logback:logback-classic@1.5.19

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-core@1.5.19 and ch.qos.logback:logback-classic@1.5.19

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 ch.qos.logback:logback-core@1.5.19
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 ch.qos.logback:logback-classic@1.5.19 ch.qos.logback:logback-core@1.5.19

Dual license: EPL-1.0, LGPL-2.1

medium severity

LGPL-3.0 license

  • Module: org.cryptomator:jfuse
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3

LGPL-3.0 license

medium severity

LGPL-3.0 license

  • Module: org.cryptomator:jfuse-api
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-api@0.7.3
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-linux-aarch64@0.7.3 org.cryptomator:jfuse-api@0.7.3
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-linux-amd64@0.7.3 org.cryptomator:jfuse-api@0.7.3
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-mac@0.7.3 org.cryptomator:jfuse-api@0.7.3
  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-win@0.7.3 org.cryptomator:jfuse-api@0.7.3

LGPL-3.0 license

medium severity

LGPL-3.0 license

  • Module: org.cryptomator:jfuse-linux-aarch64
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-linux-aarch64@0.7.3

LGPL-3.0 license

medium severity

LGPL-3.0 license

  • Module: org.cryptomator:jfuse-linux-amd64
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-linux-amd64@0.7.3

LGPL-3.0 license

medium severity

LGPL-3.0 license

  • Module: org.cryptomator:jfuse-mac
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-mac@0.7.3

LGPL-3.0 license

medium severity

LGPL-3.0 license

  • Module: org.cryptomator:jfuse-win
  • Introduced through: org.cryptomator:fuse-nio-adapter@5.1.0

Detailed paths

  • Introduced through: cryptomator/cryptomator@cryptomator/cryptomator#de4c7d47e5ba68454444b9d890890d2678487348 org.cryptomator:fuse-nio-adapter@5.1.0 org.cryptomator:jfuse@0.7.3 org.cryptomator:jfuse-win@0.7.3

LGPL-3.0 license