org.apache.brooklyn:brooklyn@0.8.0-incubating vulnerabilities

  • latest version

    1.1.0

  • latest non vulnerable version

  • first published

    9 years ago

  • latest version published

    0 years ago

  • licenses detected

  • package manager

  • Direct Vulnerabilities

    Known vulnerabilities in the org.apache.brooklyn:brooklyn package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Arbitrary Code Execution

    Affected versions of org.apache.brooklyn:brooklyn are vulnerable to Arbitrary Code Execution.

    Apache Brooklyn uses the SnakeYAML library for parsing YAML inputs. SnakeYAML allows the use of YAML tags to indicate that SnakeYAML should unmarshal data to a Java type. In the default configuration in Brooklyn before 0.10.0, SnakeYAML will allow unmarshalling to any Java type available on the classpath. This could provide an authenticated user with a means to cause the JVM running Brooklyn to load and run Java code without detection by Brooklyn. Such code would have the privileges of the Java process running Brooklyn, including the ability to open files and network connections, and execute system commands. There is known to be a proof-of-concept exploit using this vulnerability.

    How to fix Arbitrary Code Execution?

    Upgrade org.apache.brooklyn:brooklyn to version 0.10.0 or higher.

    [,0.10.0)