Cross-site Request Forgery (CSRF) Affecting org.jenkins-ci.plugins:resource-disposer package, versions [,0.12)


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.05% (22nd percentile)
Expand this section
NVD
4.3 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGJENKINSCIPLUGINS-32457
  • published 2 Aug 2018
  • disclosed 1 Aug 2018
  • credit Unknown

How to fix?

Upgrade Jenkins Resource Disposer Plugin to version 0.12 or higher.

Overview

Jenkins Resource Disposer Plugin defines a single point of entry (AsyncResourceDisposer.get().dispose(...)) for plugins to get resources deleted asynchronously.

Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) via the AsyncResourceDisposer.java class. It did not perform permission checks on an API endpoint, allowing users with Overall/Read access to Jenkins to stop tracking a specified resource.