Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-21343 (GCVE-0-2021-21343)
Vulnerability from cvelistv5 – Published: 2021-03-22 23:40 – Updated: 2024-08-03 18:09{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T18:09:15.634Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"name": "[debian-lts-announce] 20210403 [SECURITY] [DLA 2616-1] libxstream-java security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"name": "[jmeter-dev] 20210406 [GitHub] [jmeter] sseide opened a new pull request #655: update x-stream to 1.4.16 (from 1.4.15)",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E"
},
{
"name": "[activemq-users] 20210427 Release date for ActiveMQ v5.16.2 to fix CVEs",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"name": "FEDORA-2021-fbad11014a",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"name": "FEDORA-2021-d894ca87dc",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "FEDORA-2021-5e376c0ed9",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"name": "DSA-5004",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN",
"x_transferred"
],
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "xstream",
"vendor": "x-stream",
"versions": [
{
"status": "affected",
"version": "\u003c 1.4.16"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-73",
"description": "CWE-73 External Control of File Name or Path",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-502",
"description": "CWE-502 Deserialization of Untrusted Data",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-02-07T14:41:15.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"name": "[debian-lts-announce] 20210403 [SECURITY] [DLA 2616-1] libxstream-java security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"name": "[jmeter-dev] 20210406 [GitHub] [jmeter] sseide opened a new pull request #655: update x-stream to 1.4.16 (from 1.4.15)",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E"
},
{
"name": "[activemq-users] 20210427 Release date for ActiveMQ v5.16.2 to fix CVEs",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"name": "FEDORA-2021-fbad11014a",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"name": "FEDORA-2021-d894ca87dc",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "FEDORA-2021-5e376c0ed9",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"name": "DSA-5004",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN"
],
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
}
],
"source": {
"advisory": "GHSA-74cv-f58x-f9wf",
"discovery": "UNKNOWN"
},
"title": "XStream is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling as long as the executing process has sufficient rights",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21343",
"STATE": "PUBLIC",
"TITLE": "XStream is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling as long as the executing process has sufficient rights"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "xstream",
"version": {
"version_data": [
{
"version_value": "\u003c 1.4.16"
}
]
}
}
]
},
"vendor_name": "x-stream"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-73 External Control of File Name or Path"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-502 Deserialization of Untrusted Data"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://x-stream.github.io/security.html#workaround",
"refsource": "MISC",
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"name": "http://x-stream.github.io/changes.html#1.4.16",
"refsource": "MISC",
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"name": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf",
"refsource": "CONFIRM",
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"name": "https://x-stream.github.io/CVE-2021-21343.html",
"refsource": "MISC",
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"name": "[debian-lts-announce] 20210403 [SECURITY] [DLA 2616-1] libxstream-java security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"name": "[jmeter-dev] 20210406 [GitHub] [jmeter] sseide opened a new pull request #655: update x-stream to 1.4.16 (from 1.4.15)",
"refsource": "MLIST",
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0@%3Cdev.jmeter.apache.org%3E"
},
{
"name": "[activemq-users] 20210427 Release date for ActiveMQ v5.16.2 to fix CVEs",
"refsource": "MLIST",
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd@%3Cusers.activemq.apache.org%3E"
},
{
"name": "https://security.netapp.com/advisory/ntap-20210430-0002/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"name": "https://www.oracle.com//security-alerts/cpujul2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"name": "FEDORA-2021-fbad11014a",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"name": "FEDORA-2021-d894ca87dc",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "FEDORA-2021-5e376c0ed9",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"name": "DSA-5004",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"name": "https://www.oracle.com/security-alerts/cpujan2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
}
]
},
"source": {
"advisory": "GHSA-74cv-f58x-f9wf",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-21343",
"datePublished": "2021-03-22T23:40:34.000Z",
"dateReserved": "2020-12-22T00:00:00.000Z",
"dateUpdated": "2024-08-03T18:09:15.634Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-21343",
"date": "2026-06-18",
"epss": "0.47594",
"percentile": "0.98696"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:xstream_project:xstream:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.4.16\", \"matchCriteriaId\": \"E3A13328-A34B-4FB7-AF93-822E53165528\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEECE5FC-CACF-4496-A3E7-164736409252\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A930E247-0B43-43CB-98FF-6CE7B8189835\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_enterprise_default_management:2.10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"74C7E2F1-17FC-4322-A5C3-F7EB612BA4F5\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_enterprise_default_management:2.12.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"320D36DA-D99F-4149-B582-3F4AB2F41A1B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_platform:2.4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C2BEE49E-A5AA-42D3-B422-460454505480\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_platform:2.7.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"645AA3D1-C8B5-4CD2-8ACE-31541FA267F0\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"AB9FC9AB-1070-420F-870E-A5EC43A924A4\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BDC6D658-09EA-4C41-869F-1C2EA163F751\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_virtual_account_management:14.2.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D1534C11-E3F5-49F3-8F8D-7C5C90951E69\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_virtual_account_management:14.3.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D952E04D-DE2D-4AE0-BFE6-7D9B7E55AC80\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:banking_virtual_account_management:14.5.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1111BCFD-E336-4B31-A87E-76C684AC6DE4\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:business_activity_monitoring:11.1.1.9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"CC723E79-8F35-417B-B9D9-6A707F74C1EE\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.3.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5700C2E9-5FF2-48EF-AD85-3C03EDA76536\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BA8461A2-428C-4817-92A9-0C671545698D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_billing_and_revenue_management_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"3784BE26-B268-40F3-9B10-88E50A4400AE\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_policy_management:12.5.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5312AC7A-3C16-4967-ACA6-317289A749D0\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1B58BCDA-E173-4D4A-A9C5-E9BFF7E57F58\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"0D299528-8EF0-49AF-9BDE-4B6C6B1DA36C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"17A91FD9-9F77-42D3-A4D9-48BC7568ADE1\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"539DA24F-E3E0-4455-84C6-A9D96CD601B3\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"A7637F8B-15F1-42E2-BE18-E1FF7C66587D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:retail_xstore_point_of_service:16.0.6:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"490B2C44-CECD-4551-B04F-4076D0E053C7\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:retail_xstore_point_of_service:17.0.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEC41EB8-73B4-4BDF-9321-F34EC0BAF9E6\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:retail_xstore_point_of_service:18.0.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"48EFC111-B01B-4C34-87E4-D6B2C40C0122\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:retail_xstore_point_of_service:19.0.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"073FEA23-E46A-4C73-9D29-95CFF4F5A59D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:webcenter_portal:11.1.1.9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D7756147-7168-4E03-93EE-31379F6BE88E\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:webcenter_portal:12.2.1.3.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D6A4F71A-4269-40FC-8F61-1D1301F2B728\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:webcenter_portal:12.2.1.4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5A502118-5B2B-47AE-82EC-1999BD841103\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.\"}, {\"lang\": \"es\", \"value\": \"XStream es una biblioteca de Java para serializar objetos a XML y viceversa.\u0026#xa0;En XStream anterior a la versi\\u00f3n 1.4.16, se presenta una vulnerabilidad en el que el flujo procesado en el momento de la descompensaci\\u00f3n contiene informaci\\u00f3n de tipo para recrear los objetos escritos anteriormente.\u0026#xa0;XStream crea, por tanto, nuevas instancias basadas en este tipo de informaci\\u00f3n.\u0026#xa0;Un atacante puede manipular el flujo de entrada procesado y reemplazar o inyectar objetos, que resulta en la eliminaci\\u00f3n de un archivo en el host local.\u0026#xa0;Ning\\u00fan usuario est\\u00e1 afectado, si sigui\\u00f3 la recomendaci\\u00f3n de configurar el framework de seguridad de XStream con una lista blanca limitada a los tipos m\\u00ednimos requeridos.\u0026#xa0;Si conf\\u00eda en la lista negra predeterminada de XStream del Framework de Seguridad, tendr\\u00e1 que usar al menos la versi\\u00f3n 1.4.16\"}]",
"id": "CVE-2021-21343",
"lastModified": "2024-11-21T05:48:04.137",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.6, \"impactScore\": 3.6}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:N/I:P/A:N\", \"baseScore\": 5.0, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 10.0, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2021-03-23T00:15:12.600",
"references": "[{\"url\": \"http://x-stream.github.io/changes.html#1.4.16\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210430-0002/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-5004\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com//security-alerts/cpujul2021.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpujan2022.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://x-stream.github.io/CVE-2021-21343.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://x-stream.github.io/security.html#workaround\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}, {\"url\": \"http://x-stream.github.io/changes.html#1.4.16\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210430-0002/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-5004\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com//security-alerts/cpujul2021.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpujan2022.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://x-stream.github.io/CVE-2021-21343.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://x-stream.github.io/security.html#workaround\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-73\"}, {\"lang\": \"en\", \"value\": \"CWE-502\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-21343\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-03-23T00:15:12.600\",\"lastModified\":\"2025-05-23T17:40:13.823\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.\"},{\"lang\":\"es\",\"value\":\"XStream es una biblioteca de Java para serializar objetos a XML y viceversa.\u0026#xa0;En XStream anterior a la versi\u00f3n 1.4.16, se presenta una vulnerabilidad en el que el flujo procesado en el momento de la descompensaci\u00f3n contiene informaci\u00f3n de tipo para recrear los objetos escritos anteriormente.\u0026#xa0;XStream crea, por tanto, nuevas instancias basadas en este tipo de informaci\u00f3n.\u0026#xa0;Un atacante puede manipular el flujo de entrada procesado y reemplazar o inyectar objetos, que resulta en la eliminaci\u00f3n de un archivo en el host local.\u0026#xa0;Ning\u00fan usuario est\u00e1 afectado, si sigui\u00f3 la recomendaci\u00f3n de configurar el framework de seguridad de XStream con una lista blanca limitada a los tipos m\u00ednimos requeridos.\u0026#xa0;Si conf\u00eda en la lista negra predeterminada de XStream del Framework de Seguridad, tendr\u00e1 que usar al menos la versi\u00f3n 1.4.16\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:P/A:N\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-73\"},{\"lang\":\"en\",\"value\":\"CWE-502\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F1BE6C1F-2565-4E97-92AA-16563E5660A5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.15.14\",\"matchCriteriaId\":\"08739311-087C-4B48-8FD5-DE4CCDD1DE2B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq:5.16.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"8DF1FC86-4D17-41C5-8307-B3EA9FEDA124\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:activemq:5.16.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"311BB335-06EE-4B7D-B1D7-FA0D1D2F9673\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:jmeter:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.5\",\"matchCriteriaId\":\"0D7DFDE4-E63D-49A0-A4EF-D6C5EF06AFD9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:xstream:xstream:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.4.16\",\"matchCriteriaId\":\"61951B4B-1970-447E-AEFA-BFD5E7992640\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_enterprise_default_management:2.10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"74C7E2F1-17FC-4322-A5C3-F7EB612BA4F5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_enterprise_default_management:2.12.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"320D36DA-D99F-4149-B582-3F4AB2F41A1B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_platform:2.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C2BEE49E-A5AA-42D3-B422-460454505480\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_platform:2.7.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"645AA3D1-C8B5-4CD2-8ACE-31541FA267F0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AB9FC9AB-1070-420F-870E-A5EC43A924A4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BDC6D658-09EA-4C41-869F-1C2EA163F751\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_virtual_account_management:14.2.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D1534C11-E3F5-49F3-8F8D-7C5C90951E69\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_virtual_account_management:14.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D952E04D-DE2D-4AE0-BFE6-7D9B7E55AC80\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:banking_virtual_account_management:14.5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1111BCFD-E336-4B31-A87E-76C684AC6DE4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_activity_monitoring:11.1.1.9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC723E79-8F35-417B-B9D9-6A707F74C1EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5700C2E9-5FF2-48EF-AD85-3C03EDA76536\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BA8461A2-428C-4817-92A9-0C671545698D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_billing_and_revenue_management_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"3784BE26-B268-40F3-9B10-88E50A4400AE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_policy_management:12.5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5312AC7A-3C16-4967-ACA6-317289A749D0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1B58BCDA-E173-4D4A-A9C5-E9BFF7E57F58\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D299528-8EF0-49AF-9BDE-4B6C6B1DA36C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"17A91FD9-9F77-42D3-A4D9-48BC7568ADE1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"539DA24F-E3E0-4455-84C6-A9D96CD601B3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A7637F8B-15F1-42E2-BE18-E1FF7C66587D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:retail_xstore_point_of_service:16.0.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"490B2C44-CECD-4551-B04F-4076D0E053C7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:retail_xstore_point_of_service:17.0.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEC41EB8-73B4-4BDF-9321-F34EC0BAF9E6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:retail_xstore_point_of_service:18.0.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"48EFC111-B01B-4C34-87E4-D6B2C40C0122\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:retail_xstore_point_of_service:19.0.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"073FEA23-E46A-4C73-9D29-95CFF4F5A59D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:webcenter_portal:11.1.1.9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D7756147-7168-4E03-93EE-31379F6BE88E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:webcenter_portal:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D6A4F71A-4269-40FC-8F61-1D1301F2B728\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:webcenter_portal:12.2.1.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5A502118-5B2B-47AE-82EC-1999BD841103\"}]}]}],\"references\":[{\"url\":\"http://x-stream.github.io/changes.html#1.4.16\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\",\"Issue Tracking\",\"Mailing List\"]},{\"url\":\"https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\",\"Issue Tracking\",\"Mailing List\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210430-0002/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-5004\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://www.oracle.com//security-alerts/cpujul2021.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujan2022.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://x-stream.github.io/CVE-2021-21343.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://x-stream.github.io/security.html#workaround\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"http://x-stream.github.io/changes.html#1.4.16\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Issue Tracking\",\"Mailing List\"]},{\"url\":\"https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Issue Tracking\",\"Mailing List\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210430-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-5004\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]},{\"url\":\"https://www.oracle.com//security-alerts/cpujul2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujan2022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://x-stream.github.io/CVE-2021-21343.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://x-stream.github.io/security.html#workaround\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]}]}}"
}
}
CERTFR-2021-AVI-943
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges, un déni de service à distance et une injection de code indirecte à distance (XSS).
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Spectrum | IBM Spectrum Protect Server versions 8.1.x antérieures à 8.1.13 | ||
| IBM | Spectrum | IBM Spectrum Protect Client versions 7.1.x antérieures à 7.1.8.12 | ||
| IBM | Spectrum | IBM Spectrum Protect Client versions 8.1.x antérieures à 8.1.13 | ||
| IBM | N/A | Rational Developer for i (RDi) RPG and COBOL + Modernization Tools, Java Edition toutes versions | ||
| IBM | Spectrum | IBM Spectrum Copy Data Management version 2.2.x antérieures à 2.2.14 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus versions 10.1.x antérieures à 10.1.9 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Protect Server versions 8.1.x ant\u00e9rieures \u00e0 8.1.13",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Client versions 7.1.x ant\u00e9rieures \u00e0 7.1.8.12",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Client versions 8.1.x ant\u00e9rieures \u00e0 8.1.13",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Rational Developer for i (RDi) RPG and COBOL + Modernization Tools, Java Edition toutes versions",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Copy Data Management version 2.2.x ant\u00e9rieures \u00e0 2.2.14",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus versions 10.1.x ant\u00e9rieures \u00e0 10.1.9",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2021-39154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39154"
},
{
"name": "CVE-2021-21343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21343"
},
{
"name": "CVE-2021-38947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38947"
},
{
"name": "CVE-2021-32027",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32027"
},
{
"name": "CVE-2021-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21348"
},
{
"name": "CVE-2021-29505",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29505"
},
{
"name": "CVE-2021-39146",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39146"
},
{
"name": "CVE-2021-33502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33502"
},
{
"name": "CVE-2020-13956",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13956"
},
{
"name": "CVE-2020-10673",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10673"
},
{
"name": "CVE-2020-35728",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35728"
},
{
"name": "CVE-2020-26258",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26258"
},
{
"name": "CVE-2020-36181",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36181"
},
{
"name": "CVE-2020-36182",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36182"
},
{
"name": "CVE-2020-24616",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24616"
},
{
"name": "CVE-2021-22940",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22940"
},
{
"name": "CVE-2020-10683",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10683"
},
{
"name": "CVE-2021-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21344"
},
{
"name": "CVE-2020-36185",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36185"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2021-39149",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39149"
},
{
"name": "CVE-2021-39065",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39065"
},
{
"name": "CVE-2020-36179",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36179"
},
{
"name": "CVE-2020-26259",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26259"
},
{
"name": "CVE-2021-39139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39139"
},
{
"name": "CVE-2021-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21341"
},
{
"name": "CVE-2020-36186",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36186"
},
{
"name": "CVE-2020-36189",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36189"
},
{
"name": "CVE-2021-39064",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39064"
},
{
"name": "CVE-2021-39054",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39054"
},
{
"name": "CVE-2021-20190",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20190"
},
{
"name": "CVE-2021-35516",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35516"
},
{
"name": "CVE-2021-39147",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39147"
},
{
"name": "CVE-2021-39152",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39152"
},
{
"name": "CVE-2021-22939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22939"
},
{
"name": "CVE-2019-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14893"
},
{
"name": "CVE-2021-33197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33197"
},
{
"name": "CVE-2020-11113",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11113"
},
{
"name": "CVE-2021-39145",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39145"
},
{
"name": "CVE-2021-37713",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37713"
},
{
"name": "CVE-2021-35517",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35517"
},
{
"name": "CVE-2021-35065",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35065"
},
{
"name": "CVE-2020-14314",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14314"
},
{
"name": "CVE-2021-39144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39144"
},
{
"name": "CVE-2020-10672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10672"
},
{
"name": "CVE-2021-37712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37712"
},
{
"name": "CVE-2020-10969",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10969"
},
{
"name": "CVE-2021-3711",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3711"
},
{
"name": "CVE-2021-21347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21347"
},
{
"name": "CVE-2020-36187",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36187"
},
{
"name": "CVE-2021-36090",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36090"
},
{
"name": "CVE-2020-26217",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26217"
},
{
"name": "CVE-2021-39151",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39151"
},
{
"name": "CVE-2020-11620",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11620"
},
{
"name": "CVE-2020-14385",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14385"
},
{
"name": "CVE-2021-21346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21346"
},
{
"name": "CVE-2020-24750",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24750"
},
{
"name": "CVE-2021-39148",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39148"
},
{
"name": "CVE-2021-21351",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21351"
},
{
"name": "CVE-2021-21345",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21345"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2020-14195",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14195"
},
{
"name": "CVE-2021-33909",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33909"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3715"
},
{
"name": "CVE-2020-14061",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14061"
},
{
"name": "CVE-2021-32028",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32028"
},
{
"name": "CVE-2020-11619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11619"
},
{
"name": "CVE-2020-36183",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36183"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2019-10172",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10172"
},
{
"name": "CVE-2021-39052",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39052"
},
{
"name": "CVE-2021-39150",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39150"
},
{
"name": "CVE-2020-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36184"
},
{
"name": "CVE-2021-22931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22931"
},
{
"name": "CVE-2021-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21349"
},
{
"name": "CVE-2020-36180",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36180"
},
{
"name": "CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"name": "CVE-2021-3712",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3712"
},
{
"name": "CVE-2021-39134",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39134"
},
{
"name": "CVE-2021-39140",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39140"
},
{
"name": "CVE-2021-39058",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39058"
},
{
"name": "CVE-2020-10968",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10968"
},
{
"name": "CVE-2021-39153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39153"
},
{
"name": "CVE-2020-25649",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25649"
},
{
"name": "CVE-2021-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21342"
},
{
"name": "CVE-2021-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23368"
},
{
"name": "CVE-2021-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39135"
},
{
"name": "CVE-2021-35515",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35515"
},
{
"name": "CVE-2021-29060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29060"
},
{
"name": "CVE-2021-32029",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32029"
},
{
"name": "CVE-2021-21350",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21350"
},
{
"name": "CVE-2020-11112",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11112"
},
{
"name": "CVE-2020-7656",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7656"
},
{
"name": "CVE-2020-11111",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11111"
},
{
"name": "CVE-2020-28469",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28469"
},
{
"name": "CVE-2021-39053",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39053"
},
{
"name": "CVE-2021-33195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33195"
},
{
"name": "CVE-2020-14060",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14060"
},
{
"name": "CVE-2020-36188",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36188"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2019-14892",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14892"
},
{
"name": "CVE-2021-39141",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39141"
},
{
"name": "CVE-2020-14062",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14062"
}
],
"links": [],
"reference": "CERTFR-2021-AVI-943",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2021-12-13T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une\nex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges, un\nd\u00e9ni de service \u00e0 distance et une injection de code indirecte \u00e0 distance\n(XSS).\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6525034 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6525034"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6525250 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6525250"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6525260 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6525260"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6524712 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6524712"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6525674 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6525674"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6524908 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6524908"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6525554 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6525554"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6525182 du 10 d\u00e9cembre 2021",
"url": "https://www.ibm.com/support/pages/node/6525182"
}
]
}
CERTFR-2021-AVI-948
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits SAP. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| SAP | N/A | SAP UI 700 version 2.0 | ||
| SAP | N/A | SAP Knowledge Warehouse versions 7.30, 7.31, 7.40 et 7.50 | ||
| SAP | N/A | SAP GRC Access Control versions V1100_700, V1100_731 et V1200_750 | ||
| SAP | N/A | SAP UI versions 7.5, 7.51, 7.52, 7.53 et 7.54 | ||
| SAP | N/A | SAP Business Client version 6.5 | ||
| SAP | N/A | SAP S/4HANA versions 1511, 1610, 1709, 1809, 1909, 2020 et 2021 | ||
| SAP | N/A | SAP 3D Visual Enterprise Viewer version 9 | ||
| SAP | N/A | SAP Commerce version 2001 | ||
| SAP | N/A | SAP Commerce versions 1905, 2005, 2105 et 2011 | ||
| SAP | N/A | SAP Landscape Transformation version 2.0 | ||
| SAP | N/A | SAF-T Framework versions SAP_FIN 617, 618, 720, 730, SAP_APPL 600, 602, 603, 604, 605, 606, S4CORE 102, 103, 104 et 105 | ||
| SAP | N/A | SAP Web Dispatcher and Internet Communication Manager versions KRNL32NUC 7.21, 7.21EXT, 7.22, 7.22EXT, KRNL32UC 7.21, 7.21EXT, 7.22, 7.22EXT, KRNL64NUC 7.21, 7.21EXT, 7.22, 7.22EXT, 7.49, KRNL64UC 7.21, 7.21EXT, 7.22, 7.22EXT, 7.49, 7.53, 7.73, WEBDISP 7.53, 7.73, 7.77, 7.81, 7.82, 7.83, KERNEL 7.21, 7.22, 7.49, 7.53, 7.73, 7.77, 7.81, 7.82, 7.83 | ||
| SAP | N/A | SAP LTRS for S/4HANA version 1.0 | ||
| SAP | N/A | SAP Test Data Migration Server version 4.0 | ||
| SAP | Replication Server | SAP LT Replication Server versions 2.0 et 3.0 | ||
| SAP | N/A | SAP Business One version 10 | ||
| SAP | N/A | SAP ABAP Server & ABAP Platform (Translation Tools) versions 701, 740,750,751,752,753,754,755,756 et 804 | ||
| SAP | SAP BusinessObjects Business Intelligence | SAP BusinessObjects Business Intelligence Platform version 420 | ||
| SAP | N/A | SAP NetWeaver AS ABAP versions 700, 701, 702, 710, 711, 730, 731, 740, 750, 751, 752, 753, 754, 755 et 756 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SAP UI 700 version 2.0",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Knowledge Warehouse versions 7.30, 7.31, 7.40 et 7.50",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP GRC Access Control versions V1100_700, V1100_731 et V1200_750",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP UI versions 7.5, 7.51, 7.52, 7.53 et 7.54",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Business Client version 6.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP S/4HANA versions 1511, 1610, 1709, 1809, 1909, 2020 et 2021",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP 3D Visual Enterprise Viewer version 9",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Commerce version 2001",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Commerce versions 1905, 2005, 2105 et 2011",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Landscape Transformation version 2.0",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAF-T Framework versions SAP_FIN 617, 618, 720, 730, SAP_APPL 600, 602, 603, 604, 605, 606, S4CORE 102, 103, 104 et 105",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Web Dispatcher and Internet Communication Manager versions KRNL32NUC 7.21, 7.21EXT, 7.22, 7.22EXT, KRNL32UC 7.21, 7.21EXT, 7.22, 7.22EXT, KRNL64NUC 7.21, 7.21EXT, 7.22, 7.22EXT, 7.49, KRNL64UC 7.21, 7.21EXT, 7.22, 7.22EXT, 7.49, 7.53, 7.73, WEBDISP 7.53, 7.73, 7.77, 7.81, 7.82, 7.83, KERNEL 7.21, 7.22, 7.49, 7.53, 7.73, 7.77, 7.81, 7.82, 7.83",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP LTRS for S/4HANA version 1.0",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Test Data Migration Server version 4.0",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP LT Replication Server versions 2.0 et 3.0",
"product": {
"name": "Replication Server",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP Business One version 10",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP ABAP Server \u0026 ABAP Platform (Translation Tools) versions 701, 740,750,751,752,753,754,755,756 et 804",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP BusinessObjects Business Intelligence Platform version 420",
"product": {
"name": "SAP BusinessObjects Business Intelligence",
"vendor": {
"name": "SAP",
"scada": false
}
}
},
{
"description": "SAP NetWeaver AS ABAP versions 700, 701, 702, 710, 711, 730, 731, 740, 750, 751, 752, 753, 754, 755 et 756",
"product": {
"name": "N/A",
"vendor": {
"name": "SAP",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2021-21343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21343"
},
{
"name": "CVE-2021-44233",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44233"
},
{
"name": "CVE-2021-42063",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42063"
},
{
"name": "CVE-2021-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21348"
},
{
"name": "CVE-2021-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21344"
},
{
"name": "CVE-2021-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21341"
},
{
"name": "CVE-2021-38176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38176"
},
{
"name": "CVE-2021-44231",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44231"
},
{
"name": "CVE-2019-0388",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0388"
},
{
"name": "CVE-2021-44235",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44235"
},
{
"name": "CVE-2021-42061",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42061"
},
{
"name": "CVE-2021-21347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21347"
},
{
"name": "CVE-2021-21346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21346"
},
{
"name": "CVE-2021-33683",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33683"
},
{
"name": "CVE-2021-42069",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42069"
},
{
"name": "CVE-2021-21351",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21351"
},
{
"name": "CVE-2021-21345",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21345"
},
{
"name": "CVE-2021-42070",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42070"
},
{
"name": "CVE-2021-37714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37714"
},
{
"name": "CVE-2021-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21349"
},
{
"name": "CVE-2021-42064",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42064"
},
{
"name": "CVE-2021-44232",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44232"
},
{
"name": "CVE-2021-42068",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42068"
},
{
"name": "CVE-2021-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21342"
},
{
"name": "CVE-2021-42066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42066"
},
{
"name": "CVE-2021-21350",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21350"
}
],
"links": [],
"reference": "CERTFR-2021-AVI-948",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2021-12-14T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits SAP.\nElles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code\narbitraire \u00e0 distance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits SAP",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 SAP du 14 d\u00e9cembre 2021",
"url": "https://wiki.scn.sap.com/wiki/display/PSR/SAP+Security+Patch+Day+-+December+2021"
}
]
}
CERTFR-2021-AVI-951
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux de RedHat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service et une atteinte à l'intégrité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 8.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat JBoss Middleware Text-Only Advisories for MIDDLEWARE 1 x86_64 | ||
| SolarWinds | Platform | Red Hat OpenShift Container Platform for Power 4.8 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat Integration Text-Only Advisories x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 8.4 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 8.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server (for IBM Power LE) - Update Services for SAP Solutions 8.4 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV - Telecommunications Update Service 8.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 8.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Update Services for SAP Solutions 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat Openshift Application Runtimes Text-Only Advisories x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat Integration - Camel K 1 x86_64 | ||
| SolarWinds | Platform | Red Hat OpenShift Container Platform 4.8 for RHEL 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 8.4 ppc64le | ||
| Red Hat | N/A | Red Hat Fuse 1 x86_64 | ||
| SolarWinds | Platform | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.8 for RHEL 8 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 8.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time - Telecommunications Update Service 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat JBoss Data Grid Text-Only Advisories x86_64 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux Server - AUS 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat JBoss Middleware Text-Only Advisories for MIDDLEWARE 1 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.8 for RHEL 8 ppc64le",
"product": {
"name": "Platform",
"vendor": {
"name": "SolarWinds",
"scada": false
}
}
},
{
"description": "Red Hat Integration Text-Only Advisories x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 8.4 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 8.4 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server (for IBM Power LE) - Update Services for SAP Solutions 8.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV - Telecommunications Update Service 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 8.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Update Services for SAP Solutions 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Openshift Application Runtimes Text-Only Advisories x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 8.4 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Integration - Camel K 1 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.8 for RHEL 8 x86_64",
"product": {
"name": "Platform",
"vendor": {
"name": "SolarWinds",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 8.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Fuse 1 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.8 for RHEL 8 s390x",
"product": {
"name": "Platform",
"vendor": {
"name": "SolarWinds",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 8.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time - Telecommunications Update Service 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat JBoss Data Grid Text-Only Advisories x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2020-27223",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27223"
},
{
"name": "CVE-2020-27218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27218"
},
{
"name": "CVE-2021-21343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21343"
},
{
"name": "CVE-2021-29425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29425"
},
{
"name": "CVE-2021-21409",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21409"
},
{
"name": "CVE-2021-22118",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22118"
},
{
"name": "CVE-2020-2875",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2875"
},
{
"name": "CVE-2021-3536",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3536"
},
{
"name": "CVE-2021-28169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28169"
},
{
"name": "CVE-2021-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21348"
},
{
"name": "CVE-2020-11988",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11988"
},
{
"name": "CVE-2020-35510",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35510"
},
{
"name": "CVE-2021-45606",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45606"
},
{
"name": "CVE-2020-2934",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2934"
},
{
"name": "CVE-2021-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21344"
},
{
"name": "CVE-2020-26259",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26259"
},
{
"name": "CVE-2021-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3597"
},
{
"name": "CVE-2021-28170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28170"
},
{
"name": "CVE-2021-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21341"
},
{
"name": "CVE-2020-13949",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13949"
},
{
"name": "CVE-2021-4104",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4104"
},
{
"name": "CVE-2021-3690",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3690"
},
{
"name": "CVE-2020-17521",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-17521"
},
{
"name": "CVE-2021-22696",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22696"
},
{
"name": "CVE-2021-28163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28163"
},
{
"name": "CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"name": "CVE-2020-9488",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9488"
},
{
"name": "CVE-2021-21347",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21347"
},
{
"name": "CVE-2021-27568",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27568"
},
{
"name": "CVE-2020-26217",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26217"
},
{
"name": "CVE-2021-37136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
},
{
"name": "CVE-2021-23926",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23926"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"name": "CVE-2021-21295",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21295"
},
{
"name": "CVE-2021-21346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21346"
},
{
"name": "CVE-2021-30468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30468"
},
{
"name": "CVE-2021-21351",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21351"
},
{
"name": "CVE-2021-21345",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21345"
},
{
"name": "CVE-2020-28491",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28491"
},
{
"name": "CVE-2021-45046",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45046"
},
{
"name": "CVE-2021-37714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37714"
},
{
"name": "CVE-2019-12415",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12415"
},
{
"name": "CVE-2021-20218",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20218"
},
{
"name": "CVE-2020-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27782"
},
{
"name": "CVE-2021-30129",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30129"
},
{
"name": "CVE-2020-17527",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-17527"
},
{
"name": "CVE-2021-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21349"
},
{
"name": "CVE-2021-44228",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
},
{
"name": "CVE-2020-13943",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13943"
},
{
"name": "CVE-2020-15522",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15522"
},
{
"name": "CVE-2021-28164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28164"
},
{
"name": "CVE-2020-11987",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11987"
},
{
"name": "CVE-2021-21290",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
},
{
"name": "CVE-2021-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21342"
},
{
"name": "CVE-2021-3629",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3629"
},
{
"name": "CVE-2021-21350",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21350"
},
{
"name": "CVE-2021-34428",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34428"
}
],
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5101 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHBA-2021:5101"
}
],
"reference": "CERTFR-2021-AVI-951",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2021-12-15T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de\nRedHat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer\nune ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service et une\natteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de RedHat",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5130 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5130"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHBA-2021:5114 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHBA-2021:5114"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5138 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5138"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5132 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5132"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5126 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5126"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5134 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5134"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5133 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5133"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5108 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5108"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 RedHat RHSA-2021:5093 du 14 d\u00e9cembre 2021",
"url": "https://access.redhat.com/errata/RHSA-2021:5093"
}
]
}
厂商已发布了漏洞修复程序,请及时关注更新: https://x-stream.github.io/download.html
| Name | XStream XStream <1.4.16 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2021-21343",
"cveUrl": "https://nvd.nist.gov/vuln/detail/CVE-2021-21343"
}
},
"description": "XStream\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u57fa\u4e8eJava\u5e93\uff0cJava\u5bf9\u8c61\u5e8f\u5217\u5316\u5230xml\uff0c\u53cd\u4e4b\u4ea6\u7136(\u5373\uff1a\u53ef\u4ee5\u8f7b\u6613\u7684\u5c06Java\u5bf9\u8c61\u548cxml\u6587\u6863\u76f8\u4e92\u8f6c\u6362)\u3002\n\nXStream\u5b58\u5728\u4efb\u610f\u6587\u4ef6\u5220\u9664\u6f0f\u6d1e\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u64cd\u7eb5\u5df2\u5904\u7406\u7684\u8f93\u5165\u6d41\u5e76\u66ff\u6362\u6216\u6ce8\u5165\u5bf9\u8c61\uff0c\u4ece\u800c\u53ef\u4ee5\u5220\u9664\u672c\u5730\u4e3b\u673a\u4e0a\u7684\u4efb\u610f\u6587\u4ef6\u3002",
"formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u4e86\u6f0f\u6d1e\u4fee\u590d\u7a0b\u5e8f\uff0c\u8bf7\u53ca\u65f6\u5173\u6ce8\u66f4\u65b0\uff1a\r\nhttps://x-stream.github.io/download.html",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2021-28336",
"openTime": "2021-04-13",
"patchDescription": "XStream\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u57fa\u4e8eJava\u5e93\uff0cJava\u5bf9\u8c61\u5e8f\u5217\u5316\u5230xml\uff0c\u53cd\u4e4b\u4ea6\u7136(\u5373\uff1a\u53ef\u4ee5\u8f7b\u6613\u7684\u5c06Java\u5bf9\u8c61\u548cxml\u6587\u6863\u76f8\u4e92\u8f6c\u6362)\u3002\r\n\r\nXStream\u5b58\u5728\u4efb\u610f\u6587\u4ef6\u5220\u9664\u6f0f\u6d1e\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u64cd\u7eb5\u5df2\u5904\u7406\u7684\u8f93\u5165\u6d41\u5e76\u66ff\u6362\u6216\u6ce8\u5165\u5bf9\u8c61\uff0c\u4ece\u800c\u53ef\u4ee5\u5220\u9664\u672c\u5730\u4e3b\u673a\u4e0a\u7684\u4efb\u610f\u6587\u4ef6\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "XStream\u4efb\u610f\u6587\u4ef6\u5220\u9664\u6f0f\u6d1e\uff08CNVD-2021-28336\uff09\u7684\u8865\u4e01",
"products": {
"product": "XStream XStream \u003c1.4.16"
},
"referenceLink": "https://x-stream.github.io/security.html#workaround",
"serverity": "\u4e2d",
"submitTime": "2021-03-15",
"title": "XStream\u4efb\u610f\u6587\u4ef6\u5220\u9664\u6f0f\u6d1e\uff08CNVD-2021-28336\uff09"
}
FKIE_CVE-2021-21343
Vulnerability from fkie_nvd - Published: 2021-03-23 00:15 - Updated: 2026-06-17 03:357.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
{
"affected": [
{
"affectedData": [
{
"product": "xstream",
"vendor": "x-stream",
"versions": [
{
"status": "affected",
"version": "\u003c 1.4.16"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*",
"matchCriteriaId": "F1BE6C1F-2565-4E97-92AA-16563E5660A5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apache:activemq:*:*:*:*:*:*:*:*",
"matchCriteriaId": "08739311-087C-4B48-8FD5-DE4CCDD1DE2B",
"versionEndExcluding": "5.15.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:apache:activemq:5.16.0:*:*:*:*:*:*:*",
"matchCriteriaId": "8DF1FC86-4D17-41C5-8307-B3EA9FEDA124",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:apache:activemq:5.16.1:*:*:*:*:*:*:*",
"matchCriteriaId": "311BB335-06EE-4B7D-B1D7-FA0D1D2F9673",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:apache:jmeter:*:*:*:*:*:*:*:*",
"matchCriteriaId": "0D7DFDE4-E63D-49A0-A4EF-D6C5EF06AFD9",
"versionEndExcluding": "5.5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:xstream:xstream:*:*:*:*:*:*:*:*",
"matchCriteriaId": "61951B4B-1970-447E-AEFA-BFD5E7992640",
"versionEndExcluding": "1.4.16",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*",
"matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*",
"matchCriteriaId": "A930E247-0B43-43CB-98FF-6CE7B8189835",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:oracle:banking_enterprise_default_management:2.10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "74C7E2F1-17FC-4322-A5C3-F7EB612BA4F5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_enterprise_default_management:2.12.0:*:*:*:*:*:*:*",
"matchCriteriaId": "320D36DA-D99F-4149-B582-3F4AB2F41A1B",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_platform:2.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "C2BEE49E-A5AA-42D3-B422-460454505480",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_platform:2.7.1:*:*:*:*:*:*:*",
"matchCriteriaId": "645AA3D1-C8B5-4CD2-8ACE-31541FA267F0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "AB9FC9AB-1070-420F-870E-A5EC43A924A4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:*",
"matchCriteriaId": "BDC6D658-09EA-4C41-869F-1C2EA163F751",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_virtual_account_management:14.2.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D1534C11-E3F5-49F3-8F8D-7C5C90951E69",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_virtual_account_management:14.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D952E04D-DE2D-4AE0-BFE6-7D9B7E55AC80",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:banking_virtual_account_management:14.5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "1111BCFD-E336-4B31-A87E-76C684AC6DE4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_activity_monitoring:11.1.1.9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "CC723E79-8F35-417B-B9D9-6A707F74C1EE",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "5700C2E9-5FF2-48EF-AD85-3C03EDA76536",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "BA8461A2-428C-4817-92A9-0C671545698D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_billing_and_revenue_management_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "3784BE26-B268-40F3-9B10-88E50A4400AE",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_policy_management:12.5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "5312AC7A-3C16-4967-ACA6-317289A749D0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.2:*:*:*:*:*:*:*",
"matchCriteriaId": "1B58BCDA-E173-4D4A-A9C5-E9BFF7E57F58",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.4:*:*:*:*:*:*:*",
"matchCriteriaId": "0D299528-8EF0-49AF-9BDE-4B6C6B1DA36C",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*",
"matchCriteriaId": "17A91FD9-9F77-42D3-A4D9-48BC7568ADE1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "539DA24F-E3E0-4455-84C6-A9D96CD601B3",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*",
"matchCriteriaId": "A7637F8B-15F1-42E2-BE18-E1FF7C66587D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:retail_xstore_point_of_service:16.0.6:*:*:*:*:*:*:*",
"matchCriteriaId": "490B2C44-CECD-4551-B04F-4076D0E053C7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:retail_xstore_point_of_service:17.0.4:*:*:*:*:*:*:*",
"matchCriteriaId": "DEC41EB8-73B4-4BDF-9321-F34EC0BAF9E6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:retail_xstore_point_of_service:18.0.3:*:*:*:*:*:*:*",
"matchCriteriaId": "48EFC111-B01B-4C34-87E4-D6B2C40C0122",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:retail_xstore_point_of_service:19.0.2:*:*:*:*:*:*:*",
"matchCriteriaId": "073FEA23-E46A-4C73-9D29-95CFF4F5A59D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:webcenter_portal:11.1.1.9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D7756147-7168-4E03-93EE-31379F6BE88E",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:webcenter_portal:12.2.1.3.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D6A4F71A-4269-40FC-8F61-1D1301F2B728",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:webcenter_portal:12.2.1.4.0:*:*:*:*:*:*:*",
"matchCriteriaId": "5A502118-5B2B-47AE-82EC-1999BD841103",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16."
},
{
"lang": "es",
"value": "XStream es una biblioteca de Java para serializar objetos a XML y viceversa.\u0026#xa0;En XStream anterior a la versi\u00f3n 1.4.16, se presenta una vulnerabilidad en el que el flujo procesado en el momento de la descompensaci\u00f3n contiene informaci\u00f3n de tipo para recrear los objetos escritos anteriormente.\u0026#xa0;XStream crea, por tanto, nuevas instancias basadas en este tipo de informaci\u00f3n.\u0026#xa0;Un atacante puede manipular el flujo de entrada procesado y reemplazar o inyectar objetos, que resulta en la eliminaci\u00f3n de un archivo en el host local.\u0026#xa0;Ning\u00fan usuario est\u00e1 afectado, si sigui\u00f3 la recomendaci\u00f3n de configurar el framework de seguridad de XStream con una lista blanca limitada a los tipos m\u00ednimos requeridos.\u0026#xa0;Si conf\u00eda en la lista negra predeterminada de XStream del Framework de Seguridad, tendr\u00e1 que usar al menos la versi\u00f3n 1.4.16"
}
],
"id": "CVE-2021-21343",
"lastModified": "2026-06-17T03:35:20.527",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.6,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2021-03-23T00:15:12.600",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking",
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking",
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking",
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd%40%3Cusers.activemq.apache.org%3E"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking",
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0%40%3Cdev.jmeter.apache.org%3E"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://x-stream.github.io/security.html#workaround"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-73"
},
{
"lang": "en",
"value": "CWE-502"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-74CV-F58X-F9WF
Vulnerability from github – Published: 2021-03-22 23:28 – Updated: 2022-02-08 21:32Impact
The processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types.
Patches
If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16.
Workarounds
See workarounds for the different versions covering all CVEs.
References
See full information about the nature of the vulnerability and the steps to reproduce it in XStream's documentation for CVE-2021-21343.
Credits
钟潦贵 (Liaogui Zhong) found and reported the issue to XStream and provided the required information to reproduce it.
For more information
If you have any questions or comments about this advisory: * Open an issue in XStream * Contact us at XStream Google Group
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.thoughtworks.xstream:xstream"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.16"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2021-21343"
],
"database_specific": {
"cwe_ids": [
"CWE-502",
"CWE-73"
],
"github_reviewed": true,
"github_reviewed_at": "2021-03-22T23:23:36Z",
"nvd_published_at": "2021-03-23T00:15:00Z",
"severity": "MODERATE"
},
"details": "### Impact\nThe processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types.\n\n### Patches\nIf you rely on XStream\u0027s default blacklist of the [Security Framework](https://x-stream.github.io/security.html#framework), you will have to use at least version 1.4.16.\n\n### Workarounds\nSee [workarounds](https://x-stream.github.io/security.html#workaround) for the different versions covering all CVEs.\n\n### References\nSee full information about the nature of the vulnerability and the steps to reproduce it in XStream\u0027s documentation for [CVE-2021-21343](https://x-stream.github.io/CVE-2021-21343.html).\n\n### Credits\n\u949f\u6f66\u8d35 (Liaogui Zhong) found and reported the issue to XStream and provided the required information to reproduce it.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [XStream](https://github.com/x-stream/xstream/issues)\n* Contact us at [XStream Google Group](https://groups.google.com/group/xstream-user)",
"id": "GHSA-74cv-f58x-f9wf",
"modified": "2022-02-08T21:32:55Z",
"published": "2021-03-22T23:28:13Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21343"
},
{
"type": "PACKAGE",
"url": "https://github.com/x-stream/xstream"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd@%3Cusers.activemq.apache.org%3E"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0@%3Cdev.jmeter.apache.org%3E"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20210430-0002"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"type": "WEB",
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"type": "WEB",
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
},
{
"type": "WEB",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"type": "WEB",
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"type": "WEB",
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"type": "WEB",
"url": "http://x-stream.github.io/changes.html#1.4.16"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "XStream is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling as long as the executing process has sufficient rights"
}
GSD-2021-21343
Vulnerability from gsd - Updated: 2023-12-13 01:23{
"GSD": {
"alias": "CVE-2021-21343",
"description": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"id": "GSD-2021-21343",
"references": [
"https://www.suse.com/security/cve/CVE-2021-21343.html",
"https://www.debian.org/security/2021/dsa-5004",
"https://access.redhat.com/errata/RHSA-2021:5134",
"https://access.redhat.com/errata/RHSA-2021:4918",
"https://access.redhat.com/errata/RHSA-2021:4767",
"https://access.redhat.com/errata/RHSA-2021:2476",
"https://access.redhat.com/errata/RHSA-2021:2475",
"https://access.redhat.com/errata/RHSA-2021:2139",
"https://ubuntu.com/security/CVE-2021-21343",
"https://advisories.mageia.org/CVE-2021-21343.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2021-21343"
],
"details": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"id": "GSD-2021-21343",
"modified": "2023-12-13T01:23:10.526443Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21343",
"STATE": "PUBLIC",
"TITLE": "XStream is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling as long as the executing process has sufficient rights"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "xstream",
"version": {
"version_data": [
{
"version_value": "\u003c 1.4.16"
}
]
}
}
]
},
"vendor_name": "x-stream"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-73 External Control of File Name or Path"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-502 Deserialization of Untrusted Data"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://x-stream.github.io/security.html#workaround",
"refsource": "MISC",
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"name": "http://x-stream.github.io/changes.html#1.4.16",
"refsource": "MISC",
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"name": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf",
"refsource": "CONFIRM",
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"name": "https://x-stream.github.io/CVE-2021-21343.html",
"refsource": "MISC",
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"name": "[debian-lts-announce] 20210403 [SECURITY] [DLA 2616-1] libxstream-java security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"name": "[jmeter-dev] 20210406 [GitHub] [jmeter] sseide opened a new pull request #655: update x-stream to 1.4.16 (from 1.4.15)",
"refsource": "MLIST",
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0@%3Cdev.jmeter.apache.org%3E"
},
{
"name": "[activemq-users] 20210427 Release date for ActiveMQ v5.16.2 to fix CVEs",
"refsource": "MLIST",
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd@%3Cusers.activemq.apache.org%3E"
},
{
"name": "https://security.netapp.com/advisory/ntap-20210430-0002/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"name": "https://www.oracle.com//security-alerts/cpujul2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"name": "FEDORA-2021-fbad11014a",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"name": "FEDORA-2021-d894ca87dc",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "FEDORA-2021-5e376c0ed9",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"name": "DSA-5004",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"name": "https://www.oracle.com/security-alerts/cpujan2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
}
]
},
"source": {
"advisory": "GHSA-74cv-f58x-f9wf",
"discovery": "UNKNOWN"
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "(,1.4.16)",
"affected_versions": "All versions before 1.4.16",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-502",
"CWE-937"
],
"date": "2022-02-16",
"description": "XStream is a Java library to serialize objects to XML and back again. In XStream, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information.",
"fixed_versions": [
"1.4.16"
],
"identifier": "CVE-2021-21343",
"identifiers": [
"CVE-2021-21343",
"GHSA-74cv-f58x-f9wf"
],
"not_impacted": "All versions starting from 1.4.16",
"package_slug": "maven/com.thoughtworks.xstream/xstream",
"pubdate": "2021-03-23",
"solution": "Upgrade to version 1.4.16 or above.",
"title": "Deserialization of Untrusted Data",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2021-21343"
],
"uuid": "8ebef801-4748-4eae-90c8-7daf27a38cd2"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:xstream_project:xstream:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.4.16",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_enterprise_default_management:2.10.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_enterprise_default_management:2.12.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_platform:2.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_platform:2.7.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_platform:2.9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_platform:2.12.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_virtual_account_management:14.2.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_virtual_account_management:14.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:banking_virtual_account_management:14.5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_activity_monitoring:11.1.1.9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:business_activity_monitoring:12.2.1.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_billing_and_revenue_management_elastic_charging_engine:12.0.0.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_policy_management:12.5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.4:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.3.5:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:retail_xstore_point_of_service:16.0.6:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:retail_xstore_point_of_service:17.0.4:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:retail_xstore_point_of_service:18.0.3:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:retail_xstore_point_of_service:19.0.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:webcenter_portal:11.1.1.9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:webcenter_portal:12.2.1.3.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:webcenter_portal:12.2.1.4.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21343"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-502"
},
{
"lang": "en",
"value": "CWE-73"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "http://x-stream.github.io/changes.html#1.4.16",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "http://x-stream.github.io/changes.html#1.4.16"
},
{
"name": "https://x-stream.github.io/security.html#workaround",
"refsource": "MISC",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://x-stream.github.io/security.html#workaround"
},
{
"name": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/x-stream/xstream/security/advisories/GHSA-74cv-f58x-f9wf"
},
{
"name": "https://x-stream.github.io/CVE-2021-21343.html",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://x-stream.github.io/CVE-2021-21343.html"
},
{
"name": "[debian-lts-announce] 20210403 [SECURITY] [DLA 2616-1] libxstream-java security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00002.html"
},
{
"name": "[jmeter-dev] 20210406 [GitHub] [jmeter] sseide opened a new pull request #655: update x-stream to 1.4.16 (from 1.4.15)",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.apache.org/thread.html/r9ac71b047767205aa22e3a08cb33f3e0586de6b2fac48b425c6e16b0@%3Cdev.jmeter.apache.org%3E"
},
{
"name": "[activemq-users] 20210427 Release date for ActiveMQ v5.16.2 to fix CVEs",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.apache.org/thread.html/r8244fd0831db894d5e89911ded9c72196d395a90ae655414d23ed0dd@%3Cusers.activemq.apache.org%3E"
},
{
"name": "https://security.netapp.com/advisory/ntap-20210430-0002/",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20210430-0002/"
},
{
"name": "N/A",
"refsource": "N/A",
"tags": [
"Third Party Advisory"
],
"url": "https://www.oracle.com//security-alerts/cpujul2021.html"
},
{
"name": "FEDORA-2021-fbad11014a",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22KVR6B5IZP3BGQ3HPWIO2FWWCKT3DHP/"
},
{
"name": "FEDORA-2021-d894ca87dc",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGXIU3YDPG6OGTDHMBLAFN7BPBERXREB/"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "FEDORA-2021-5e376c0ed9",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVPHZA7VW2RRSDCOIPP2W6O5ND254TU7/"
},
{
"name": "DSA-5004",
"refsource": "DEBIAN",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2021/dsa-5004"
},
{
"name": "https://www.oracle.com/security-alerts/cpujan2022.html",
"refsource": "MISC",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujan2022.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2022-02-16T14:50Z",
"publishedDate": "2021-03-23T00:15Z"
}
}
}
OPENSUSE-SU-2021:0832-1
Vulnerability from csaf_opensuse - Published: 2021-06-03 17:33 - Updated: 2021-06-03 17:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xstream",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xstream fixes the following issues:\n\n- Upgrade to 1.4.16\n- CVE-2021-21351: remote attacker to load and execute arbitrary code (bsc#1184796)\n- CVE-2021-21349: SSRF can lead to a remote attacker to request data from internal resources (bsc#1184797)\n- CVE-2021-21350: arbitrary code execution (bsc#1184380)\n- CVE-2021-21348: remote attacker could cause denial of service by consuming maximum CPU time (bsc#1184374)\n- CVE-2021-21347: remote attacker to load and execute arbitrary code from a remote host (bsc#1184378)\n- CVE-2021-21344: remote attacker could load and execute arbitrary code from a remote host (bsc#1184375)\n- CVE-2021-21342: server-side forgery (bsc#1184379)\n- CVE-2021-21341: remote attacker could cause a denial of service by allocating 100% CPU time (bsc#1184377)\n- CVE-2021-21346: remote attacker could load and execute arbitrary code (bsc#1184373)\n- CVE-2021-21345: remote attacker with sufficient rights could execute commands (bsc#1184372)\n- CVE-2021-21343: replace or inject objects, that result in the deletion of files on the local host (bsc#1184376)\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2021-832",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_0832-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2021:0832-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KO2SBWPIR6ZPUOQHOD4PSDGYT53T5TZY/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2021:0832-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KO2SBWPIR6ZPUOQHOD4PSDGYT53T5TZY/"
},
{
"category": "self",
"summary": "SUSE Bug 1184372",
"url": "https://bugzilla.suse.com/1184372"
},
{
"category": "self",
"summary": "SUSE Bug 1184373",
"url": "https://bugzilla.suse.com/1184373"
},
{
"category": "self",
"summary": "SUSE Bug 1184374",
"url": "https://bugzilla.suse.com/1184374"
},
{
"category": "self",
"summary": "SUSE Bug 1184375",
"url": "https://bugzilla.suse.com/1184375"
},
{
"category": "self",
"summary": "SUSE Bug 1184376",
"url": "https://bugzilla.suse.com/1184376"
},
{
"category": "self",
"summary": "SUSE Bug 1184377",
"url": "https://bugzilla.suse.com/1184377"
},
{
"category": "self",
"summary": "SUSE Bug 1184378",
"url": "https://bugzilla.suse.com/1184378"
},
{
"category": "self",
"summary": "SUSE Bug 1184379",
"url": "https://bugzilla.suse.com/1184379"
},
{
"category": "self",
"summary": "SUSE Bug 1184380",
"url": "https://bugzilla.suse.com/1184380"
},
{
"category": "self",
"summary": "SUSE Bug 1184796",
"url": "https://bugzilla.suse.com/1184796"
},
{
"category": "self",
"summary": "SUSE Bug 1184797",
"url": "https://bugzilla.suse.com/1184797"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21341 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21342 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21342/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21344 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21344/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21345 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21346 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21347 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21348 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21348/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21349 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21349/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21350 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21351 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21351/"
}
],
"title": "Security update for xstream",
"tracking": {
"current_release_date": "2021-06-03T17:33:26Z",
"generator": {
"date": "2021-06-03T17:33:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2021:0832-1",
"initial_release_date": "2021-06-03T17:33:26Z",
"revision_history": [
{
"date": "2021-06-03T17:33:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xstream-1.4.16-lp152.2.6.1.noarch",
"product": {
"name": "xstream-1.4.16-lp152.2.6.1.noarch",
"product_id": "xstream-1.4.16-lp152.2.6.1.noarch"
}
},
{
"category": "product_version",
"name": "xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"product": {
"name": "xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"product_id": "xstream-benchmark-1.4.16-lp152.2.6.1.noarch"
}
},
{
"category": "product_version",
"name": "xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"product": {
"name": "xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"product_id": "xstream-javadoc-1.4.16-lp152.2.6.1.noarch"
}
},
{
"category": "product_version",
"name": "xstream-parent-1.4.16-lp152.2.6.1.noarch",
"product": {
"name": "xstream-parent-1.4.16-lp152.2.6.1.noarch",
"product_id": "xstream-parent-1.4.16-lp152.2.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.2",
"product": {
"name": "openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-1.4.16-lp152.2.6.1.noarch as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch"
},
"product_reference": "xstream-1.4.16-lp152.2.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-benchmark-1.4.16-lp152.2.6.1.noarch as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch"
},
"product_reference": "xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-javadoc-1.4.16-lp152.2.6.1.noarch as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch"
},
"product_reference": "xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-parent-1.4.16-lp152.2.6.1.noarch as component of openSUSE Leap 15.2",
"product_id": "openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
},
"product_reference": "xstream-parent-1.4.16-lp152.2.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-21341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21341"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21341",
"url": "https://www.suse.com/security/cve/CVE-2021-21341"
},
{
"category": "external",
"summary": "SUSE Bug 1184377 for CVE-2021-21341",
"url": "https://bugzilla.suse.com/1184377"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "moderate"
}
],
"title": "CVE-2021-21341"
},
{
"cve": "CVE-2021-21342",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21342"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery request. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21342",
"url": "https://www.suse.com/security/cve/CVE-2021-21342"
},
{
"category": "external",
"summary": "SUSE Bug 1184379 for CVE-2021-21342",
"url": "https://bugzilla.suse.com/1184379"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21342"
},
{
"cve": "CVE-2021-21343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21343"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21343",
"url": "https://www.suse.com/security/cve/CVE-2021-21343"
},
{
"category": "external",
"summary": "SUSE Bug 1184376 for CVE-2021-21343",
"url": "https://bugzilla.suse.com/1184376"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "moderate"
}
],
"title": "CVE-2021-21343"
},
{
"cve": "CVE-2021-21344",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21344"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21344",
"url": "https://www.suse.com/security/cve/CVE-2021-21344"
},
{
"category": "external",
"summary": "SUSE Bug 1184375 for CVE-2021-21344",
"url": "https://bugzilla.suse.com/1184375"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21344"
},
{
"cve": "CVE-2021-21345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21345"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker who has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21345",
"url": "https://www.suse.com/security/cve/CVE-2021-21345"
},
{
"category": "external",
"summary": "SUSE Bug 1184372 for CVE-2021-21345",
"url": "https://bugzilla.suse.com/1184372"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21345"
},
{
"cve": "CVE-2021-21346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21346"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21346",
"url": "https://www.suse.com/security/cve/CVE-2021-21346"
},
{
"category": "external",
"summary": "SUSE Bug 1184373 for CVE-2021-21346",
"url": "https://bugzilla.suse.com/1184373"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21346"
},
{
"cve": "CVE-2021-21347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21347"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21347",
"url": "https://www.suse.com/security/cve/CVE-2021-21347"
},
{
"category": "external",
"summary": "SUSE Bug 1184378 for CVE-2021-21347",
"url": "https://bugzilla.suse.com/1184378"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21347"
},
{
"cve": "CVE-2021-21348",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21348"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to occupy a thread that consumes maximum CPU time and will never return. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21348",
"url": "https://www.suse.com/security/cve/CVE-2021-21348"
},
{
"category": "external",
"summary": "SUSE Bug 1184374 for CVE-2021-21348",
"url": "https://bugzilla.suse.com/1184374"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "moderate"
}
],
"title": "CVE-2021-21348"
},
{
"cve": "CVE-2021-21349",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21349"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21349",
"url": "https://www.suse.com/security/cve/CVE-2021-21349"
},
{
"category": "external",
"summary": "SUSE Bug 1184797 for CVE-2021-21349",
"url": "https://bugzilla.suse.com/1184797"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "moderate"
}
],
"title": "CVE-2021-21349"
},
{
"cve": "CVE-2021-21350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21350"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to execute arbitrary code only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21350",
"url": "https://www.suse.com/security/cve/CVE-2021-21350"
},
{
"category": "external",
"summary": "SUSE Bug 1184380 for CVE-2021-21350",
"url": "https://bugzilla.suse.com/1184380"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21350"
},
{
"cve": "CVE-2021-21351",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21351"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21351",
"url": "https://www.suse.com/security/cve/CVE-2021-21351"
},
{
"category": "external",
"summary": "SUSE Bug 1184796 for CVE-2021-21351",
"url": "https://bugzilla.suse.com/1184796"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.2:xstream-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-benchmark-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-javadoc-1.4.16-lp152.2.6.1.noarch",
"openSUSE Leap 15.2:xstream-parent-1.4.16-lp152.2.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-06-03T17:33:26Z",
"details": "important"
}
],
"title": "CVE-2021-21351"
}
]
}
OPENSUSE-SU-2021:1840-1
Vulnerability from csaf_opensuse - Published: 2021-07-11 08:25 - Updated: 2021-07-11 08:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xstream",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xstream fixes the following issues:\n\n- Upgrade to 1.4.16\n- CVE-2021-21351: remote attacker to load and execute arbitrary code (bsc#1184796)\n- CVE-2021-21349: SSRF can lead to a remote attacker to request data from internal resources (bsc#1184797)\n- CVE-2021-21350: arbitrary code execution (bsc#1184380)\n- CVE-2021-21348: remote attacker could cause denial of service by consuming maximum CPU time (bsc#1184374)\n- CVE-2021-21347: remote attacker to load and execute arbitrary code from a remote host (bsc#1184378)\n- CVE-2021-21344: remote attacker could load and execute arbitrary code from a remote host (bsc#1184375)\n- CVE-2021-21342: server-side forgery (bsc#1184379)\n- CVE-2021-21341: remote attacker could cause a denial of service by allocating 100% CPU time (bsc#1184377)\n- CVE-2021-21346: remote attacker could load and execute arbitrary code (bsc#1184373)\n- CVE-2021-21345: remote attacker with sufficient rights could execute commands (bsc#1184372)\n- CVE-2021-21343: replace or inject objects, that result in the deletion of files on the local host (bsc#1184376)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-SLE-15.3-2021-1840",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2021_1840-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2021:1840-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/APETSNTGJFG76V7J5X4K4LWA77F5743O/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2021:1840-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/APETSNTGJFG76V7J5X4K4LWA77F5743O/"
},
{
"category": "self",
"summary": "SUSE Bug 1184372",
"url": "https://bugzilla.suse.com/1184372"
},
{
"category": "self",
"summary": "SUSE Bug 1184373",
"url": "https://bugzilla.suse.com/1184373"
},
{
"category": "self",
"summary": "SUSE Bug 1184374",
"url": "https://bugzilla.suse.com/1184374"
},
{
"category": "self",
"summary": "SUSE Bug 1184375",
"url": "https://bugzilla.suse.com/1184375"
},
{
"category": "self",
"summary": "SUSE Bug 1184376",
"url": "https://bugzilla.suse.com/1184376"
},
{
"category": "self",
"summary": "SUSE Bug 1184377",
"url": "https://bugzilla.suse.com/1184377"
},
{
"category": "self",
"summary": "SUSE Bug 1184378",
"url": "https://bugzilla.suse.com/1184378"
},
{
"category": "self",
"summary": "SUSE Bug 1184379",
"url": "https://bugzilla.suse.com/1184379"
},
{
"category": "self",
"summary": "SUSE Bug 1184380",
"url": "https://bugzilla.suse.com/1184380"
},
{
"category": "self",
"summary": "SUSE Bug 1184796",
"url": "https://bugzilla.suse.com/1184796"
},
{
"category": "self",
"summary": "SUSE Bug 1184797",
"url": "https://bugzilla.suse.com/1184797"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21341 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21342 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21342/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21344 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21344/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21345 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21346 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21347 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21348 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21348/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21349 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21349/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21350 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21351 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21351/"
}
],
"title": "Security update for xstream",
"tracking": {
"current_release_date": "2021-07-11T08:25:40Z",
"generator": {
"date": "2021-07-11T08:25:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2021:1840-1",
"initial_release_date": "2021-07-11T08:25:40Z",
"revision_history": [
{
"date": "2021-07-11T08:25:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xstream-1.4.16-3.8.1.noarch",
"product": {
"name": "xstream-1.4.16-3.8.1.noarch",
"product_id": "xstream-1.4.16-3.8.1.noarch"
}
},
{
"category": "product_version",
"name": "xstream-benchmark-1.4.16-3.8.1.noarch",
"product": {
"name": "xstream-benchmark-1.4.16-3.8.1.noarch",
"product_id": "xstream-benchmark-1.4.16-3.8.1.noarch"
}
},
{
"category": "product_version",
"name": "xstream-javadoc-1.4.16-3.8.1.noarch",
"product": {
"name": "xstream-javadoc-1.4.16-3.8.1.noarch",
"product_id": "xstream-javadoc-1.4.16-3.8.1.noarch"
}
},
{
"category": "product_version",
"name": "xstream-parent-1.4.16-3.8.1.noarch",
"product": {
"name": "xstream-parent-1.4.16-3.8.1.noarch",
"product_id": "xstream-parent-1.4.16-3.8.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-1.4.16-3.8.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch"
},
"product_reference": "xstream-1.4.16-3.8.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-benchmark-1.4.16-3.8.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch"
},
"product_reference": "xstream-benchmark-1.4.16-3.8.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-javadoc-1.4.16-3.8.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch"
},
"product_reference": "xstream-javadoc-1.4.16-3.8.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-parent-1.4.16-3.8.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
},
"product_reference": "xstream-parent-1.4.16-3.8.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-21341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21341"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21341",
"url": "https://www.suse.com/security/cve/CVE-2021-21341"
},
{
"category": "external",
"summary": "SUSE Bug 1184377 for CVE-2021-21341",
"url": "https://bugzilla.suse.com/1184377"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "moderate"
}
],
"title": "CVE-2021-21341"
},
{
"cve": "CVE-2021-21342",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21342"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery request. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21342",
"url": "https://www.suse.com/security/cve/CVE-2021-21342"
},
{
"category": "external",
"summary": "SUSE Bug 1184379 for CVE-2021-21342",
"url": "https://bugzilla.suse.com/1184379"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21342"
},
{
"cve": "CVE-2021-21343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21343"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21343",
"url": "https://www.suse.com/security/cve/CVE-2021-21343"
},
{
"category": "external",
"summary": "SUSE Bug 1184376 for CVE-2021-21343",
"url": "https://bugzilla.suse.com/1184376"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "moderate"
}
],
"title": "CVE-2021-21343"
},
{
"cve": "CVE-2021-21344",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21344"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21344",
"url": "https://www.suse.com/security/cve/CVE-2021-21344"
},
{
"category": "external",
"summary": "SUSE Bug 1184375 for CVE-2021-21344",
"url": "https://bugzilla.suse.com/1184375"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21344"
},
{
"cve": "CVE-2021-21345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21345"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker who has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21345",
"url": "https://www.suse.com/security/cve/CVE-2021-21345"
},
{
"category": "external",
"summary": "SUSE Bug 1184372 for CVE-2021-21345",
"url": "https://bugzilla.suse.com/1184372"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21345"
},
{
"cve": "CVE-2021-21346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21346"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21346",
"url": "https://www.suse.com/security/cve/CVE-2021-21346"
},
{
"category": "external",
"summary": "SUSE Bug 1184373 for CVE-2021-21346",
"url": "https://bugzilla.suse.com/1184373"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21346"
},
{
"cve": "CVE-2021-21347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21347"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21347",
"url": "https://www.suse.com/security/cve/CVE-2021-21347"
},
{
"category": "external",
"summary": "SUSE Bug 1184378 for CVE-2021-21347",
"url": "https://bugzilla.suse.com/1184378"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21347"
},
{
"cve": "CVE-2021-21348",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21348"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to occupy a thread that consumes maximum CPU time and will never return. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21348",
"url": "https://www.suse.com/security/cve/CVE-2021-21348"
},
{
"category": "external",
"summary": "SUSE Bug 1184374 for CVE-2021-21348",
"url": "https://bugzilla.suse.com/1184374"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "moderate"
}
],
"title": "CVE-2021-21348"
},
{
"cve": "CVE-2021-21349",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21349"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21349",
"url": "https://www.suse.com/security/cve/CVE-2021-21349"
},
{
"category": "external",
"summary": "SUSE Bug 1184797 for CVE-2021-21349",
"url": "https://bugzilla.suse.com/1184797"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "moderate"
}
],
"title": "CVE-2021-21349"
},
{
"cve": "CVE-2021-21350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21350"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to execute arbitrary code only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21350",
"url": "https://www.suse.com/security/cve/CVE-2021-21350"
},
{
"category": "external",
"summary": "SUSE Bug 1184380 for CVE-2021-21350",
"url": "https://bugzilla.suse.com/1184380"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21350"
},
{
"cve": "CVE-2021-21351",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21351"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21351",
"url": "https://www.suse.com/security/cve/CVE-2021-21351"
},
{
"category": "external",
"summary": "SUSE Bug 1184796 for CVE-2021-21351",
"url": "https://bugzilla.suse.com/1184796"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:xstream-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-benchmark-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-javadoc-1.4.16-3.8.1.noarch",
"openSUSE Leap 15.3:xstream-parent-1.4.16-3.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-07-11T08:25:40Z",
"details": "important"
}
],
"title": "CVE-2021-21351"
}
]
}
OPENSUSE-SU-2024:10592-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "xstream-1.4.18-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the xstream-1.4.18-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-10592",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10592-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-3674 page",
"url": "https://www.suse.com/security/cve/CVE-2016-3674/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-7957 page",
"url": "https://www.suse.com/security/cve/CVE-2017-7957/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26217 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26217/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26258 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26258/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-26259 page",
"url": "https://www.suse.com/security/cve/CVE-2020-26259/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21341 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21342 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21342/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21343 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21343/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21344 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21344/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21345 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21345/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21346 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21347 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21348 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21348/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21349 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21349/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21350 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21351 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21351/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-29505 page",
"url": "https://www.suse.com/security/cve/CVE-2021-29505/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-39139 page",
"url": "https://www.suse.com/security/cve/CVE-2021-39139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-39144 page",
"url": "https://www.suse.com/security/cve/CVE-2021-39144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-39147 page",
"url": "https://www.suse.com/security/cve/CVE-2021-39147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-39150 page",
"url": "https://www.suse.com/security/cve/CVE-2021-39150/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-39153 page",
"url": "https://www.suse.com/security/cve/CVE-2021-39153/"
}
],
"title": "xstream-1.4.18-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:10592-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xstream-1.4.18-1.1.aarch64",
"product": {
"name": "xstream-1.4.18-1.1.aarch64",
"product_id": "xstream-1.4.18-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xstream-benchmark-1.4.18-1.1.aarch64",
"product": {
"name": "xstream-benchmark-1.4.18-1.1.aarch64",
"product_id": "xstream-benchmark-1.4.18-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xstream-javadoc-1.4.18-1.1.aarch64",
"product": {
"name": "xstream-javadoc-1.4.18-1.1.aarch64",
"product_id": "xstream-javadoc-1.4.18-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xstream-parent-1.4.18-1.1.aarch64",
"product": {
"name": "xstream-parent-1.4.18-1.1.aarch64",
"product_id": "xstream-parent-1.4.18-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xstream-1.4.18-1.1.ppc64le",
"product": {
"name": "xstream-1.4.18-1.1.ppc64le",
"product_id": "xstream-1.4.18-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xstream-benchmark-1.4.18-1.1.ppc64le",
"product": {
"name": "xstream-benchmark-1.4.18-1.1.ppc64le",
"product_id": "xstream-benchmark-1.4.18-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xstream-javadoc-1.4.18-1.1.ppc64le",
"product": {
"name": "xstream-javadoc-1.4.18-1.1.ppc64le",
"product_id": "xstream-javadoc-1.4.18-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xstream-parent-1.4.18-1.1.ppc64le",
"product": {
"name": "xstream-parent-1.4.18-1.1.ppc64le",
"product_id": "xstream-parent-1.4.18-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "xstream-1.4.18-1.1.s390x",
"product": {
"name": "xstream-1.4.18-1.1.s390x",
"product_id": "xstream-1.4.18-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xstream-benchmark-1.4.18-1.1.s390x",
"product": {
"name": "xstream-benchmark-1.4.18-1.1.s390x",
"product_id": "xstream-benchmark-1.4.18-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xstream-javadoc-1.4.18-1.1.s390x",
"product": {
"name": "xstream-javadoc-1.4.18-1.1.s390x",
"product_id": "xstream-javadoc-1.4.18-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xstream-parent-1.4.18-1.1.s390x",
"product": {
"name": "xstream-parent-1.4.18-1.1.s390x",
"product_id": "xstream-parent-1.4.18-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "xstream-1.4.18-1.1.x86_64",
"product": {
"name": "xstream-1.4.18-1.1.x86_64",
"product_id": "xstream-1.4.18-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xstream-benchmark-1.4.18-1.1.x86_64",
"product": {
"name": "xstream-benchmark-1.4.18-1.1.x86_64",
"product_id": "xstream-benchmark-1.4.18-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xstream-javadoc-1.4.18-1.1.x86_64",
"product": {
"name": "xstream-javadoc-1.4.18-1.1.x86_64",
"product_id": "xstream-javadoc-1.4.18-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xstream-parent-1.4.18-1.1.x86_64",
"product": {
"name": "xstream-parent-1.4.18-1.1.x86_64",
"product_id": "xstream-parent-1.4.18-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-1.4.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64"
},
"product_reference": "xstream-1.4.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-1.4.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le"
},
"product_reference": "xstream-1.4.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-1.4.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x"
},
"product_reference": "xstream-1.4.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-1.4.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64"
},
"product_reference": "xstream-1.4.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-benchmark-1.4.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64"
},
"product_reference": "xstream-benchmark-1.4.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-benchmark-1.4.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le"
},
"product_reference": "xstream-benchmark-1.4.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-benchmark-1.4.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x"
},
"product_reference": "xstream-benchmark-1.4.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-benchmark-1.4.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64"
},
"product_reference": "xstream-benchmark-1.4.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-javadoc-1.4.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64"
},
"product_reference": "xstream-javadoc-1.4.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-javadoc-1.4.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le"
},
"product_reference": "xstream-javadoc-1.4.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-javadoc-1.4.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x"
},
"product_reference": "xstream-javadoc-1.4.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-javadoc-1.4.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64"
},
"product_reference": "xstream-javadoc-1.4.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-parent-1.4.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64"
},
"product_reference": "xstream-parent-1.4.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-parent-1.4.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le"
},
"product_reference": "xstream-parent-1.4.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-parent-1.4.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x"
},
"product_reference": "xstream-parent-1.4.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xstream-parent-1.4.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
},
"product_reference": "xstream-parent-1.4.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-3674",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-3674"
}
],
"notes": [
{
"category": "general",
"text": "Multiple XML external entity (XXE) vulnerabilities in the (1) Dom4JDriver, (2) DomDriver, (3) JDomDriver, (4) JDom2Driver, (5) SjsxpDriver, (6) StandardStaxDriver, and (7) WstxDriver drivers in XStream before 1.4.9 allow remote attackers to read arbitrary files via a crafted XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-3674",
"url": "https://www.suse.com/security/cve/CVE-2016-3674"
},
{
"category": "external",
"summary": "SUSE Bug 972950 for CVE-2016-3674",
"url": "https://bugzilla.suse.com/972950"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2016-3674"
},
{
"cve": "CVE-2017-7957",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-7957"
}
],
"notes": [
{
"category": "general",
"text": "XStream through 1.4.9, when a certain denyTypes workaround is not used, mishandles attempts to create an instance of the primitive type \u0027void\u0027 during unmarshalling, leading to a remote application crash, as demonstrated by an xstream.fromXML(\"\u003cvoid/\u003e\") call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-7957",
"url": "https://www.suse.com/security/cve/CVE-2017-7957"
},
{
"category": "external",
"summary": "SUSE Bug 1070731 for CVE-2017-7957",
"url": "https://bugzilla.suse.com/1070731"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2017-7957"
},
{
"cve": "CVE-2020-26217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26217"
}
],
"notes": [
{
"category": "general",
"text": "XStream before version 1.4.14 is vulnerable to Remote Code Execution.The vulnerability may allow a remote attacker to run arbitrary shell commands only by manipulating the processed input stream. Only users who rely on blocklists are affected. Anyone using XStream\u0027s Security Framework allowlist is not affected. The linked advisory provides code workarounds for users who cannot upgrade. The issue is fixed in version 1.4.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26217",
"url": "https://www.suse.com/security/cve/CVE-2020-26217"
},
{
"category": "external",
"summary": "SUSE Bug 1180994 for CVE-2020-26217",
"url": "https://bugzilla.suse.com/1180994"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-26217"
},
{
"cve": "CVE-2020-26258",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26258"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, a Server-Side Forgery Request vulnerability can be activated when unmarshalling. The vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist if running Java 15 or higher. No user is affected who followed the recommendation to setup XStream\u0027s Security Framework with a whitelist! Anyone relying on XStream\u0027s default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26258",
"url": "https://www.suse.com/security/cve/CVE-2020-26258"
},
{
"category": "external",
"summary": "SUSE Bug 1180146 for CVE-2020-26258",
"url": "https://bugzilla.suse.com/1180146"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-26258"
},
{
"cve": "CVE-2020-26259",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-26259"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling. The vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist running Java 15 or higher. No user is affected, who followed the recommendation to setup XStream\u0027s Security Framework with a whitelist! Anyone relying on XStream\u0027s default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-26259",
"url": "https://www.suse.com/security/cve/CVE-2020-26259"
},
{
"category": "external",
"summary": "SUSE Bug 1180145 for CVE-2020-26259",
"url": "https://bugzilla.suse.com/1180145"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-26259"
},
{
"cve": "CVE-2021-21341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21341"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21341",
"url": "https://www.suse.com/security/cve/CVE-2021-21341"
},
{
"category": "external",
"summary": "SUSE Bug 1184377 for CVE-2021-21341",
"url": "https://bugzilla.suse.com/1184377"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-21341"
},
{
"cve": "CVE-2021-21342",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21342"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery request. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21342",
"url": "https://www.suse.com/security/cve/CVE-2021-21342"
},
{
"category": "external",
"summary": "SUSE Bug 1184379 for CVE-2021-21342",
"url": "https://bugzilla.suse.com/1184379"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21342"
},
{
"cve": "CVE-2021-21343",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21343"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in the deletion of a file on the local host. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21343",
"url": "https://www.suse.com/security/cve/CVE-2021-21343"
},
{
"category": "external",
"summary": "SUSE Bug 1184376 for CVE-2021-21343",
"url": "https://bugzilla.suse.com/1184376"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-21343"
},
{
"cve": "CVE-2021-21344",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21344"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21344",
"url": "https://www.suse.com/security/cve/CVE-2021-21344"
},
{
"category": "external",
"summary": "SUSE Bug 1184375 for CVE-2021-21344",
"url": "https://bugzilla.suse.com/1184375"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21344"
},
{
"cve": "CVE-2021-21345",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21345"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker who has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21345",
"url": "https://www.suse.com/security/cve/CVE-2021-21345"
},
{
"category": "external",
"summary": "SUSE Bug 1184372 for CVE-2021-21345",
"url": "https://bugzilla.suse.com/1184372"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21345"
},
{
"cve": "CVE-2021-21346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21346"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21346",
"url": "https://www.suse.com/security/cve/CVE-2021-21346"
},
{
"category": "external",
"summary": "SUSE Bug 1184373 for CVE-2021-21346",
"url": "https://bugzilla.suse.com/1184373"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21346"
},
{
"cve": "CVE-2021-21347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21347"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21347",
"url": "https://www.suse.com/security/cve/CVE-2021-21347"
},
{
"category": "external",
"summary": "SUSE Bug 1184378 for CVE-2021-21347",
"url": "https://bugzilla.suse.com/1184378"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21347"
},
{
"cve": "CVE-2021-21348",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21348"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to occupy a thread that consumes maximum CPU time and will never return. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21348",
"url": "https://www.suse.com/security/cve/CVE-2021-21348"
},
{
"category": "external",
"summary": "SUSE Bug 1184374 for CVE-2021-21348",
"url": "https://bugzilla.suse.com/1184374"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-21348"
},
{
"cve": "CVE-2021-21349",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21349"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21349",
"url": "https://www.suse.com/security/cve/CVE-2021-21349"
},
{
"category": "external",
"summary": "SUSE Bug 1184797 for CVE-2021-21349",
"url": "https://bugzilla.suse.com/1184797"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-21349"
},
{
"cve": "CVE-2021-21350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21350"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability which may allow a remote attacker to execute arbitrary code only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21350",
"url": "https://www.suse.com/security/cve/CVE-2021-21350"
},
{
"category": "external",
"summary": "SUSE Bug 1184380 for CVE-2021-21350",
"url": "https://bugzilla.suse.com/1184380"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21350"
},
{
"cve": "CVE-2021-21351",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21351"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21351",
"url": "https://www.suse.com/security/cve/CVE-2021-21351"
},
{
"category": "external",
"summary": "SUSE Bug 1184796 for CVE-2021-21351",
"url": "https://bugzilla.suse.com/1184796"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21351"
},
{
"cve": "CVE-2021-29505",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-29505"
}
],
"notes": [
{
"category": "general",
"text": "XStream is software for serializing Java objects to XML and back again. A vulnerability in XStream versions prior to 1.4.17 may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types is affected. The vulnerability is patched in version 1.4.17.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-29505",
"url": "https://www.suse.com/security/cve/CVE-2021-29505"
},
{
"category": "external",
"summary": "SUSE Bug 1186651 for CVE-2021-29505",
"url": "https://bugzilla.suse.com/1186651"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-29505"
},
{
"cve": "CVE-2021-39139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-39139"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. A user is only affected if using the version out of the box with JDK 1.7u21 or below. However, this scenario can be adjusted easily to an external Xalan that works regardless of the version of the Java runtime. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-39139",
"url": "https://www.suse.com/security/cve/CVE-2021-39139"
},
{
"category": "external",
"summary": "SUSE Bug 1189798 for CVE-2021-39139",
"url": "https://bugzilla.suse.com/1189798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-39139"
},
{
"cve": "CVE-2021-39144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-39144"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-39144",
"url": "https://www.suse.com/security/cve/CVE-2021-39144"
},
{
"category": "external",
"summary": "SUSE Bug 1189798 for CVE-2021-39144",
"url": "https://bugzilla.suse.com/1189798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-39144"
},
{
"cve": "CVE-2021-39147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-39147"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-39147",
"url": "https://www.suse.com/security/cve/CVE-2021-39147"
},
{
"category": "external",
"summary": "SUSE Bug 1189798 for CVE-2021-39147",
"url": "https://bugzilla.suse.com/1189798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-39147"
},
{
"cve": "CVE-2021-39150",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-39150"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream with a Java runtime version 14 to 8. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the [Security Framework](https://x-stream.github.io/security.html#framework), you will have to use at least version 1.4.18.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-39150",
"url": "https://www.suse.com/security/cve/CVE-2021-39150"
},
{
"category": "external",
"summary": "SUSE Bug 1189798 for CVE-2021-39150",
"url": "https://bugzilla.suse.com/1189798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-39150"
},
{
"cve": "CVE-2021-39153",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-39153"
}
],
"notes": [
{
"category": "general",
"text": "XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream, if using the version out of the box with Java runtime version 14 to 8 or with JavaFX installed. No user is affected, who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-39153",
"url": "https://www.suse.com/security/cve/CVE-2021-39153"
},
{
"category": "external",
"summary": "SUSE Bug 1189798 for CVE-2021-39153",
"url": "https://bugzilla.suse.com/1189798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xstream-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-benchmark-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-javadoc-1.4.18-1.1.x86_64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.aarch64",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.ppc64le",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.s390x",
"openSUSE Tumbleweed:xstream-parent-1.4.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-39153"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.