gsd-2023-25765
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
In Jenkins Email Extension Plugin 2.93 and earlier, templates defined inside a folder were not subject to Script Security protection, allowing attackers able to define email templates in folders to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-25765", "id": "GSD-2023-25765" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-25765" ], "details": "In Jenkins Email Extension Plugin 2.93 and earlier, templates defined inside a folder were not subject to Script Security protection, allowing attackers able to define email templates in folders to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.", "id": "GSD-2023-25765", "modified": "2023-12-13T01:20:40.526376Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "jenkinsci-cert@googlegroups.com", "ID": "CVE-2023-25765", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Jenkins Email Extension Plugin", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "versions": [ { "lessThanOrEqual": "2.93", "status": "affected", "version": "unspecified", "versionType": "custom" }, { "status": "unaffected", "version": "2.89.0.1" } ] } } ] } } ] }, "vendor_name": "Jenkins Project" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In Jenkins Email Extension Plugin 2.93 and earlier, templates defined inside a folder were not subject to Script Security protection, allowing attackers able to define email templates in folders to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-2939", "refsource": "MISC", "url": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-2939" }, { "name": "http://www.openwall.com/lists/oss-security/2023/02/15/4", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2023/02/15/4" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "(,2.93]", "affected_versions": "All versions up to 2.93", "cwe_ids": [ "CWE-1035", "CWE-693", "CWE-78", "CWE-937" ], "date": "2023-02-15", "description": "In Jenkins Email Extension Plugin 2.93 and earlier, templates defined inside a folder were not subject to Script Security protection, allowing attackers able to define email templates in folders to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.", "fixed_versions": [], "identifier": "CVE-2023-25765", "identifiers": [ "GHSA-c9c2-wcxh-3w5j", "CVE-2023-25765" ], "not_impacted": "", "package_slug": "maven/org.jenkins-ci.plugins/email-ext", "pubdate": "2023-02-15", "solution": "Unfortunately, there is no solution available yet.", "title": "Protection Mechanism Failure", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-25765", "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-2939", "http://www.openwall.com/lists/oss-security/2023/02/15/4", "https://github.com/advisories/GHSA-c9c2-wcxh-3w5j" ], "uuid": "56cd75b9-5e89-4c5e-a577-156e2189bad5" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:jenkins:email_extension:*:*:*:*:*:jenkins:*:*", "cpe_name": [], "versionEndExcluding": "2.93.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "jenkinsci-cert@googlegroups.com", "ID": "CVE-2023-25765" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In Jenkins Email Extension Plugin 2.93 and earlier, templates defined inside a folder were not subject to Script Security protection, allowing attackers able to define email templates in folders to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-2939", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-2939" }, { "name": "[oss-security] 20230215 Multiple vulnerabilities in Jenkins plugins", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2023/02/15/4" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.9, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.1, "impactScore": 6.0 } }, "lastModifiedDate": "2023-11-03T02:00Z", "publishedDate": "2023-02-15T14:15Z" } } }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.