VYPR

Script Security Plugin

by Jenkins Project

CVEs (12)

  • CVE-2026-92125HigSep 16, 2026
    risk 0.57cvss 8.8epss 0.01

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier does not reject the @GroovyASTTransformationClass annotation, allowing attackers with permission to define and run sandboxed scripts, including Pipelines, to run an arbitrary AST transformation at compile time,…

  • CVE-2026-92124HigSep 16, 2026
    risk 0.57cvss 8.8epss 0.01

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier checks the operations Groovy will perform with the elements it reads from a collection that a sandboxed script casts to another type but performs the cast on the collection itself, allowing attackers with…

  • CVE-2026-92123HigSep 16, 2026
    risk 0.57cvss 8.8epss 0.01

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier does not intercept operations performed on a null receiver (method calls, property and attribute accesses, and array accesses), allowing attackers with permission to define and run sandboxed scripts, including…

  • CVE-2026-92122HigSep 16, 2026
    risk 0.57cvss 8.8epss 0.01

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier does not check the method called through the proxy created when a sandboxed script coerces a value to an interface, if the value inherits a method of the same name as an interface method, allowing attackers with…

  • CVE-2026-57280HigJun 24, 2026
    risk 0.57cvss 8.8epss 0.01

    Jenkins Script Security Plugin 1402.v94c9ce464861 and earlier does not intercept the implicit type casts applied to the elements of typed for-each loops in sandboxed Groovy scripts, allowing attackers able to provide such scripts to invoke arbitrary constructors and bypass the…

  • CVE-2026-92126HigSep 16, 2026
    risk 0.55cvss 8.5epss 0.00

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier does not reject @Builder annotations whose builderStrategy member names an arbitrary class, allowing attackers with permission to define and run sandboxed scripts, including Pipelines, to execute code outside the…

  • CVE-2026-92127HigSep 16, 2026
    risk 0.52cvss 8.0epss 0.00

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier automatically approves the classpath entries in an item configuration when a user with Overall/Administer permission copies the item, or updates that configuration through the REST API or CLI, allowing attackers…

  • CVE-2026-92129HigSep 16, 2026
    risk 0.49cvss 7.5epss 0.00

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier does not check calls from sandboxed scripts to methods added dynamically to a class at runtime, allowing attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox…

  • CVE-2026-92128HigSep 16, 2026
    risk 0.49cvss 7.5epss 0.00

    Jenkins Script Security Plugin 1415.v9a_f9b_3a_c253d and earlier downloads a JAR file specified by URL twice, confirming the approval of the first download and loading the classpath entries from the second, allowing attackers able to define classpath entries to execute arbitrary…

  • CVE-2026-57281HigJun 24, 2026
    risk 0.49cvss 7.5epss 0.01

    Jenkins Script Security Plugin 1402.v94c9ce464861 and earlier does not reject Groovy AST transformation annotations carrying an extensions member, allowing attackers able to run sandboxed Groovy scripts to execute code outside the sandbox if a suitable script is present on the…

  • CVE-2026-84659MedSep 2, 2026
    risk 0.28cvss 4.3epss 0.00

    Jenkins Script Security Plugin 1412.v7737b_3405f86 and earlier does not enforce a permission check in the method that controls the "Force the use of the sandbox globally in the system" setting, allowing attackers to disable it through Stapler data binding.

  • CVE-2026-84658MedSep 2, 2026
    risk 0.28cvss 4.3epss 0.00

    Jenkins Script Security Plugin 1412.v7737b_3405f86 and earlier uses the `@DataBoundConstructor` annotation on a constructor that loads script approval configuration, allowing attackers able to submit certain forms to read that configuration.