A cross-site request forgery (CSRF) vulnerability in Jenkins Bitbucket OAuth Plugin 0.12 and earlier allows attackers to trick users into logging in to the attacker's account.
{"github": [{"lastseen": "2023-11-08T20:25:25", "description": "A cross-site request forgery (CSRF) vulnerability in Jenkins Bitbucket OAuth Plugin 0.12 and earlier allows attackers to trick users into logging in to the attacker's account.", "cvss3": {"exploitabilityScore": 2.1, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "baseScore": 5.7, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 3.6}, "published": "2023-01-26T21:30:18", "type": "github", "title": "Cross-site request forgery vulnerability in Jenkins Bitbucket OAuth Plugin ", "bulletinFamily": "software", "cvss2": {"severity": "LOW", "exploitabilityScore": 6.8, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 3.5, "vectorString": "AV:N/AC:M/Au:S/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "SINGLE"}, "impactScore": 2.9, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2023-24428"], "modified": "2023-02-06T16:43:40", "id": "GHSA-685J-36QX-3VP2", "href": "https://github.com/advisories/GHSA-685j-36qx-3vp2", "cvss": {"score": 3.5, "vector": "AV:N/AC:M/Au:S/C:N/I:P/A:N"}}], "osv": [{"lastseen": "2023-04-11T01:45:34", "description": "A cross-site request forgery (CSRF) vulnerability in Jenkins Bitbucket OAuth Plugin 0.12 and earlier allows attackers to trick users into logging in to the attacker's account.", "cvss3": {"exploitabilityScore": 2.1, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "baseScore": 5.7, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 3.6}, "published": "2023-01-26T21:30:18", "type": "osv", "title": "Cross-site request forgery vulnerability in Jenkins Bitbucket OAuth Plugin ", "bulletinFamily": "software", "cvss2": {}, "cvelist": ["CVE-2023-24428"], "modified": "2023-04-11T01:45:31", "id": "OSV:GHSA-685J-36QX-3VP2", "href": "https://osv.dev/vulnerability/GHSA-685j-36qx-3vp2", "cvss": {"score": 0.0, "vector": "NONE"}}], "cve": [{"lastseen": "2023-11-08T18:16:51", "description": "A cross-site request forgery (CSRF) vulnerability in Jenkins Bitbucket OAuth Plugin 0.12 and earlier allows attackers to trick users into logging in to the attacker's account.", "cvss3": {"exploitabilityScore": 2.1, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "baseScore": 5.7, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N", "version": "3.1", "userInteraction": "REQUIRED"}, "impactScore": 3.6}, "published": "2023-01-26T21:18:00", "type": "cve", "title": "CVE-2023-24428", "cwe": ["CWE-352"], "bulletinFamily": "NVD", "cvss2": {"severity": "LOW", "exploitabilityScore": 6.8, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 3.5, "vectorString": "AV:N/AC:M/Au:S/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "SINGLE"}, "impactScore": 2.9, "acInsufInfo": false, "obtainUserPrivilege": false}, "cvelist": ["CVE-2023-24428"], "modified": "2023-02-04T02:06:00", "cpe": [], "id": "CVE-2023-24428", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-24428", "cvss": {"score": 3.5, "vector": "AV:N/AC:M/Au:S/C:N/I:P/A:N"}, "cpe23": []}], "nessus": [{"lastseen": "2023-11-17T13:03:39", "description": "According to their self-reported version numbers, the version of Jenkins plugins running on the remote web server are affected by multiple vulnerabilities:\n\n - High Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts, including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script are intercepted, and various allowlists are checked to determine whether the call is to be allowed. In Script Security Plugin 1228.vd93135a_2fb_25 and earlier, property assignments performed implicitly by the Groovy language runtime when invoking map constructors were not intercepted by the sandbox. This vulnerability allows attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.\n Script Security Plugin 1229.v4880b_b_e905a_6 intercepts property assignments when invoking map constructors. As part of this fix, map constructors may only be invoked in the sandbox using the new key.\n Attempting to invoke a map constructor using a Groovy cast will fail unconditionally. For example, code such as [key: value] as MyClass or MyClass mc = [key: value] must be converted to use new MyClass(key:\n value) instead. (CVE-2023-24422)\n\n - Medium Gerrit Trigger Plugin 2.38.0 and earlier does not require POST requests for several HTTP endpoints, resulting in a cross-site request forgery (CSRF) vulnerability. This vulnerability allows attackers to rebuild previous builds triggered by Gerrit. Gerrit Trigger Plugin 2.38.1 requires POST requests for the affected HTTP endpoints. (CVE-2023-24423)\n\n - High OpenId Connect Authentication Plugin 2.4 and earlier does not invalidate the existing session on login. This allows attackers to use social engineering techniques to gain administrator access to Jenkins.\n OpenId Connect Authentication Plugin 2.5 invalidates the existing session on login. (CVE-2023-24424)\n\n - Medium Kubernetes Credentials Provider Plugin 1.208.v128ee9800c04 and earlier does not set the appropriate context for Kubernetes credentials lookup, allowing the use of System-scoped credentials otherwise reserved for the global configuration. This allows attackers with Item/Configure permission to access and potentially capture Kubernetes credentials they are not entitled to. Kubernetes Credentials Provider Plugin 1.209.v862c6e5fb_1ef defines the appropriate context for Kubernetes credentials lookup.\n (CVE-2023-24425)\n\n - High Azure AD Plugin 303.va_91ef20ee49f and earlier does not invalidate the existing session on login.\n This allows attackers to use social engineering techniques to gain administrator access to Jenkins. Azure AD Plugin 306.va_7083923fd50 invalidates the existing session on login. (CVE-2023-24426)\n\n - High Bitbucket OAuth Plugin 0.12 and earlier does not invalidate the existing session on login. This allows attackers to use social engineering techniques to gain administrator access to Jenkins. Bitbucket OAuth Plugin 0.13 invalidates the existing session on login. (CVE-2023-24427)\n\n - Medium Bitbucket OAuth Plugin 0.12 and earlier does not implement a state parameter in its OAuth flow, a unique and non-guessable value associated with each authentication request. This vulnerability allows attackers to trick users into logging in to the attacker's account. Bitbucket OAuth Plugin 0.13 implements a state parameter in its OAuth flow. (CVE-2023-24428)\n\n - High Semantic Versioning Plugin defines a controller/agent message that processes a given file as XML and its XML parser is not configured to prevent XML external entity (XXE) attacks. Semantic Versioning Plugin 1.14 and earlier does not restrict execution of the controller/agent message to agents, and implements no limitations about the file path that can be parsed. This allows attackers able to control agent processes to have Jenkins parse a crafted file that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery. This is due to an incomplete fix of SECURITY-2124. This vulnerability is only exploitable in Jenkins 2.318 and earlier, LTS 2.303.2 and earlier. See the LTS upgrade guide. Semantic Versioning Plugin 1.15 does not allow the affected controller/agent message to be submitted by agents for execution on the controller. (CVE-2023-24429)\n\n - Medium Semantic Versioning Plugin 1.14 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks. This allows attackers able to control the contents of the version file for the 'Determine Semantic Version' build step to have agent processes parse a crafted file that uses external entities for extraction of secrets from the Jenkins agent or server-side request forgery. Because Jenkins agent processes usually execute build tools whose input (source code, build scripts, etc.) is controlled externally, this vulnerability only has a real impact in very narrow circumstances: when attackers can control XML files, but are unable to change build steps, Jenkinsfiles, test code that gets executed on the agents, or similar. Semantic Versioning Plugin 1.15 disables external entity resolution for its XML parser. (CVE-2023-24430)\n\n - Medium Orka by MacStadium Plugin 1.31 and earlier does not perform permission checks in several HTTP endpoints. This allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins. Those can be used as part of an attack to capture the credentials using another vulnerability. An enumeration of credentials IDs in Orka by MacStadium Plugin 1.32 requires Overall/Administer permission. (CVE-2023-24431)\n\n - Medium Orka by MacStadium Plugin 1.31 and earlier does not perform permission checks in several HTTP endpoints. This allows attackers with Overall/Read permission to connect to an attacker-specified HTTP server using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins. Additionally, these HTTP endpoints do not require POST requests, resulting in a cross- site request forgery (CSRF) vulnerability. Orka by MacStadium Plugin 1.32 requires POST requests and Overall/Administer permission for the affected HTTP endpoints. (CVE-2023-24432, CVE-2023-24433)\n\n - Medium GitHub Pull Request Builder Plugin 1.42.2 and earlier does not perform a permission check in an HTTP endpoint. This allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins. Those can be used as part of an attack to capture the credentials using another vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24436)\n\n - Medium GitHub Pull Request Builder Plugin 1.42.2 and earlier does not perform permission checks in methods implementing form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins. Additionally, these form validation methods do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24434, CVE-2023-24435)\n\n - Medium JIRA Pipeline Steps Plugin 2.0.165.v8846cf59f3db and earlier does not perform permission checks in methods implementing form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins. Additionally, these form validation methods do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24437, CVE-2023-24438)\n\n - Low JIRA Pipeline Steps Plugin 2.0.165.v8846cf59f3db and earlier stores the private key unencrypted in its global configuration file org.thoughtslive.jenkins.plugins.jira.JiraStepsConfig.xml on the Jenkins controller as part of its configuration. This key can be viewed by users with access to the Jenkins controller file system. Additionally, the global configuration form does not mask the API key, increasing the potential for attackers to observe and capture it. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24439, CVE-2023-24440)\n\n - Medium MSTest Plugin 1.0.0 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks. This allows attackers able to control the contents of the report file for the 'Publish MSTest test result report' post-build step to have agent processes parse a crafted file that uses external entities for extraction of secrets from the Jenkins agent or server-side request forgery. Because Jenkins agent processes usually execute build tools whose input (source code, build scripts, etc.) is controlled externally, this vulnerability only has a real impact in very narrow circumstances: when attackers can control XML files, but are unable to change build steps, Jenkinsfiles, test code that gets executed on the agents, or similar. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24441)\n\n - Low GitHub Pull Request Coverage Status Plugin 2.2.0 and earlier stores the GitHub Personal Access Token, Sonar access token and Sonar password unencrypted in its global configuration file com.github.terma.jenkins.githubprcoveragestatus.Configuration.xml on the Jenkins controller as part of its configuration. These credentials can be viewed by users with access to the Jenkins controller file system.\n As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24442)\n\n - High Keycloak Authentication Plugin 2.3.0 and earlier does not invalidate the existing session on login.\n This allows attackers to use social engineering techniques to gain administrator access to Jenkins. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24456)\n\n - Medium Keycloak Authentication Plugin 2.3.0 and earlier does not implement a state parameter in its OAuth flow, a unique and non-guessable value associated with each authentication request. This vulnerability allows attackers to trick users into logging in to the attacker's account. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24457)\n\n - High TestComplete support Plugin 2.8.1 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks. This allows attackers able to control the zip archive input file for the 'TestComplete Test' build step to have Jenkins parse a crafted file that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24443)\n\n - High OpenID Plugin 2.4 and earlier does not invalidate the existing session on login. This allows attackers to use social engineering techniques to gain administrator access to Jenkins. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24444)\n\n - Medium OpenID Plugin 2.4 and earlier improperly determines that a redirect URL after login is legitimately pointing to Jenkins. This allows attackers to perform phishing attacks by having users go to a Jenkins URL that will forward them to a different site after successful authentication. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24445)\n\n - Medium OpenID Plugin 2.4 and earlier does not implement a state parameter in its OAuth flow, a unique and non-guessable value associated with each authentication request. This vulnerability allows attackers to trick users into logging in to the attacker's account. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24446)\n\n - Medium RabbitMQ Consumer Plugin 2.8 and earlier does not perform a permission check in a method implementing form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified AMQP server using attacker-specified username and password. Additionally, this form validation method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24447, CVE-2023-24448)\n\n - Medium PWauth Security Realm Plugin 0.4 and earlier does not restrict the names of files in methods implementing form validation. This allows attackers with Overall/Read permission to check for the existence of an attacker-specified file path on the Jenkins controller file system. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24449)\n\n - Medium view-cloner Plugin 1.1 and earlier stores passwords unencrypted in job config.xml files on the Jenkins controller as part of its configuration. These passwords can be viewed by users with Item/Extended Read permission or access to the Jenkins controller file system. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24450)\n\n - Medium Cisco Spark Notifier Plugin 1.1.1 and earlier does not perform permission checks in several HTTP endpoints. This allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins. Those can be used as part of an attack to capture the credentials using another vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24451)\n\n - Medium BearyChat Plugin 3.0.2 and earlier does not perform a permission check in a method implementing form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified URL. Additionally, this form validation method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24458, CVE-2023-24459)\n\n - Medium TestQuality Updater Plugin 1.3 and earlier does not perform a permission check in a method implementing form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified username and password. Additionally, this form validation method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24452, CVE-2023-24453)\n\n - Low TestQuality Updater Plugin 1.3 and earlier stores the TestQuality Updater password unencrypted in its global configuration file com.testquality.jenkins.TestQualityNotifier.xml on the Jenkins controller as part of its configuration. This password can be viewed by users with access to the Jenkins controller file system. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24454)\n\n - Medium visualexpert Plugin 1.3 and earlier does not restrict the names of files in methods implementing form validation. This allows attackers with Item/Configure permission to check for the existence of an attacker-specified file path on the Jenkins controller file system. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24455)\n\nNote that Nessus has not tested for these issues but has instead relied only on the application's self-reported version number.", "cvss3": {}, "published": "2023-02-27T00:00:00", "type": "nessus", "title": "Jenkins plugins Multiple Vulnerabilities (2023-01-24)", "bulletinFamily": "scanner", "cvss2": {}, "cvelist": ["CVE-2023-24422", "CVE-2023-24423", "CVE-2023-24424", "CVE-2023-24425", "CVE-2023-24426", "CVE-2023-24427", "CVE-2023-24428", "CVE-2023-24429", "CVE-2023-24430", "CVE-2023-24431", "CVE-2023-24432", "CVE-2023-24433", "CVE-2023-24434", "CVE-2023-24435", "CVE-2023-24436", "CVE-2023-24437", "CVE-2023-24438", "CVE-2023-24439", "CVE-2023-24440", "CVE-2023-24441", "CVE-2023-24442", "CVE-2023-24443", "CVE-2023-24444", "CVE-2023-24445", "CVE-2023-24446", "CVE-2023-24447", "CVE-2023-24448", "CVE-2023-24449", "CVE-2023-24450", "CVE-2023-24451", "CVE-2023-24452", "CVE-2023-24453", "CVE-2023-24454", "CVE-2023-24455", "CVE-2023-24456", "CVE-2023-24457", "CVE-2023-24458", "CVE-2023-24459"], "modified": "2023-10-24T00:00:00", "cpe": ["cpe:/a:cloudbees:jenkins", "cpe:/a:jenkins:jenkins"], "id": "JENKINS_SECURITY_ADVISORY_2023-01-24_PLUGINS.NASL", "href": "https://www.tenable.com/plugins/nessus/171929", "sourceData": "#%NASL_MIN_LEVEL 80900\n##\n# (C) Tenable, Inc.\n##\n\ninclude('compat.inc');\n\nif (description)\n{\n script_id(171929);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2023/10/24\");\n\n script_cve_id(\n \"CVE-2023-24422\",\n \"CVE-2023-24423\",\n \"CVE-2023-24424\",\n \"CVE-2023-24425\",\n \"CVE-2023-24426\",\n \"CVE-2023-24427\",\n \"CVE-2023-24428\",\n \"CVE-2023-24429\",\n \"CVE-2023-24430\",\n \"CVE-2023-24431\",\n \"CVE-2023-24432\",\n \"CVE-2023-24433\",\n \"CVE-2023-24434\",\n \"CVE-2023-24435\",\n \"CVE-2023-24436\",\n \"CVE-2023-24437\",\n \"CVE-2023-24438\",\n \"CVE-2023-24439\",\n \"CVE-2023-24440\",\n \"CVE-2023-24441\",\n \"CVE-2023-24442\",\n \"CVE-2023-24443\",\n \"CVE-2023-24444\",\n \"CVE-2023-24445\",\n \"CVE-2023-24446\",\n \"CVE-2023-24447\",\n \"CVE-2023-24448\",\n \"CVE-2023-24449\",\n \"CVE-2023-24450\",\n \"CVE-2023-24451\",\n \"CVE-2023-24452\",\n \"CVE-2023-24453\",\n \"CVE-2023-24454\",\n \"CVE-2023-24455\",\n \"CVE-2023-24456\",\n \"CVE-2023-24457\",\n \"CVE-2023-24458\",\n \"CVE-2023-24459\"\n );\n\n script_name(english:\"Jenkins plugins Multiple Vulnerabilities (2023-01-24)\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"An application running on a remote web server host is affected by multiple vulnerabilities\");\n script_set_attribute(attribute:\"description\", value:\n\"According to their self-reported version numbers, the version of Jenkins plugins running on the remote web server are\naffected by multiple vulnerabilities:\n\n - High Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts,\n including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script\n are intercepted, and various allowlists are checked to determine whether the call is to be allowed. In\n Script Security Plugin 1228.vd93135a_2fb_25 and earlier, property assignments performed implicitly by the\n Groovy language runtime when invoking map constructors were not intercepted by the sandbox. This\n vulnerability allows attackers with permission to define and run sandboxed scripts, including Pipelines,\n to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.\n Script Security Plugin 1229.v4880b_b_e905a_6 intercepts property assignments when invoking map\n constructors. As part of this fix, map constructors may only be invoked in the sandbox using the new key.\n Attempting to invoke a map constructor using a Groovy cast will fail unconditionally. For example, code\n such as [key: value] as MyClass or MyClass mc = [key: value] must be converted to use new MyClass(key:\n value) instead. (CVE-2023-24422)\n\n - Medium Gerrit Trigger Plugin 2.38.0 and earlier does not require POST requests for several HTTP endpoints,\n resulting in a cross-site request forgery (CSRF) vulnerability. This vulnerability allows attackers to\n rebuild previous builds triggered by Gerrit. Gerrit Trigger Plugin 2.38.1 requires POST requests for the\n affected HTTP endpoints. (CVE-2023-24423)\n\n - High OpenId Connect Authentication Plugin 2.4 and earlier does not invalidate the existing session on\n login. This allows attackers to use social engineering techniques to gain administrator access to Jenkins.\n OpenId Connect Authentication Plugin 2.5 invalidates the existing session on login. (CVE-2023-24424)\n\n - Medium Kubernetes Credentials Provider Plugin 1.208.v128ee9800c04 and earlier does not set the appropriate\n context for Kubernetes credentials lookup, allowing the use of System-scoped credentials otherwise\n reserved for the global configuration. This allows attackers with Item/Configure permission to access and\n potentially capture Kubernetes credentials they are not entitled to. Kubernetes Credentials Provider\n Plugin 1.209.v862c6e5fb_1ef defines the appropriate context for Kubernetes credentials lookup.\n (CVE-2023-24425)\n\n - High Azure AD Plugin 303.va_91ef20ee49f and earlier does not invalidate the existing session on login.\n This allows attackers to use social engineering techniques to gain administrator access to Jenkins. Azure\n AD Plugin 306.va_7083923fd50 invalidates the existing session on login. (CVE-2023-24426)\n\n - High Bitbucket OAuth Plugin 0.12 and earlier does not invalidate the existing session on login. This\n allows attackers to use social engineering techniques to gain administrator access to Jenkins. Bitbucket\n OAuth Plugin 0.13 invalidates the existing session on login. (CVE-2023-24427)\n\n - Medium Bitbucket OAuth Plugin 0.12 and earlier does not implement a state parameter in its OAuth flow, a\n unique and non-guessable value associated with each authentication request. This vulnerability allows\n attackers to trick users into logging in to the attacker's account. Bitbucket OAuth Plugin 0.13 implements\n a state parameter in its OAuth flow. (CVE-2023-24428)\n\n - High Semantic Versioning Plugin defines a controller/agent message that processes a given file as XML and\n its XML parser is not configured to prevent XML external entity (XXE) attacks. Semantic Versioning Plugin\n 1.14 and earlier does not restrict execution of the controller/agent message to agents, and implements no\n limitations about the file path that can be parsed. This allows attackers able to control agent processes\n to have Jenkins parse a crafted file that uses external entities for extraction of secrets from the\n Jenkins controller or server-side request forgery. This is due to an incomplete fix of SECURITY-2124. This\n vulnerability is only exploitable in Jenkins 2.318 and earlier, LTS 2.303.2 and earlier. See the LTS\n upgrade guide. Semantic Versioning Plugin 1.15 does not allow the affected controller/agent message to be\n submitted by agents for execution on the controller. (CVE-2023-24429)\n\n - Medium Semantic Versioning Plugin 1.14 and earlier does not configure its XML parser to prevent XML\n external entity (XXE) attacks. This allows attackers able to control the contents of the version file for\n the 'Determine Semantic Version' build step to have agent processes parse a crafted file that uses\n external entities for extraction of secrets from the Jenkins agent or server-side request forgery. Because\n Jenkins agent processes usually execute build tools whose input (source code, build scripts, etc.) is\n controlled externally, this vulnerability only has a real impact in very narrow circumstances: when\n attackers can control XML files, but are unable to change build steps, Jenkinsfiles, test code that gets\n executed on the agents, or similar. Semantic Versioning Plugin 1.15 disables external entity resolution\n for its XML parser. (CVE-2023-24430)\n\n - Medium Orka by MacStadium Plugin 1.31 and earlier does not perform permission checks in several HTTP\n endpoints. This allows attackers with Overall/Read permission to enumerate credentials IDs of credentials\n stored in Jenkins. Those can be used as part of an attack to capture the credentials using another\n vulnerability. An enumeration of credentials IDs in Orka by MacStadium Plugin 1.32 requires\n Overall/Administer permission. (CVE-2023-24431)\n\n - Medium Orka by MacStadium Plugin 1.31 and earlier does not perform permission checks in several HTTP\n endpoints. This allows attackers with Overall/Read permission to connect to an attacker-specified HTTP\n server using attacker-specified credentials IDs obtained through another method, capturing credentials\n stored in Jenkins. Additionally, these HTTP endpoints do not require POST requests, resulting in a cross-\n site request forgery (CSRF) vulnerability. Orka by MacStadium Plugin 1.32 requires POST requests and\n Overall/Administer permission for the affected HTTP endpoints. (CVE-2023-24432, CVE-2023-24433)\n\n - Medium GitHub Pull Request Builder Plugin 1.42.2 and earlier does not perform a permission check in an\n HTTP endpoint. This allows attackers with Overall/Read permission to enumerate credentials IDs of\n credentials stored in Jenkins. Those can be used as part of an attack to capture the credentials using\n another vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24436)\n\n - Medium GitHub Pull Request Builder Plugin 1.42.2 and earlier does not perform permission checks in methods\n implementing form validation. This allows attackers with Overall/Read permission to connect to an\n attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing\n credentials stored in Jenkins. Additionally, these form validation methods do not require POST requests,\n resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there\n is no fix. Learn why we announce this. (CVE-2023-24434, CVE-2023-24435)\n\n - Medium JIRA Pipeline Steps Plugin 2.0.165.v8846cf59f3db and earlier does not perform permission checks in\n methods implementing form validation. This allows attackers with Overall/Read permission to connect to an\n attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing\n credentials stored in Jenkins. Additionally, these form validation methods do not require POST requests,\n resulting in a cross-site request forgery (CSRF) vulnerability. As of publication of this advisory, there\n is no fix. Learn why we announce this. (CVE-2023-24437, CVE-2023-24438)\n\n - Low JIRA Pipeline Steps Plugin 2.0.165.v8846cf59f3db and earlier stores the private key unencrypted in its\n global configuration file org.thoughtslive.jenkins.plugins.jira.JiraStepsConfig.xml on the Jenkins\n controller as part of its configuration. This key can be viewed by users with access to the Jenkins\n controller file system. Additionally, the global configuration form does not mask the API key, increasing\n the potential for attackers to observe and capture it. As of publication of this advisory, there is no\n fix. Learn why we announce this. (CVE-2023-24439, CVE-2023-24440)\n\n - Medium MSTest Plugin 1.0.0 and earlier does not configure its XML parser to prevent XML external entity\n (XXE) attacks. This allows attackers able to control the contents of the report file for the 'Publish\n MSTest test result report' post-build step to have agent processes parse a crafted file that uses external\n entities for extraction of secrets from the Jenkins agent or server-side request forgery. Because Jenkins\n agent processes usually execute build tools whose input (source code, build scripts, etc.) is controlled\n externally, this vulnerability only has a real impact in very narrow circumstances: when attackers can\n control XML files, but are unable to change build steps, Jenkinsfiles, test code that gets executed on the\n agents, or similar. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24441)\n\n - Low GitHub Pull Request Coverage Status Plugin 2.2.0 and earlier stores the GitHub Personal Access Token,\n Sonar access token and Sonar password unencrypted in its global configuration file\n com.github.terma.jenkins.githubprcoveragestatus.Configuration.xml on the Jenkins controller as part of its\n configuration. These credentials can be viewed by users with access to the Jenkins controller file system.\n As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24442)\n\n - High Keycloak Authentication Plugin 2.3.0 and earlier does not invalidate the existing session on login.\n This allows attackers to use social engineering techniques to gain administrator access to Jenkins. As of\n publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24456)\n\n - Medium Keycloak Authentication Plugin 2.3.0 and earlier does not implement a state parameter in its OAuth\n flow, a unique and non-guessable value associated with each authentication request. This vulnerability\n allows attackers to trick users into logging in to the attacker's account. As of publication of this\n advisory, there is no fix. Learn why we announce this. (CVE-2023-24457)\n\n - High TestComplete support Plugin 2.8.1 and earlier does not configure its XML parser to prevent XML\n external entity (XXE) attacks. This allows attackers able to control the zip archive input file for the\n 'TestComplete Test' build step to have Jenkins parse a crafted file that uses external entities for\n extraction of secrets from the Jenkins controller or server-side request forgery. As of publication of\n this advisory, there is no fix. Learn why we announce this. (CVE-2023-24443)\n\n - High OpenID Plugin 2.4 and earlier does not invalidate the existing session on login. This allows\n attackers to use social engineering techniques to gain administrator access to Jenkins. As of publication\n of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24444)\n\n - Medium OpenID Plugin 2.4 and earlier improperly determines that a redirect URL after login is legitimately\n pointing to Jenkins. This allows attackers to perform phishing attacks by having users go to a Jenkins URL\n that will forward them to a different site after successful authentication. As of publication of this\n advisory, there is no fix. Learn why we announce this. (CVE-2023-24445)\n\n - Medium OpenID Plugin 2.4 and earlier does not implement a state parameter in its OAuth flow, a unique and\n non-guessable value associated with each authentication request. This vulnerability allows attackers to\n trick users into logging in to the attacker's account. As of publication of this advisory, there is no\n fix. Learn why we announce this. (CVE-2023-24446)\n\n - Medium RabbitMQ Consumer Plugin 2.8 and earlier does not perform a permission check in a method\n implementing form validation. This allows attackers with Overall/Read permission to connect to an\n attacker-specified AMQP server using attacker-specified username and password. Additionally, this form\n validation method does not require POST requests, resulting in a cross-site request forgery (CSRF)\n vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24447, CVE-2023-24448)\n\n - Medium PWauth Security Realm Plugin 0.4 and earlier does not restrict the names of files in methods\n implementing form validation. This allows attackers with Overall/Read permission to check for the\n existence of an attacker-specified file path on the Jenkins controller file system. As of publication of\n this advisory, there is no fix. Learn why we announce this. (CVE-2023-24449)\n\n - Medium view-cloner Plugin 1.1 and earlier stores passwords unencrypted in job config.xml files on the\n Jenkins controller as part of its configuration. These passwords can be viewed by users with Item/Extended\n Read permission or access to the Jenkins controller file system. As of publication of this advisory, there\n is no fix. Learn why we announce this. (CVE-2023-24450)\n\n - Medium Cisco Spark Notifier Plugin 1.1.1 and earlier does not perform permission checks in several HTTP\n endpoints. This allows attackers with Overall/Read permission to enumerate credentials IDs of credentials\n stored in Jenkins. Those can be used as part of an attack to capture the credentials using another\n vulnerability. As of publication of this advisory, there is no fix. Learn why we announce this.\n (CVE-2023-24451)\n\n - Medium BearyChat Plugin 3.0.2 and earlier does not perform a permission check in a method implementing\n form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified\n URL. Additionally, this form validation method does not require POST requests, resulting in a cross-site\n request forgery (CSRF) vulnerability. As of publication of this advisory, there is no fix. Learn why we\n announce this. (CVE-2023-24458, CVE-2023-24459)\n\n - Medium TestQuality Updater Plugin 1.3 and earlier does not perform a permission check in a method\n implementing form validation. This allows attackers with Overall/Read permission to connect to an\n attacker-specified URL using attacker-specified username and password. Additionally, this form validation\n method does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As\n of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24452,\n CVE-2023-24453)\n\n - Low TestQuality Updater Plugin 1.3 and earlier stores the TestQuality Updater password unencrypted in its\n global configuration file com.testquality.jenkins.TestQualityNotifier.xml on the Jenkins controller as\n part of its configuration. This password can be viewed by users with access to the Jenkins controller file\n system. As of publication of this advisory, there is no fix. Learn why we announce this. (CVE-2023-24454)\n\n - Medium visualexpert Plugin 1.3 and earlier does not restrict the names of files in methods implementing\n form validation. This allows attackers with Item/Configure permission to check for the existence of an\n attacker-specified file path on the Jenkins controller file system. As of publication of this advisory,\n there is no fix. Learn why we announce this. (CVE-2023-24455)\n\nNote that Nessus has not tested for these issues but has instead relied only on the application's self-reported version\nnumber.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://jenkins.io/security/advisory/2023-01-24\");\n script_set_attribute(attribute:\"solution\", value:\n\"Update Jenkins plugins to the following versions:\n - Azure AD Plugin to version 306.va_7083923fd50 or later\n - BearyChat Plugin: See vendor advisory\n - Bitbucket OAuth Plugin to version 0.13 or later\n - Cisco Spark Notifier Plugin: See vendor advisory\n - Gerrit Trigger Plugin to version 2.38.1 or later\n - GitHub Pull Request Builder Plugin: See vendor advisory\n - GitHub Pull Request Coverage Status Plugin: See vendor advisory\n - JIRA Pipeline Steps Plugin: See vendor advisory\n - Keycloak Authentication Plugin: See vendor advisory\n - Kubernetes Credentials Provider Plugin to version 1.209.v862c6e5fb_1ef or later\n - MSTest Plugin: See vendor advisory\n - OpenId Connect Authentication Plugin to version 2.5 or later\n - OpenID Plugin: See vendor advisory\n - Orka by MacStadium Plugin to version 1.32 or later\n - PWauth Security Realm Plugin: See vendor advisory\n - RabbitMQ Consumer Plugin: See vendor advisory\n - Script Security Plugin to version 1229.v4880b_b_e905a_6 or later\n - Semantic Versioning Plugin to version 1.15 or later\n - TestComplete support Plugin: See vendor advisory\n - TestQuality Updater Plugin: See vendor advisory\n - view-cloner Plugin: See vendor advisory\n - visualexpert Plugin: See vendor advisory\n\nSee vendor advisory for more details.\");\n script_set_attribute(attribute:\"agent\", value:\"all\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2023-24458\");\n script_set_attribute(attribute:\"cvss3_score_source\", value:\"CVE-2023-24456\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2023/01/24\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2023/01/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2023/02/27\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"combined\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:cloudbees:jenkins\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:jenkins:jenkins\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"CGI abuses\");\n\n script_copyright(english:\"This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"jenkins_plugins_detect.nbin\", \"jenkins_win_installed.nbin\", \"jenkins_nix_installed.nbin\", \"macosx_jenkins_installed.nbin\");\n script_require_keys(\"installed_sw/Jenkins\");\n\n exit(0);\n}\n\ninclude('vcf.inc');\ninclude('vcf_extras.inc');\n\nvar constraints = [\n {'max_version' : '303', 'fixed_version' : '306', 'fixed_display' : '306.va_7083923fd50', 'plugin' : 'Azure AD Plugin'},\n {'max_version' : '3.0.2', 'fixed_display' : 'See vendor advisory', 'plugin' : 'BearyChat Plugin'},\n {'max_version' : '0.12', 'fixed_version' : '0.13', 'plugin' : 'Bitbucket OAuth Plugin'},\n {'max_version' : '1.1.1', 'fixed_display' : 'See vendor advisory', 'plugin' : 'Cisco Spark Notifier Plugin'},\n {'max_version' : '2.38.0', 'fixed_version' : '2.38.1', 'plugin' : 'Gerrit Trigger Plugin'},\n {'max_version' : '1.42.2', 'fixed_display' : 'See vendor advisory', 'plugin' : 'GitHub Pull Request Builder Plugin'},\n {'max_version' : '2.2.0', 'fixed_display' : 'See vendor advisory', 'plugin' : 'GitHub Pull Request Coverage Status Plugin'},\n {'max_version' : '2.0.165', 'fixed_display' : 'See vendor advisory', 'plugin' : 'JIRA Pipeline Steps Plugin'},\n {'max_version' : '2.3.0', 'fixed_display' : 'See vendor advisory', 'plugin' : 'Keycloak Authentication Plugin'},\n {'max_version' : '1.208', 'fixed_version' : '1.209', 'fixed_display' : '1.209.v862c6e5fb_1ef', 'plugin' : 'Kubernetes Credentials Provider Plugin'},\n {'max_version' : '1.0.0', 'fixed_display' : 'See vendor advisory', 'plugin' : 'MSTest Plugin'},\n {'max_version' : '2.4', 'fixed_version' : '2.5', 'plugin' : 'OpenId Connect Authentication Plugin'},\n {'max_version' : '2.4', 'fixed_display' : 'See vendor advisory', 'plugin' : 'OpenID Plugin'},\n {'max_version' : '1.31', 'fixed_version' : '1.32', 'plugin' : 'Orka by MacStadium Plugin'},\n {'max_version' : '0.4', 'fixed_display' : 'See vendor advisory', 'plugin' : 'PWauth Security Realm Plugin'},\n {'max_version' : '2.8', 'fixed_display' : 'See vendor advisory', 'plugin' : 'RabbitMQ Consumer Plugin'},\n {'max_version' : '1228', 'fixed_version' : '1229', 'fixed_display' : '1229.v4880b_b_e905a_6', 'plugin' : 'Script Security Plugin'},\n {'max_version' : '1.14', 'fixed_version' : '1.15', 'plugin' : 'Semantic Versioning Plugin'},\n {'max_version' : '2.8.1', 'fixed_display' : 'See vendor advisory', 'plugin' : 'TestComplete support Plugin'},\n {'max_version' : '1.3', 'fixed_display' : 'See vendor advisory', 'plugin' : 'TestQuality Updater Plugin'},\n {'max_version' : '1.1', 'fixed_display' : 'See vendor advisory', 'plugin' : 'view-cloner Plugin'},\n {'max_version' : '1.3', 'fixed_display' : 'See vendor advisory', 'plugin' : 'visualexpert Plugin'}\n];\n\nvar app_info = vcf::jenkins::plugin::get_app_info(plugins:constraints);\n\nvcf::jenkins::plugin::check_version_and_report(\n app_info:app_info,\n constraints:constraints,\n severity:SECURITY_HOLE,\n flags:{'xsrf':TRUE}\n);\n", "cvss": {"score": 0.0, "vector": "NONE"}}, {"lastseen": "2023-11-17T13:01:46", "description": "The version of Jenkins Enterprise or Jenkins Operations Center running on the remote web server is 2.346.x prior to 2.346.40.0.7. It is, therefore, affected by multiple vulnerabilities including the following:\n\n - Sandbox bypass vulnerability in Script Security Plugin (CVE-2023-24422)\n\n - CSRF vulnerability in Gerrit Trigger Plugin (CVE-2023-24423)\n\n - Session fixation vulnerability in OpenId Connect Authentication Plugin (CVE-2023-24424)\n\n - Exposure of system-scoped Kubernetes credentials in Kubernetes Credentials Provider Plugin (CVE-2023-24425)\n\n - Session fixation vulnerability in Azure AD Plugin (CVE-2023-24426)\n\n - Session fixation vulnerability in Bitbucket OAuth Plugin (CVE-2023-24427)\n\n - CSRF vulnerability in Bitbucket OAuth Plugin (CVE-2023-24428)\n\n - Agent-to-controller security bypass in Semantic Versioning Plugin (CVE-2023-24429)\n\n - XXE vulnerability on agents in Semantic Versioning Plugin (CVE-2023-24430)\n\n - Missing permission checks in Orka by MacStadium Plugin allow enumerating credentials IDs (CVE-2023-24431)\n\n - CSRF vulnerability and missing permission checks in Orka by MacStadium Plugin allow capturing credentials (CVE-2023-24432, CVE-2023-24433)\n\n - CSRF vulnerability and missing permission checks in GitHub Pull Request Builder Plugin (CVE-2023-24434, CVE-2023-24435)\n\n - Missing permission check in GitHub Pull Request Builder Plugin allows enumerating credentials IDs (CVE-2023-24436)\n\n - CSRF vulnerability and missing permission checks in JIRA Pipeline Steps Plugin (CVE-2023-24437, CVE-2023-24438)\n\n - Keys stored in plain text by JIRA Pipeline Steps Plugin (CVE-2023-24439, CVE-2023-24440)\n\n - XXE vulnerability on agents in MSTest Plugin (CVE-2023-24441)\n\n - Credentials stored in plain text by GitHub Pull Request Coverage Status Plugin (CVE-2023-24442)\n\n - XXE vulnerability in TestComplete support Plugin (CVE-2023-24443)\n\n - Session fixation vulnerability in OpenID Plugin (CVE-2023-24444)\n\n - Open redirect vulnerability in OpenID Plugin (CVE-2023-24445)\n\n - CSRF vulnerability in OpenID Plugin (CVE-2023-24446)\n\n - CSRF vulnerability and missing permission check in RabbitMQ Consumer Plugin (CVE-2023-24447, CVE-2023-24448)\n\n - Path traversal vulnerability in PWauth Security Realm Plugin (CVE-2023-24449)\n\n - Passwords stored in plain text by view-cloner Plugin (CVE-2023-24450)\n\n - Missing permission checks in Cisco Spark Notifier Plugin allow enumerating credentials IDs (CVE-2023-24451)\n\n - CSRF vulnerability and missing permission check in TestQuality Updater Plugin (CVE-2023-24452, CVE-2023-24453)\n\n - Password stored in plain text by TestQuality Updater Plugin (CVE-2023-24454)\n\n - Path traversal vulnerability in visualexpert Plugin (CVE-2023-24455)\n\n - Session fixation vulnerability in Keycloak Authentication Plugin (CVE-2023-24456)\n\n - CSRF vulnerability in Keycloak Authentication Plugin (CVE-2023-24457)\n\n - CSRF vulnerability and missing permission check in BearyChat Plugin (CVE-2023-24458, CVE-2023-24459)\n\nNote that Nessus has not tested for these issues but has instead relied only on the application's self-reported version number.", "cvss3": {}, "published": "2023-01-24T00:00:00", "type": "nessus", "title": "Jenkins Enterprise and Operations Center 2.346.x < 2.346.40.0.7 Multiple Vulnerabilities (CloudBees Security Advisory 2023-01-24)", "bulletinFamily": "scanner", "cvss2": {}, "cvelist": ["CVE-2023-24422", "CVE-2023-24423", "CVE-2023-24424", "CVE-2023-24425", "CVE-2023-24426", "CVE-2023-24427", "CVE-2023-24428", "CVE-2023-24429", "CVE-2023-24430", "CVE-2023-24431", "CVE-2023-24432", "CVE-2023-24433", "CVE-2023-24434", "CVE-2023-24435", "CVE-2023-24436", "CVE-2023-24437", "CVE-2023-24438", "CVE-2023-24439", "CVE-2023-24440", "CVE-2023-24441", "CVE-2023-24442", "CVE-2023-24443", "CVE-2023-24444", "CVE-2023-24445", "CVE-2023-24446", "CVE-2023-24447", "CVE-2023-24448", "CVE-2023-24449", "CVE-2023-24450", "CVE-2023-24451", "CVE-2023-24452", "CVE-2023-24453", "CVE-2023-24454", "CVE-2023-24455", "CVE-2023-24456", "CVE-2023-24457", "CVE-2023-24458", "CVE-2023-24459"], "modified": "2023-02-03T00:00:00", "cpe": ["cpe:/a:cloudbees:jenkins"], "id": "CLOUDBEES-SECURITY-ADVISORY-2023-01-24.NASL", "href": "https://www.tenable.com/plugins/nessus/170555", "sourceData": "#%NASL_MIN_LEVEL 80900\n##\n# (C) Tenable, Inc.\n##\n\ninclude('compat.inc');\n\nif (description)\n{\n script_id(170555);\n script_version(\"1.1\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2023/02/03\");\n\n script_cve_id(\n \"CVE-2023-24422\",\n \"CVE-2023-24423\",\n \"CVE-2023-24424\",\n \"CVE-2023-24425\",\n \"CVE-2023-24426\",\n \"CVE-2023-24427\",\n \"CVE-2023-24428\",\n \"CVE-2023-24429\",\n \"CVE-2023-24430\",\n \"CVE-2023-24431\",\n \"CVE-2023-24432\",\n \"CVE-2023-24433\",\n \"CVE-2023-24434\",\n \"CVE-2023-24435\",\n \"CVE-2023-24436\",\n \"CVE-2023-24437\",\n \"CVE-2023-24438\",\n \"CVE-2023-24439\",\n \"CVE-2023-24440\",\n \"CVE-2023-24441\",\n \"CVE-2023-24442\",\n \"CVE-2023-24443\",\n \"CVE-2023-24444\",\n \"CVE-2023-24445\",\n \"CVE-2023-24446\",\n \"CVE-2023-24447\",\n \"CVE-2023-24448\",\n \"CVE-2023-24449\",\n \"CVE-2023-24450\",\n \"CVE-2023-24451\",\n \"CVE-2023-24452\",\n \"CVE-2023-24453\",\n \"CVE-2023-24454\",\n \"CVE-2023-24455\",\n \"CVE-2023-24456\",\n \"CVE-2023-24457\",\n \"CVE-2023-24458\",\n \"CVE-2023-24459\"\n );\n\n script_name(english:\"Jenkins Enterprise and Operations Center 2.346.x < 2.346.40.0.7 Multiple Vulnerabilities (CloudBees Security Advisory 2023-01-24)\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"A job scheduling and management system hosted on the remote web server is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The version of Jenkins Enterprise or Jenkins Operations Center running on the remote web server is 2.346.x prior to\n2.346.40.0.7. It is, therefore, affected by multiple vulnerabilities including the following:\n\n - Sandbox bypass vulnerability in Script Security Plugin (CVE-2023-24422)\n\n - CSRF vulnerability in Gerrit Trigger Plugin (CVE-2023-24423)\n\n - Session fixation vulnerability in OpenId Connect Authentication Plugin (CVE-2023-24424)\n\n - Exposure of system-scoped Kubernetes credentials in Kubernetes Credentials Provider Plugin\n (CVE-2023-24425)\n\n - Session fixation vulnerability in Azure AD Plugin (CVE-2023-24426)\n\n - Session fixation vulnerability in Bitbucket OAuth Plugin (CVE-2023-24427)\n\n - CSRF vulnerability in Bitbucket OAuth Plugin (CVE-2023-24428)\n\n - Agent-to-controller security bypass in Semantic Versioning Plugin (CVE-2023-24429)\n\n - XXE vulnerability on agents in Semantic Versioning Plugin (CVE-2023-24430)\n\n - Missing permission checks in Orka by MacStadium Plugin allow enumerating credentials IDs (CVE-2023-24431)\n\n - CSRF vulnerability and missing permission checks in Orka by MacStadium Plugin allow capturing credentials\n (CVE-2023-24432, CVE-2023-24433)\n\n - CSRF vulnerability and missing permission checks in GitHub Pull Request Builder Plugin (CVE-2023-24434,\n CVE-2023-24435)\n\n - Missing permission check in GitHub Pull Request Builder Plugin allows enumerating credentials IDs\n (CVE-2023-24436)\n\n - CSRF vulnerability and missing permission checks in JIRA Pipeline Steps Plugin (CVE-2023-24437,\n CVE-2023-24438)\n\n - Keys stored in plain text by JIRA Pipeline Steps Plugin (CVE-2023-24439, CVE-2023-24440)\n\n - XXE vulnerability on agents in MSTest Plugin (CVE-2023-24441)\n\n - Credentials stored in plain text by GitHub Pull Request Coverage Status Plugin (CVE-2023-24442)\n\n - XXE vulnerability in TestComplete support Plugin (CVE-2023-24443)\n\n - Session fixation vulnerability in OpenID Plugin (CVE-2023-24444)\n\n - Open redirect vulnerability in OpenID Plugin (CVE-2023-24445)\n\n - CSRF vulnerability in OpenID Plugin (CVE-2023-24446)\n\n - CSRF vulnerability and missing permission check in RabbitMQ Consumer Plugin (CVE-2023-24447,\n CVE-2023-24448)\n\n - Path traversal vulnerability in PWauth Security Realm Plugin (CVE-2023-24449)\n\n - Passwords stored in plain text by view-cloner Plugin (CVE-2023-24450)\n\n - Missing permission checks in Cisco Spark Notifier Plugin allow enumerating credentials IDs\n (CVE-2023-24451)\n\n - CSRF vulnerability and missing permission check in TestQuality Updater Plugin (CVE-2023-24452,\n CVE-2023-24453)\n\n - Password stored in plain text by TestQuality Updater Plugin (CVE-2023-24454)\n\n - Path traversal vulnerability in visualexpert Plugin (CVE-2023-24455)\n\n - Session fixation vulnerability in Keycloak Authentication Plugin (CVE-2023-24456)\n\n - CSRF vulnerability in Keycloak Authentication Plugin (CVE-2023-24457)\n\n - CSRF vulnerability and missing permission check in BearyChat Plugin (CVE-2023-24458, CVE-2023-24459)\n\nNote that Nessus has not tested for these issues but has instead relied only on the application's self-reported version\nnumber.\");\n # https://www.cloudbees.com/security-advisories/cloudbees-security-advisory-2023-01-24\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?01c53c96\");\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade Jenkins Enterprise or Jenkins Operations Center to version 2.346.40.0.7 or later.\");\n script_set_attribute(attribute:\"agent\", value:\"all\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2023-24458\");\n script_set_attribute(attribute:\"cvss3_score_source\", value:\"CVE-2023-24456\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2023/01/24\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2023/01/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2023/01/24\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"combined\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:cloudbees:jenkins\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_set_attribute(attribute:\"thorough_tests\", value:\"true\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"CGI abuses\");\n\n script_copyright(english:\"This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"jenkins_detect.nasl\", \"jenkins_win_installed.nbin\", \"jenkins_nix_installed.nbin\", \"macosx_jenkins_installed.nbin\");\n script_require_keys(\"installed_sw/Jenkins\");\n\n exit(0);\n}\n\ninclude('vcf.inc');\ninclude('vcf_extras.inc');\n\nvar app_info = vcf::combined_get_app_info(app:'Jenkins');\n\nvar constraints = [\n {\n 'min_version' : '2.346',\n 'fixed_version' :'2.346.40.0.7',\n 'edition' : make_list('Enterprise', 'Operations Center')\n }\n];\n\nvcf::jenkins::check_version_and_report(\n app_info:app_info,\n constraints:constraints,\n severity:SECURITY_HOLE,\n flags:{'xsrf':TRUE}\n);\n", "cvss": {"score": 0.0, "vector": "NONE"}}]}