Action not permitted
Modal body text goes here.
cve-2024-47804
Vulnerability from cvelistv5
▼ | Vendor | Product |
---|---|---|
Jenkins Project | Jenkins |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-47804", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-10-02T16:31:07.297191Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-10-02T16:31:20.670Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "affected", "product": "Jenkins", "vendor": "Jenkins Project", "versions": [ { "lessThan": "2.462.*", "status": "unaffected", "version": "2.462.3", "versionType": "maven" }, { "lessThan": "*", "status": "unaffected", "version": "2.479", "versionType": "maven" } ] } ], "descriptions": [ { "lang": "en", "value": "If an attempt is made to create an item of a type prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API and either of these checks fail, Jenkins 2.478 and earlier, LTS 2.462.2 and earlier creates the item in memory, only deleting it from disk, allowing attackers with Item/Configure permission to save the item to persist it, effectively bypassing the item creation restriction." } ], "providerMetadata": { "dateUpdated": "2024-10-07T08:19:39.312Z", "orgId": "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", "shortName": "jenkins" }, "references": [ { "name": "Jenkins Security Advisory 2024-10-02", "tags": [ "vendor-advisory" ], "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448" } ] } }, "cveMetadata": { "assignerOrgId": "39769cd5-e6e2-4dc8-927e-97b3aa056f5b", "assignerShortName": "jenkins", "cveId": "CVE-2024-47804", "datePublished": "2024-10-02T15:35:03.020Z", "dateReserved": "2024-10-01T20:59:52.483Z", "dateUpdated": "2024-10-07T08:19:39.312Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-47804\",\"sourceIdentifier\":\"jenkinsci-cert@googlegroups.com\",\"published\":\"2024-10-02T16:15:10.697\",\"lastModified\":\"2024-10-04T13:50:43.727\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"If an attempt is made to create an item of a type prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API and either of these checks fail, Jenkins 2.478 and earlier, LTS 2.462.2 and earlier creates the item in memory, only deleting it from disk, allowing attackers with Item/Configure permission to save the item to persist it, effectively bypassing the item creation restriction.\"},{\"lang\":\"es\",\"value\":\"Si se intenta crear un elemento de un tipo prohibido por `ACL#hasCreatePermission2` o `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` a trav\u00e9s de la CLI de Jenkins o la API REST y cualquiera de estas comprobaciones falla, Jenkins 2.478 y anteriores, LTS 2.462.2 y anteriores crean el elemento en la memoria, solo elimin\u00e1ndolo del disco, lo que permite a los atacantes con permiso de Elemento/Configurar guardar el elemento para persistirlo, eludiendo efectivamente la restricci\u00f3n de creaci\u00f3n de elementos.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448\",\"source\":\"jenkinsci-cert@googlegroups.com\"}]}}" } }
ghsa-f9qj-77q2-h5c5
Vulnerability from github
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Jenkins provides APIs for fine-grained control of item creation:
-
Authorization strategies can prohibit the creation of items of a given type in a given item group (
ACL#hasCreatePermission2
). -
Item types can prohibit creation of new instances in a given item group (
TopLevelItemDescriptor#isApplicableIn(ItemGroup)
).
If an attempt is made to create an item of a prohibited type through the Jenkins CLI or the REST API and either of the above checks fail, Jenkins 2.478 and earlier, LTS 2.462.2 and earlier creates the item in memory, only deleting it from disk.
This allows attackers with Item/Create permission to bypass these restrictions, creating a temporary item. With Item/Configure permission, they can also save the item to persist it.
If an attempt is made to create an item of a prohibited type through the Jenkins CLI or the REST API and either of the above checks fail, Jenkins 2.479, LTS 2.462.3 does not retain the item in memory.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.462.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "events": [ { "introduced": "2.466" }, { "fixed": "2.479" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-47804" ], "database_specific": { "cwe_ids": [ "CWE-863" ], "github_reviewed": true, "github_reviewed_at": "2024-10-02T21:50:43Z", "nvd_published_at": "2024-10-02T16:15:10Z", "severity": "MODERATE" }, "details": "Jenkins provides APIs for fine-grained control of item creation:\n\n- Authorization strategies can prohibit the creation of items of a given type in a given item group (`ACL#hasCreatePermission2`).\n\n- Item types can prohibit creation of new instances in a given item group (`TopLevelItemDescriptor#isApplicableIn(ItemGroup)`).\n\nIf an attempt is made to create an item of a prohibited type through the Jenkins CLI or the REST API and either of the above checks fail, Jenkins 2.478 and earlier, LTS 2.462.2 and earlier creates the item in memory, only deleting it from disk.\n\nThis allows attackers with Item/Create permission to bypass these restrictions, creating a temporary item. With Item/Configure permission, they can also save the item to persist it.\n\nIf an attempt is made to create an item of a prohibited type through the Jenkins CLI or the REST API and either of the above checks fail, Jenkins 2.479, LTS 2.462.3 does not retain the item in memory.", "id": "GHSA-f9qj-77q2-h5c5", "modified": "2024-10-02T21:50:43Z", "published": "2024-10-02T18:31:32Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804" }, { "type": "WEB", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Jenkins item creation restriction bypass vulnerability" }
rhsa-2024_8887
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for Openshift Jenkins is now available for Red Hat Product OCP Tools 4.13.\nRed Hat Product Security has rated this update as having a security impact of important.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating,\nis available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Jenkins is a continuous integration server that monitors executions of repeated\njobs, such as building a software project or jobs run by cron.\n\nSecurity Fix(es):\n\n* jenkins: Item creation restriction bypass vulnerability (CVE-2024-47804)\n* jenkins: Exposure of multi-line secrets through error messages\n(CVE-2024-47803)\n* jenkins: Enabling Secure Server Identity Checks for Safer SMTPS Communication\n(CVE-2021-44549)\n* jenkins: Denial of service when processing a specially crafted Spring Expression Language expression (CVE-2024-38808)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments,\nand other related information, refer to the CVE page listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:8887", "url": "https://access.redhat.com/errata/RHSA-2024:8887" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8887.json" } ], "title": "Red Hat Security Advisory: Red Hat Product OCP Tools 4.13 Openshift Jenkins security update", "tracking": { "current_release_date": "2024-11-06T07:26:02+00:00", "generator": { "date": "2024-11-06T07:26:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:8887", "initial_release_date": "2024-11-05T12:08:31+00:00", "revision_history": [ { "date": "2024-11-05T12:08:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T12:08:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T07:26:02+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Developer Tools and Services for OCP 4.13", "product": { "name": "OpenShift Developer Tools and Services for OCP 4.13", "product_id": "8Base-OCP-Tools-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:ocp_tools:4.13::el8" } } } ], "category": "product_family", "name": "OpenShift Jenkins" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1729839924-3.el8.src", "product": { "name": "jenkins-0:2.462.3.1729839924-3.el8.src", "product_id": "jenkins-0:2.462.3.1729839924-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1729839924-3.el8?arch=src" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.13.1729840148-1.el8.src", "product": { "name": "jenkins-2-plugins-0:4.13.1729840148-1.el8.src", "product_id": "jenkins-2-plugins-0:4.13.1729840148-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.13.1729840148-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1729839924-3.el8.noarch", "product": { "name": "jenkins-0:2.462.3.1729839924-3.el8.noarch", "product_id": "jenkins-0:2.462.3.1729839924-3.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1729839924-3.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "product": { "name": "jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "product_id": "jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.13.1729840148-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1729839924-3.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.13", "product_id": "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch" }, "product_reference": "jenkins-0:2.462.3.1729839924-3.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1729839924-3.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.13", "product_id": "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src" }, "product_reference": "jenkins-0:2.462.3.1729839924-3.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.13", "product_id": "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch" }, "product_reference": "jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.13.1729840148-1.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.13", "product_id": "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" }, "product_reference": "jenkins-2-plugins-0:4.13.1729840148-1.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-44549", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2024-10-01T01:34:34.576000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2315808" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Apache Sling Commons Messaging Mail(angus-mail), which provides a simple interface for sending emails via SMTPS in OSGi, does not offer an option to enable server identity checks, leaving connections vulnerable to \"man-in-the-middle\" attacks and can allow insecure email communication.", "title": "Vulnerability description" }, { "category": "summary", "text": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability should be considered of important severity rather than moderate because it directly impacts the integrity and confidentiality of email communications over SMTPS. By disabling server identity checks, it leaves the communication channel vulnerable to \"man-in-the-middle\" (MITM) attacks, where an attacker could intercept, alter, or eavesdrop on email traffic by impersonating the legitimate mail server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44549" }, { "category": "external", "summary": "RHBZ#2315808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44549", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44549" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549" } ], "release_date": "2023-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:08:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8887" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication" }, { "cve": "CVE-2024-38808", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-20T08:20:06.895124+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305959" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Spring framework package. A maliciously crafted Spring Expression Language (SePL) may trigger uncontrolled CPU usage, leading to a denial of service in the application consuming it. To be considered vulnerable, one application has to evaluate user-supplied SpEL expressions.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-38808" }, { "category": "external", "summary": "RHBZ#2305959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305959" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38808", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38808" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-38808", "url": "https://spring.io/security/cve-2024-38808" } ], "release_date": "2024-08-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:08:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8887" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression" }, { "cve": "CVE-2024-47803", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-10-02T16:03:47.127227+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316137" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. Certain versions do not redact multi-line secret values in error messages generated for form submissions involving the `secretTextarea` form field.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Exposure of multi-line secrets through error messages", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47803" }, { "category": "external", "summary": "RHBZ#2316137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316137" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47803", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47803" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451" } ], "release_date": "2024-10-02T15:35:02.392000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:08:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8887" }, { "category": "workaround", "details": "Mitigation for this issue is ei ther not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Exposure of multi-line secrets through error messages" }, { "cve": "CVE-2024-47804", "cwe": { "id": "CWE-1220", "name": "Insufficient Granularity of Access Control" }, "discovery_date": "2024-10-02T16:01:28.440675+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316131" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. When attempting to create an item prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API, if either of these checks fail, Jenkins creates the item in memory and only deletes it from disk. This may allow an attacker with the Item/Configure permission to save the item, effectively bypassing the item creation restriction.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Item creation restriction bypass vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47804" }, { "category": "external", "summary": "RHBZ#2316131", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316131" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47804", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448" } ], "release_date": "2024-10-02T15:35:03.020000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:08:31+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8887" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-0:2.462.3.1729839924-3.el8.src", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.noarch", "8Base-OCP-Tools-4.13:jenkins-2-plugins-0:4.13.1729840148-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Item creation restriction bypass vulnerability" } ] }
rhsa-2024_8884
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for Openshift Jenkins is now available for Red Hat Product OCP Tools 4.15.\nRed Hat Product Security has rated this update as having a security impact of important.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating,\nis available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Jenkins is a continuous integration server that monitors executions of repeated\njobs, such as building a software project or jobs run by cron.\n\nSecurity Fixes:\n\n* jenkins: Item creation restriction bypass vulnerability (CVE-2024-47804)\n* jenkins: Exposure of multi-line secrets through error messages (CVE-2024-47803)\n* jenkins: Enabling Secure Server Identity Checks for Safer SMTPS Communication (CVE-2021-44549)\n* jenkins: Denial of service when processing a specially crafted Spring Expression Language expression (CVE-2024-38808)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments,\nand other related information, refer to the CVE page listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:8884", "url": "https://access.redhat.com/errata/RHSA-2024:8884" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8884.json" } ], "title": "Red Hat Security Advisory: Red Hat Product OCP Tools 4.15 Openshift Jenkins security update", "tracking": { "current_release_date": "2024-11-06T07:25:43+00:00", "generator": { "date": "2024-11-06T07:25:43+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:8884", "initial_release_date": "2024-11-05T11:25:56+00:00", "revision_history": [ { "date": "2024-11-05T11:25:56+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T11:25:56+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T07:25:43+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Developer Tools and Services for OCP 4.15", "product": { "name": "OpenShift Developer Tools and Services for OCP 4.15", "product_id": "8Base-OCP-Tools-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:ocp_tools:4.15::el8" } } } ], "category": "product_family", "name": "OpenShift Jenkins" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1729837947-3.el8.src", "product": { "name": "jenkins-0:2.462.3.1729837947-3.el8.src", "product_id": "jenkins-0:2.462.3.1729837947-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1729837947-3.el8?arch=src" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.15.1729838165-1.el8.src", "product": { "name": "jenkins-2-plugins-0:4.15.1729838165-1.el8.src", "product_id": "jenkins-2-plugins-0:4.15.1729838165-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.15.1729838165-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1729837947-3.el8.noarch", "product": { "name": "jenkins-0:2.462.3.1729837947-3.el8.noarch", "product_id": "jenkins-0:2.462.3.1729837947-3.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1729837947-3.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "product": { "name": "jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "product_id": "jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.15.1729838165-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1729837947-3.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.15", "product_id": "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch" }, "product_reference": "jenkins-0:2.462.3.1729837947-3.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1729837947-3.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.15", "product_id": "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src" }, "product_reference": "jenkins-0:2.462.3.1729837947-3.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.15", "product_id": "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch" }, "product_reference": "jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.15.1729838165-1.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.15", "product_id": "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" }, "product_reference": "jenkins-2-plugins-0:4.15.1729838165-1.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-44549", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2024-10-01T01:34:34.576000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2315808" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Apache Sling Commons Messaging Mail(angus-mail), which provides a simple interface for sending emails via SMTPS in OSGi, does not offer an option to enable server identity checks, leaving connections vulnerable to \"man-in-the-middle\" attacks and can allow insecure email communication.", "title": "Vulnerability description" }, { "category": "summary", "text": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability should be considered of important severity rather than moderate because it directly impacts the integrity and confidentiality of email communications over SMTPS. By disabling server identity checks, it leaves the communication channel vulnerable to \"man-in-the-middle\" (MITM) attacks, where an attacker could intercept, alter, or eavesdrop on email traffic by impersonating the legitimate mail server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44549" }, { "category": "external", "summary": "RHBZ#2315808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44549", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44549" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549" } ], "release_date": "2023-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:25:56+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8884" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication" }, { "cve": "CVE-2024-38808", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-20T08:20:06.895124+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305959" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Spring framework package. A maliciously crafted Spring Expression Language (SePL) may trigger uncontrolled CPU usage, leading to a denial of service in the application consuming it. To be considered vulnerable, one application has to evaluate user-supplied SpEL expressions.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-38808" }, { "category": "external", "summary": "RHBZ#2305959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305959" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38808", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38808" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-38808", "url": "https://spring.io/security/cve-2024-38808" } ], "release_date": "2024-08-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:25:56+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8884" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression" }, { "cve": "CVE-2024-47803", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-10-02T16:03:47.127227+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316137" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. Certain versions do not redact multi-line secret values in error messages generated for form submissions involving the `secretTextarea` form field.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Exposure of multi-line secrets through error messages", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47803" }, { "category": "external", "summary": "RHBZ#2316137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316137" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47803", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47803" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451" } ], "release_date": "2024-10-02T15:35:02.392000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:25:56+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8884" }, { "category": "workaround", "details": "Mitigation for this issue is ei ther not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Exposure of multi-line secrets through error messages" }, { "cve": "CVE-2024-47804", "cwe": { "id": "CWE-1220", "name": "Insufficient Granularity of Access Control" }, "discovery_date": "2024-10-02T16:01:28.440675+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316131" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. When attempting to create an item prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API, if either of these checks fail, Jenkins creates the item in memory and only deletes it from disk. This may allow an attacker with the Item/Configure permission to save the item, effectively bypassing the item creation restriction.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Item creation restriction bypass vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47804" }, { "category": "external", "summary": "RHBZ#2316131", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316131" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47804", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448" } ], "release_date": "2024-10-02T15:35:03.020000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:25:56+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8884" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-0:2.462.3.1729837947-3.el8.src", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.noarch", "8Base-OCP-Tools-4.15:jenkins-2-plugins-0:4.15.1729838165-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Item creation restriction bypass vulnerability" } ] }
rhsa-2024_8885
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for Openshift Jenkins is now available for Red Hat Product OCP Tools 4.14.\nRed Hat Product Security has rated this update as having a security impact of important.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating,\nis available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Jenkins is a continuous integration server that monitors executions of repeated\njobs, such as building a software project or jobs run by cron.\n\nSecurity Fixes:\n\n* jenkins: Item creation restriction bypass vulnerability (CVE-2024-47804)\n* jenkins: Exposure of multi-line secrets through error messages\n(CVE-2024-47803)\n* jenkins: Enabling Secure Server Identity Checks for Safer SMTPS Communication (CVE-2021-44549)\n* jenkins: Denial of service when processing a specially crafted Spring Expression Language expression (CVE-2024-38808)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments,\nand other related information, refer to the CVE page listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:8885", "url": "https://access.redhat.com/errata/RHSA-2024:8885" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8885.json" } ], "title": "Red Hat Security Advisory: Red Hat Product OCP Tools 4.14 Openshift Jenkins security update", "tracking": { "current_release_date": "2024-11-06T07:25:53+00:00", "generator": { "date": "2024-11-06T07:25:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:8885", "initial_release_date": "2024-11-05T11:47:26+00:00", "revision_history": [ { "date": "2024-11-05T11:47:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T11:47:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T07:25:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Developer Tools and Services for OCP 4.14", "product": { "name": "OpenShift Developer Tools and Services for OCP 4.14", "product_id": "8Base-OCP-Tools-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:ocp_tools:4.14::el8" } } } ], "category": "product_family", "name": "OpenShift Jenkins" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1729839727-3.el8.src", "product": { "name": "jenkins-0:2.462.3.1729839727-3.el8.src", "product_id": "jenkins-0:2.462.3.1729839727-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1729839727-3.el8?arch=src" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.14.1729839844-1.el8.src", "product": { "name": "jenkins-2-plugins-0:4.14.1729839844-1.el8.src", "product_id": "jenkins-2-plugins-0:4.14.1729839844-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.14.1729839844-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1729839727-3.el8.noarch", "product": { "name": "jenkins-0:2.462.3.1729839727-3.el8.noarch", "product_id": "jenkins-0:2.462.3.1729839727-3.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1729839727-3.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "product": { "name": "jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "product_id": "jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.14.1729839844-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1729839727-3.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.14", "product_id": "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch" }, "product_reference": "jenkins-0:2.462.3.1729839727-3.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1729839727-3.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.14", "product_id": "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src" }, "product_reference": "jenkins-0:2.462.3.1729839727-3.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.14", "product_id": "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch" }, "product_reference": "jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.14.1729839844-1.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.14", "product_id": "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" }, "product_reference": "jenkins-2-plugins-0:4.14.1729839844-1.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.14" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-44549", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2024-10-01T01:34:34.576000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2315808" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Apache Sling Commons Messaging Mail(angus-mail), which provides a simple interface for sending emails via SMTPS in OSGi, does not offer an option to enable server identity checks, leaving connections vulnerable to \"man-in-the-middle\" attacks and can allow insecure email communication.", "title": "Vulnerability description" }, { "category": "summary", "text": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability should be considered of important severity rather than moderate because it directly impacts the integrity and confidentiality of email communications over SMTPS. By disabling server identity checks, it leaves the communication channel vulnerable to \"man-in-the-middle\" (MITM) attacks, where an attacker could intercept, alter, or eavesdrop on email traffic by impersonating the legitimate mail server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44549" }, { "category": "external", "summary": "RHBZ#2315808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44549", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44549" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549" } ], "release_date": "2023-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:47:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8885" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication" }, { "cve": "CVE-2024-38808", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-20T08:20:06.895124+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305959" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Spring framework package. A maliciously crafted Spring Expression Language (SePL) may trigger uncontrolled CPU usage, leading to a denial of service in the application consuming it. To be considered vulnerable, one application has to evaluate user-supplied SpEL expressions.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-38808" }, { "category": "external", "summary": "RHBZ#2305959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305959" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38808", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38808" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-38808", "url": "https://spring.io/security/cve-2024-38808" } ], "release_date": "2024-08-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:47:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8885" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression" }, { "cve": "CVE-2024-47803", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-10-02T16:03:47.127227+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316137" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. Certain versions do not redact multi-line secret values in error messages generated for form submissions involving the `secretTextarea` form field.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Exposure of multi-line secrets through error messages", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47803" }, { "category": "external", "summary": "RHBZ#2316137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316137" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47803", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47803" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451" } ], "release_date": "2024-10-02T15:35:02.392000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:47:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8885" }, { "category": "workaround", "details": "Mitigation for this issue is ei ther not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Exposure of multi-line secrets through error messages" }, { "cve": "CVE-2024-47804", "cwe": { "id": "CWE-1220", "name": "Insufficient Granularity of Access Control" }, "discovery_date": "2024-10-02T16:01:28.440675+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316131" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. When attempting to create an item prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API, if either of these checks fail, Jenkins creates the item in memory and only deletes it from disk. This may allow an attacker with the Item/Configure permission to save the item, effectively bypassing the item creation restriction.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Item creation restriction bypass vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47804" }, { "category": "external", "summary": "RHBZ#2316131", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316131" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47804", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448" } ], "release_date": "2024-10-02T15:35:03.020000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T11:47:26+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8885" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-0:2.462.3.1729839727-3.el8.src", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.noarch", "8Base-OCP-Tools-4.14:jenkins-2-plugins-0:4.14.1729839844-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Item creation restriction bypass vulnerability" } ] }
rhsa-2024_8886
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for Openshift Jenkins is now available for Red Hat Product OCP Tools 4.12.\nRed Hat Product Security has rated this update as having a security impact of important.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating,\nis available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Jenkins is a continuous integration server that monitors executions of repeated\njobs, such as building a software project or jobs run by cron.\n\nSecurity Fix(es):\n\n* jenkins: Exposure of multi-line secrets through error messages (CVE-2024-47803)\n* jenkins: Item creation restriction bypass vulnerability (CVE-2024-47804)\n* jenkins: Enabling Secure Server Identity Checks for Safer SMTPS Communication (CVE-2021-44549)\n* jenkins: Denial of service when processing a specially crafted Spring Expression Language expression (CVE-2024-38808)\n* jenkins-2-plugins: jenkins-plugin/script-security: sandbox bypass via crafted constructor bodies (CVE-2024-34144)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments,\nand other related information, refer to the CVE page listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:8886", "url": "https://access.redhat.com/errata/RHSA-2024:8886" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8886.json" } ], "title": "Red Hat Security Advisory: Red Hat Product OCP Tools 4.12 Openshift Jenkins security update", "tracking": { "current_release_date": "2024-11-06T07:26:12+00:00", "generator": { "date": "2024-11-06T07:26:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:8886", "initial_release_date": "2024-11-05T12:07:46+00:00", "revision_history": [ { "date": "2024-11-05T12:07:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T12:07:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T07:26:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "OpenShift Developer Tools and Services for OCP 4.12", "product": { "name": "OpenShift Developer Tools and Services for OCP 4.12", "product_id": "8Base-OCP-Tools-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:ocp_tools:4.12::el8" } } } ], "category": "product_family", "name": "OpenShift Jenkins" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1730119132-3.el8.src", "product": { "name": "jenkins-0:2.462.3.1730119132-3.el8.src", "product_id": "jenkins-0:2.462.3.1730119132-3.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1730119132-3.el8?arch=src" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.12.1730119231-1.el8.src", "product": { "name": "jenkins-2-plugins-0:4.12.1730119231-1.el8.src", "product_id": "jenkins-2-plugins-0:4.12.1730119231-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.12.1730119231-1.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "jenkins-0:2.462.3.1730119132-3.el8.noarch", "product": { "name": "jenkins-0:2.462.3.1730119132-3.el8.noarch", "product_id": "jenkins-0:2.462.3.1730119132-3.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.462.3.1730119132-3.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "product": { "name": "jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "product_id": "jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.12.1730119231-1.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1730119132-3.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.12", "product_id": "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch" }, "product_reference": "jenkins-0:2.462.3.1730119132-3.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.462.3.1730119132-3.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.12", "product_id": "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src" }, "product_reference": "jenkins-0:2.462.3.1730119132-3.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.12", "product_id": "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch" }, "product_reference": "jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "relates_to_product_reference": "8Base-OCP-Tools-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.12.1730119231-1.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.12", "product_id": "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" }, "product_reference": "jenkins-2-plugins-0:4.12.1730119231-1.el8.src", "relates_to_product_reference": "8Base-OCP-Tools-4.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-44549", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2024-10-01T01:34:34.576000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2315808" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Apache Sling Commons Messaging Mail(angus-mail), which provides a simple interface for sending emails via SMTPS in OSGi, does not offer an option to enable server identity checks, leaving connections vulnerable to \"man-in-the-middle\" attacks and can allow insecure email communication.", "title": "Vulnerability description" }, { "category": "summary", "text": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability should be considered of important severity rather than moderate because it directly impacts the integrity and confidentiality of email communications over SMTPS. By disabling server identity checks, it leaves the communication channel vulnerable to \"man-in-the-middle\" (MITM) attacks, where an attacker could intercept, alter, or eavesdrop on email traffic by impersonating the legitimate mail server.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-44549" }, { "category": "external", "summary": "RHBZ#2315808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-44549", "url": "https://www.cve.org/CVERecord?id=CVE-2021-44549" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44549" } ], "release_date": "2023-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:07:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8886" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication" }, { "cve": "CVE-2024-34144", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-05-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2278820" } ], "notes": [ { "category": "description", "text": "A sandbox bypass vulnerability was found in the Jenkins Script Security Plugin involving crafted constructor bodies, enabling the circumvention of security restrictions. With crafted constructor bodies, this flaw allows authenticated attackers to define and execute sandboxed scripts, including Pipelines, bypassing sandbox protection mechanisms and executing arbitrary code within the context of the Jenkins controller JVM.\r\n\r\nThe Script Security Plugin features a sandbox functionality designed to enable users with limited privileges to create scripts, including Pipelines, which are generally safe for execution. This security mechanism intercepts calls within sandboxed scripts, referencing various allowlists to decide whether these calls should be permitted.\r\n\r\nThe vulnerabilities that allow for sandbox bypass have been identified in versions up to 1335.vf07d9ce377a_e of the Script Security Plugin. These vulnerabilities include:\r\n\r\n- Exploiting crafted constructor bodies that trigger other constructors, thereby allowing the construction of any subclassable type through implicit casts.\r\n- Utilizing Groovy classes defined within the sandbox that overshadow certain non-sandboxed classes, facilitating the creation of any subclassable type.\r\n\r\nThese vulnerabilities enable attackers, who have the permission to create and execute sandboxed scripts including Pipelines, to circumvent sandbox protections and execute arbitrary code within the context of the Jenkins controller JVM.\r\n\r\nThe fixed version of this script incorporates enhanced restrictions and sanity checks. These improvements ensure that calls to super constructors are intercepted by the sandbox, including:\r\n\r\n- Ensuring that calls to other constructors via \u0027this\u0027 are now appropriately managed within the sandbox.\r\n- No longer overlooking classes in packages that may be overshadowed by Groovy-defined classes when intercepting super constructor calls.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins-plugin/script-security: sandbox bypass via crafted constructor bodies", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a process being able to access resources outside an assigned sandbox.\n\nThe vulnerabilities that allow for sandbox bypass have been identified in versions up to 1335.vf07d9ce377a_e of the Script Security Plugin. These vulnerabilities include exploiting specially crafted constructor bodies, utilizing certain groovy classes.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34144" }, { "category": "external", "summary": "RHBZ#2278820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278820" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34144" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34144", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34144" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/05/02/3", "url": "http://www.openwall.com/lists/oss-security/2024/05/02/3" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-05-02/#SECURITY-3341", "url": "https://www.jenkins.io/security/advisory/2024-05-02/#SECURITY-3341" } ], "release_date": "2024-05-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:07:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8886" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jenkins-plugin/script-security: sandbox bypass via crafted constructor bodies" }, { "cve": "CVE-2024-38808", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-20T08:20:06.895124+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2305959" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Spring framework package. A maliciously crafted Spring Expression Language (SePL) may trigger uncontrolled CPU usage, leading to a denial of service in the application consuming it. To be considered vulnerable, one application has to evaluate user-supplied SpEL expressions.", "title": "Vulnerability description" }, { "category": "summary", "text": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-38808" }, { "category": "external", "summary": "RHBZ#2305959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305959" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38808", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38808" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38808" }, { "category": "external", "summary": "https://spring.io/security/cve-2024-38808", "url": "https://spring.io/security/cve-2024-38808" } ], "release_date": "2024-08-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:07:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8886" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spring-expression: Denial of service when processing a specially crafted Spring Expression Language expression" }, { "cve": "CVE-2024-47803", "cwe": { "id": "CWE-209", "name": "Generation of Error Message Containing Sensitive Information" }, "discovery_date": "2024-10-02T16:03:47.127227+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316137" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. Certain versions do not redact multi-line secret values in error messages generated for form submissions involving the `secretTextarea` form field.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Exposure of multi-line secrets through error messages", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47803" }, { "category": "external", "summary": "RHBZ#2316137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316137" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47803", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47803" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47803" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3451" } ], "release_date": "2024-10-02T15:35:02.392000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:07:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8886" }, { "category": "workaround", "details": "Mitigation for this issue is ei ther not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Exposure of multi-line secrets through error messages" }, { "cve": "CVE-2024-47804", "cwe": { "id": "CWE-1220", "name": "Insufficient Granularity of Access Control" }, "discovery_date": "2024-10-02T16:01:28.440675+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2316131" } ], "notes": [ { "category": "description", "text": "A flaw was found in Jenkins. When attempting to create an item prohibited by `ACL#hasCreatePermission2` or `TopLevelItemDescriptor#isApplicableIn(ItemGroup)` through the Jenkins CLI or the REST API, if either of these checks fail, Jenkins creates the item in memory and only deletes it from disk. This may allow an attacker with the Item/Configure permission to save the item, effectively bypassing the item creation restriction.", "title": "Vulnerability description" }, { "category": "summary", "text": "jenkins: Item creation restriction bypass vulnerability", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-47804" }, { "category": "external", "summary": "RHBZ#2316131", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2316131" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-47804", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47804" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47804" }, { "category": "external", "summary": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448", "url": "https://www.jenkins.io/security/advisory/2024-10-02/#SECURITY-3448" } ], "release_date": "2024-10-02T15:35:03.020000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T12:07:46+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8886" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-0:2.462.3.1730119132-3.el8.src", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.noarch", "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1730119231-1.el8.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jenkins: Item creation restriction bypass vulnerability" } ] }
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.