Content-Security-Policy protection for user content disabled by Jenkins ScreenRecorder Plugin
High severity
GitHub Reviewed
Published
Oct 19, 2022
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Oct 19, 2022
Published to the GitHub Advisory Database
Oct 19, 2022
Reviewed
Oct 19, 2022
Last updated
Feb 1, 2023
Jenkins sets the
Content-Security-Policy
header to static files served by Jenkins (specificallyDirectoryBrowserSupport
), such as workspaces,/userContent
, or archived artifacts, unless a Resource Root URL is specified.ScreenRecorder Plugin 0.7 and earlier programmatically updates the Java system property allowing administrators to customize the
Content-Security-Policy
header for static files served by Jenkins to includemedia-src: 'self'
. On a Jenkins instance with default configuration, this effectively disables all other directives in the default rule set, includingscript-src
. This allows cross-site scripting (XSS) attacks by users with the ability to control files in workspaces, archived artifacts, etc.Jenkins instances with Resource Root URL configured are unaffected.
References