cve-2017-1000353
HIGH CVSS 8.1 csaf_redhat
Description
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.
Timeline
- Published
- 2017-04-26 00:00 UTC
- Last Modified
- 2025-11-21
CVSS Details
CVSS details not available.
Affected Products
No product information available.
Weaknesses (CWE)
References
No references available.
Linked Vulnerabilities
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright © Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"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": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2017/cve-2017-1000353.json"
}
],
"title": "jenkins: Unauthenticated remote code execution (SECURITY-429)",
"tracking": {
"current_release_date": "2025-11-21T10:46:50+00:00",
"generator": {
"date": "2025-11-21T10:46:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "CVE-2017-1000353",
"initial_release_date": "2017-04-26T00:00:00+00:00",
"revision_history": [
{
"date": "2017-04-26T00:00:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-01T16:22:59+00:00",
"number": "2",
"summary": "Current version"
},
{
"date": "2025-11-21T10:46:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Enterprise 2",
"product": {
"name": "Red Hat OpenShift Enterprise 2",
"product_id": "red_hat_openshift_enterprise_2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:2"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise 2"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Enterprise 3",
"product": {
"name": "Red Hat OpenShift Enterprise 3",
"product_id": "red_hat_openshift_enterprise_3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:3"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise 3"
},
{
"category": "product_version",
"name": "jenkins",
"product": {
"name": "jenkins",
"product_id": "jenkins",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jenkins?arch=src"
}
}
},
{
"category": "product_version",
"name": "jenkins.src",
"product": {
"name": "jenkins.src",
"product_id": "jenkins.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jenkins?arch=src"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins as a component of Red Hat OpenShift Enterprise 2",
"product_id": "red_hat_openshift_enterprise_2:jenkins"
},
"product_reference": "jenkins",
"relates_to_product_reference": "red_hat_openshift_enterprise_2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins as a component of Red Hat OpenShift Enterprise 3",
"product_id": "red_hat_openshift_enterprise_3:jenkins"
},
"product_reference": "jenkins",
"relates_to_product_reference": "red_hat_openshift_enterprise_3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins.src as a component of Red Hat OpenShift Enterprise 3",
"product_id": "red_hat_openshift_enterprise_3:jenkins.src"
},
"product_reference": "jenkins.src",
"relates_to_product_reference": "red_hat_openshift_enterprise_3"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"the Jenkins project"
]
}
],
"cve": "CVE-2017-1000353",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2017-04-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"red_hat_openshift_enterprise_3:jenkins",
"red_hat_openshift_enterprise_3:jenkins.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1446114"
}
],
"notes": [
{
"category": "description",
"text": "Jenkins versions 2.56 and earlier as well as 2.46.1 LTS and earlier are vulnerable to an unauthenticated remote code execution. An unauthenticated remote code execution vulnerability allowed attackers to transfer a serialized Java `SignedObject` object to the Jenkins CLI, that would be deserialized using a new `ObjectInputStream`, bypassing the existing blacklist-based protection mechanism. We're fixing this issue by adding `SignedObject` to the blacklist. We're also backporting the new HTTP CLI protocol from Jenkins 2.54 to LTS 2.46.2, and deprecating the remoting-based (i.e. Java serialization) CLI protocol, disabling it by default.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins: Unauthenticated remote code execution (SECURITY-429)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"known_affected": [
"red_hat_openshift_enterprise_2:jenkins"
],
"known_not_affected": [
"red_hat_openshift_enterprise_3:jenkins",
"red_hat_openshift_enterprise_3:jenkins.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000353"
},
{
"category": "external",
"summary": "RHBZ#1446114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1446114"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000353",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000353"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000353",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000353"
},
{
"category": "external",
"summary": "https://jenkins.io/security/advisory/2017-04-26/",
"url": "https://jenkins.io/security/advisory/2017-04-26/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2017-04-26T00:00:00+00:00",
"remediations": [
{
"category": "no_fix_planned",
"details": "Will not fix",
"product_ids": [
"red_hat_openshift_enterprise_2:jenkins"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"red_hat_openshift_enterprise_2:jenkins",
"red_hat_openshift_enterprise_3:jenkins",
"red_hat_openshift_enterprise_3:jenkins.src"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-10-02T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important",
"product_ids": [
"red_hat_openshift_enterprise_2:jenkins",
"red_hat_openshift_enterprise_3:jenkins",
"red_hat_openshift_enterprise_3:jenkins.src"
]
}
],
"title": "jenkins: Unauthenticated remote code execution (SECURITY-429)"
}
]
}
Enrichment data
Aggregated bundle (all enrichments)