Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-28957 (GCVE-0-2021-28957)
Vulnerability from cvelistv5 – Published: 2021-03-21 04:39 – Updated: 2025-12-17 21:31- n/a
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
| URL | Tags |
|---|---|
| https://bugs.launchpad.net/lxml/+bug/1888153 | x_refsource_MISC |
| https://github.com/lxml/lxml/pull/316/commits/10e… | x_refsource_MISC |
| https://lists.debian.org/debian-lts-announce/2021… | mailing-listx_refsource_MLIST |
| https://www.debian.org/security/2021/dsa-4880 | vendor-advisoryx_refsource_DEBIAN |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://www.oracle.com/security-alerts/cpuoct2021.html | x_refsource_MISC |
| https://github.com/lxml/lxml/commit/a5f9cb52079dc… | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2021052… | x_refsource_CONFIRM |
| https://security.gentoo.org/glsa/202208-06 | vendor-advisoryx_refsource_GENTOO |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T21:55:12.376Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"name": "[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"name": "DSA-4880",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN",
"x_transferred"
],
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"name": "FEDORA-2021-28723f9670",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"name": "FEDORA-2021-4cdb0f68c7",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"name": "GLSA-202208-06",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202208-06"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2021-28957",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-17T21:31:40.372887Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-17T21:31:43.446Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-08-10T05:06:44.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"name": "[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"name": "DSA-4880",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN"
],
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"name": "FEDORA-2021-28723f9670",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"name": "FEDORA-2021-4cdb0f68c7",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"name": "GLSA-202208-06",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO"
],
"url": "https://security.gentoo.org/glsa/202208-06"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2021-28957",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.launchpad.net/lxml/+bug/1888153",
"refsource": "MISC",
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"name": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270",
"refsource": "MISC",
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"name": "[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"name": "DSA-4880",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"name": "FEDORA-2021-28723f9670",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"name": "FEDORA-2021-4cdb0f68c7",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999",
"refsource": "MISC",
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"name": "https://security.netapp.com/advisory/ntap-20210521-0004/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"name": "GLSA-202208-06",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202208-06"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2021-28957",
"datePublished": "2021-03-21T04:39:35.000Z",
"dateReserved": "2021-03-21T00:00:00.000Z",
"dateUpdated": "2025-12-17T21:31:43.446Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-28957",
"date": "2026-06-11",
"epss": "0.00518",
"percentile": "0.67176"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:lxml:lxml:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"4.6.3\", \"matchCriteriaId\": \"2BADE2D9-D321-4DB0-839C-EB11673439DD\"}]}]}, {\"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\"}]}]}, {\"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\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BDFB1169-41A0-4A86-8E4F-FDA9730B1E94\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:zfs_storage_appliance_kit:8.8:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D3E503FB-6279-4D4A-91D8-E237ECF9D2B0\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.\"}, {\"lang\": \"es\", \"value\": \"Se ha descubierto una vulnerabilidad XSS en las versiones del m\\u00f3dulo clean de python-lxml anteriores a la versi\\u00f3n 4.6.3. Al desactivar los argumentos safe_attrs_only y forms, la clase Cleaner no elimina el atributo formaction, lo que permite que JS eluda el sanitizador. Un atacante remoto podr\\u00eda aprovechar este fallo para ejecutar c\\u00f3digo JS arbitrario en usuarios que interact\\u00faen con HTML incorrectamente saneado. Este problema est\\u00e1 parcheado en lxml versi\\u00f3n 4.6.3\"}]",
"id": "CVE-2021-28957",
"lastModified": "2024-11-21T06:00:26.497",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"baseScore\": 6.1, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 2.7}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:M/Au:N/C:N/I:P/A:N\", \"baseScore\": 4.3, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": true}]}",
"published": "2021-03-21T05:15:13.367",
"references": "[{\"url\": \"https://bugs.launchpad.net/lxml/+bug/1888153\", \"source\": \"cve@mitre.org\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\", \"source\": \"cve@mitre.org\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\", \"source\": \"cve@mitre.org\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html\", \"source\": \"cve@mitre.org\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://security.gentoo.org/glsa/202208-06\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210521-0004/\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-4880\", \"source\": \"cve@mitre.org\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"source\": \"cve@mitre.org\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://bugs.launchpad.net/lxml/+bug/1888153\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.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/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.gentoo.org/glsa/202208-06\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210521-0004/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-4880\", \"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\": [\"Patch\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-79\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-28957\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2021-03-21T05:15:13.367\",\"lastModified\":\"2025-12-17T22:15:56.740\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.\"},{\"lang\":\"es\",\"value\":\"Se ha descubierto una vulnerabilidad XSS en las versiones del m\u00f3dulo clean de python-lxml anteriores a la versi\u00f3n 4.6.3. Al desactivar los argumentos safe_attrs_only y forms, la clase Cleaner no elimina el atributo formaction, lo que permite que JS eluda el sanitizador. Un atacante remoto podr\u00eda aprovechar este fallo para ejecutar c\u00f3digo JS arbitrario en usuarios que interact\u00faen con HTML incorrectamente saneado. Este problema est\u00e1 parcheado en lxml versi\u00f3n 4.6.3\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:P/A:N\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lxml:lxml:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"4.6.3\",\"matchCriteriaId\":\"2BADE2D9-D321-4DB0-839C-EB11673439DD\"}]}]},{\"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\"}]}]},{\"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\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BDFB1169-41A0-4A86-8E4F-FDA9730B1E94\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:zfs_storage_appliance_kit:8.8:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D3E503FB-6279-4D4A-91D8-E237ECF9D2B0\"}]}]}],\"references\":[{\"url\":\"https://bugs.launchpad.net/lxml/+bug/1888153\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://security.gentoo.org/glsa/202208-06\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210521-0004/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4880\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpuoct2021.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.launchpad.net/lxml/+bug/1888153\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.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/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202208-06\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210521-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2021/dsa-4880\",\"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\":[\"Patch\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://bugs.launchpad.net/lxml/+bug/1888153\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html\", \"name\": \"[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-4880\", \"name\": \"DSA-4880\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\", \"name\": \"FEDORA-2021-28723f9670\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\", \"name\": \"FEDORA-2021-4cdb0f68c7\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210521-0004/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202208-06\", \"name\": \"GLSA-202208-06\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T21:55:12.376Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-28957\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-17T21:31:40.372887Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-79\", \"description\": \"CWE-79 Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-17T21:31:20.854Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://bugs.launchpad.net/lxml/+bug/1888153\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html\", \"name\": \"[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"https://www.debian.org/security/2021/dsa-4880\", \"name\": \"DSA-4880\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\", \"name\": \"FEDORA-2021-28723f9670\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\", \"name\": \"FEDORA-2021-4cdb0f68c7\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210521-0004/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://security.gentoo.org/glsa/202208-06\", \"name\": \"GLSA-202208-06\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2022-08-10T05:06:44.000Z\"}, \"x_legacyV4Record\": {\"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"n/a\"}]}, \"product_name\": \"n/a\"}]}, \"vendor_name\": \"n/a\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://bugs.launchpad.net/lxml/+bug/1888153\", \"name\": \"https://bugs.launchpad.net/lxml/+bug/1888153\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\", \"name\": \"https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270\", \"refsource\": \"MISC\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html\", \"name\": \"[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update\", \"refsource\": \"MLIST\"}, {\"url\": \"https://www.debian.org/security/2021/dsa-4880\", \"name\": \"DSA-4880\", \"refsource\": \"DEBIAN\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/\", \"name\": \"FEDORA-2021-28723f9670\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/\", \"name\": \"FEDORA-2021-4cdb0f68c7\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"name\": \"https://www.oracle.com/security-alerts/cpuoct2021.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\", \"name\": \"https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20210521-0004/\", \"name\": \"https://security.netapp.com/advisory/ntap-20210521-0004/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://security.gentoo.org/glsa/202208-06\", \"name\": \"GLSA-202208-06\", \"refsource\": \"GENTOO\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"n/a\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2021-28957\", \"STATE\": \"PUBLIC\", \"ASSIGNER\": \"cve@mitre.org\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2021-28957\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-17T21:31:43.446Z\", \"dateReserved\": \"2021-03-21T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2021-03-21T04:39:35.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2024-AVI-0297
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Juniper. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, 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).
- Cloud Native Router versions antérieures à 23.4
- cRPD versions antérieures à 23.4R1
- Paragon Active Assurance versions antérieures à 4.2.1
- Paragon Active Assurance versions antérieures à 4.3.0
- Junos OS gamme EX4300 versions antérieures à 20.4R3-S10, 21.2R3-S7 et 21.4R3-S6
- Junos OS gammes QFX5000 Series, EX4400 Series, EX4100 Series et EX4650 Series versions antérieures à 20.4R3-S8, 21.2R3-S6, 21.3R3-S5, 21.4R3-S4, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1
- Junos OS gammes SRX Branch Series versions antérieures à 21.1R3-S5, 21.2R3-S5, 21.3R3-S4, 21.4R3-S3, 22.1R3-S2, 22.2R2-S2, 22.2R3, 22.3R2-S1, 22.3R3, 22.4R1-S2, 22.4R2 et 23.2R1
- Junos OS gammes MX Series avec SPC3 et MS-MPC versions antérieures à 21.2R3-S6, 21.3R3-S5, 21.4R3-S5, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1
- Junos OS gamme SRX 5000 Series avec SPC2 versions antérieures à 21.2R3-S7, 21.4, 22.1, 22.2, 22.3, 22.4 et 23.2
- Junos OS gammes MX Series versions antérieures à 20.4R3-S5, 21.1, 21.2R3-S1, 21.3, 21.4R3, 22.1R2, 22.2R2 et 22.3
- Junos OS gamme EX9200-15C versions antérieures à 21.2R3-S1, 21.4R3, 22.1R2 et 22.2R2
- Junos OS gammes SRX4600 versions antérieures à 21.2R3-S7, 21.4R3-S6, 22.1R3-S5, 22.2R3-S3, 22.3R3-S2, 22.4R3, 23.2R1-S2, 23.2R2 et 23.4R1
- Junos OS gammes ACX5448 et ACX710 versions antérieures à 20.4R3-S9, 21.2R3-S5, 21.3R3-S5, 21.4R3-S4, 22.1R3-S2, 22.2R3-S2, 22.3R2-S2, 22.3R3, 22.4R2 et 23.2R1
- Junos OS versions antérieures à 20.4R3-S9, 21.1R3, 21.2R3-S7, 21.3R3-S5, 21.4R3-S5, 22.1R3-S4, 22.2R3-S2, 22.3R3-S2, 22.4R3 et 23.4R2
-
Junos OS Evolved versions antérieures à 20.4R3-S9-EVO, 21.2R3-S7-EVO, 21.3R3-S5-EVO, 21.4R3-S6-EVO, 22.1R3-S4-EVO, 22.2R3-S2-EVO, 22.3R3-S2-EVO, 22.4R3-EVO, 23.2R2-EVO et 23.4R1-EVO
| Vendor | Product | Description |
|---|
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [],
"affected_systems_content": "\u003cul\u003e \u003cli\u003eCloud Native Router versions ant\u00e9rieures \u00e0 23.4\u003c/li\u003e \u003cli\u003ecRPD versions ant\u00e9rieures \u00e0 23.4R1\u003c/li\u003e \u003cli\u003eParagon Active Assurance versions ant\u00e9rieures \u00e0 4.2.1\u003c/li\u003e \u003cli\u003eParagon Active Assurance versions ant\u00e9rieures \u00e0 4.3.0\u003c/li\u003e \u003cli\u003eJunos OS gamme EX4300 versions ant\u00e9rieures \u00e0 20.4R3-S10, 21.2R3-S7 et 21.4R3-S6\u003c/li\u003e \u003cli\u003eJunos OS gammes QFX5000 Series, EX4400 Series, EX4100 Series et EX4650 Series versions ant\u00e9rieures \u00e0 20.4R3-S8, 21.2R3-S6, 21.3R3-S5, 21.4R3-S4, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS gammes SRX Branch Series versions ant\u00e9rieures \u00e0 21.1R3-S5, 21.2R3-S5, 21.3R3-S4, 21.4R3-S3, 22.1R3-S2, 22.2R2-S2, 22.2R3, 22.3R2-S1, 22.3R3, 22.4R1-S2, 22.4R2 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS gammes MX Series avec SPC3 et MS-MPC versions ant\u00e9rieures \u00e0 21.2R3-S6, 21.3R3-S5, 21.4R3-S5, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS gamme SRX 5000 Series avec SPC2 versions ant\u00e9rieures \u00e0 21.2R3-S7, 21.4, 22.1, 22.2, 22.3, 22.4 et 23.2\u003c/li\u003e \u003cli\u003eJunos OS gammes\u00a0MX Series versions ant\u00e9rieures \u00e0 20.4R3-S5, 21.1, 21.2R3-S1, 21.3, 21.4R3, 22.1R2, 22.2R2 et 22.3\u003c/li\u003e \u003cli\u003eJunos OS gamme EX9200-15C versions ant\u00e9rieures \u00e0 21.2R3-S1, 21.4R3, 22.1R2 et 22.2R2\u003c/li\u003e \u003cli\u003eJunos OS gammes\u00a0SRX4600 versions ant\u00e9rieures \u00e0 21.2R3-S7,\u00a021.4R3-S6,\u00a022.1R3-S5,\u00a022.2R3-S3,\u00a022.3R3-S2,\u00a022.4R3,\u00a023.2R1-S2, 23.2R2 et 23.4R1\u003c/li\u003e \u003cli\u003eJunos OS gammes\u00a0ACX5448 et ACX710 versions ant\u00e9rieures \u00e0 20.4R3-S9, 21.2R3-S5, 21.3R3-S5, 21.4R3-S4, 22.1R3-S2, 22.2R3-S2, 22.3R2-S2, 22.3R3, 22.4R2 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS versions ant\u00e9rieures \u00e0 20.4R3-S9, 21.1R3, 21.2R3-S7, 21.3R3-S5, 21.4R3-S5, 22.1R3-S4, 22.2R3-S2, 22.3R3-S2, 22.4R3 et 23.4R2\u003c/li\u003e \u003cli\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cp\u003eJunos OS Evolved versions ant\u00e9rieures \u00e0 20.4R3-S9-EVO, 21.2R3-S7-EVO, 21.3R3-S5-EVO, 21.4R3-S6-EVO, 22.1R3-S4-EVO, 22.2R3-S2-EVO, 22.3R3-S2-EVO, 22.4R3-EVO, 23.2R2-EVO et 23.4R1-EVO\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003c/li\u003e \u003c/ul\u003e ",
"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-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2024-30381",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30381"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2020-1747",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1747"
},
{
"name": "CVE-2024-30401",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30401"
},
{
"name": "CVE-2021-28831",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28831"
},
{
"name": "CVE-2024-30409",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30409"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2020-14343",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14343"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2023-39975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39975"
},
{
"name": "CVE-2024-30410",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30410"
},
{
"name": "CVE-2018-7738",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2020-8285",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8285"
},
{
"name": "CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"name": "CVE-2024-30380",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30380"
},
{
"name": "CVE-2023-41913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41913"
},
{
"name": "CVE-2024-30392",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30392"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2021-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23240"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2011-1676",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1676"
},
{
"name": "CVE-2020-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8037"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2020-19190",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19190"
},
{
"name": "CVE-2024-30391",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30391"
},
{
"name": "CVE-2020-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8286"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-30389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30389"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2023-3592",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3592"
},
{
"name": "CVE-2020-19187",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19187"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2019-9923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9923"
},
{
"name": "CVE-2021-39534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39534"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30398"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2018-1000120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000120"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2019-17041",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17041"
},
{
"name": "CVE-2020-19188",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19188"
},
{
"name": "CVE-2020-19186",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19186"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"name": "CVE-2021-39531",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39531"
},
{
"name": "CVE-2020-8284",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8284"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2011-1675",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1675"
},
{
"name": "CVE-2023-28366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28366"
},
{
"name": "CVE-2024-30378",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30378"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2021-34434",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34434"
},
{
"name": "CVE-2016-10009",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10009"
},
{
"name": "CVE-2023-1428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1428"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2024-30402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30402"
},
{
"name": "CVE-2018-1000215",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000215"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2019-17042",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17042"
},
{
"name": "CVE-2024-30403",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30403"
},
{
"name": "CVE-2021-36159",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36159"
},
{
"name": "CVE-2018-1000654",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000654"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2021-30139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30139"
},
{
"name": "CVE-2024-30384",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30384"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2024-30387",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30387"
},
{
"name": "CVE-2017-18018",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18018"
},
{
"name": "CVE-2024-30406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30406"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-32732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32732"
},
{
"name": "CVE-2024-30394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30394"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-30407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30407"
},
{
"name": "CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"name": "CVE-2023-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4785"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2023-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38408"
},
{
"name": "CVE-2020-27350",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27350"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2021-39533",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39533"
},
{
"name": "CVE-2024-30390",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30390"
},
{
"name": "CVE-2020-19185",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19185"
},
{
"name": "CVE-2023-0809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0809"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2020-19189",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19189"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2024-30388",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30388"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2024-30386",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30386"
},
{
"name": "CVE-2021-33560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33560"
},
{
"name": "CVE-2011-1677",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1677"
},
{
"name": "CVE-2018-20225",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20225"
},
{
"name": "CVE-2020-28928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28928"
},
{
"name": "CVE-2021-41039",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41039"
},
{
"name": "CVE-2024-30382",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30382"
},
{
"name": "CVE-2018-20482",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20482"
},
{
"name": "CVE-2021-40528",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40528"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"name": "CVE-2018-1000122",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000122"
},
{
"name": "CVE-2011-1089",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1089"
},
{
"name": "CVE-2024-30405",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30405"
},
{
"name": "CVE-2024-30397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30397"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2024-30395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30395"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0297",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-11T00: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)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Juniper. Certaines\nd\u0027entre elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de\ns\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0\ndistance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79102 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-libslax-Multiple-vulnerabilities-in-libslax-resolved?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79106 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Juniper-Cloud-Native-Router-Multiple-vulnerabilities-resolved-in-23-4-release?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79181 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-When-MAC-learning-happens-and-an-interface-gets-flapped-the-PFE-crashes-CVE-2024-30403?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79186 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-EX4300-Series-If-a-specific-CLI-command-is-issued-PFE-crashes-will-occur-CVE-2024-30384?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79089 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-QFX5000-Series-and-EX-Series-Specific-malformed-LACP-packets-will-cause-flaps-CVE-2024-30388?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79173 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Paragon-Active-Assurance-probe-serviced-exposes-internal-objects-to-local-users-CVE-2024-30381?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79104 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-ACX-Series-with-Paragon-Active-Assurance-Test-Agent-A-local-high-privileged-attacker-can-recover-other-administrators-credentials-CVE-2024-30406?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79094 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-A-specific-EVPN-type-5-route-causes-rpd-crash-CVE-2024-30394?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79183 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-Connection-limits-is-not-being-enforced-while-the-resp-rate-limit-is-being-enforced-CVE-2024-30390?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79176 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-SRX4600-Series-A-high-amount-of-specific-traffic-causes-packet-drops-and-an-eventual-PFE-crash-CVE-2024-30398?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79179 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-An-invalid-certificate-causes-a-Denial-of-Service-in-the-Internet-Key-Exchange-IKE-process-CVE-2024-30397?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79187 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-ACX5448-ACX710-Due-to-the-interface-flaps-the-PFE-process-can-crash-CVE-2024-30387?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79109 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-bbe-smgd-process-crash-upon-execution-of-specific-CLI-commands-CVE-2024-30378?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79171 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-l2cpd-crash-upon-receipt-of-a-specific-TLV-CVE-2024-30380?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79188 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-with-SPC3-and-SRX-Series-When-IPsec-authentication-is-configured-with-hmac-sha-384-and-hmac-sha-512-no-authentication-of-traffic-is-performed-CVE-2024-30391?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79099 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Higher-CPU-consumption-on-routing-engine-leads-to-Denial-of-Service-DoS-CVE-2024-30409?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79184 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-a-EVPN-VXLAN-scenario-state-changes-on-adjacent-systems-can-cause-an-l2ald-process-crash-CVE-2024-30386?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79110 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-and-EX9200-15C-Stack-based-buffer-overflow-in-aftman-CVE-2024-30401?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79174 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Junos-OS-and-Junos-OS-Evolved-RPD-crash-when-CoS-based-forwarding-CBF-policy-is-configured-CVE-2024-30382?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79095 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-malformed-BGP-tunnel-encapsulation-attribute-will-lead-to-an-rpd-crash-CVE-2024-30395?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79100 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-EX4300-Series-Loopback-filter-not-blocking-traffic-despite-having-discard-term-CVE-2024-30410?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79107 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-cRPD-Multiple-vulnerabilities-resolved-in-23-4R1-release?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79092 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-with-SPC3-and-MS-MPC-MIC-When-URL-filtering-is-enabled-and-a-specific-URL-request-is-received-a-flowd-crash-occurs-CVE-2024-30392?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79185 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-EX4300-Series-Firewall-filter-not-blocking-egress-traffic-CVE-2024-30389?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79108 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Multiple-cURL-vulnerabilities-resolved?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79091 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-SRX-Branch-Series-When-DNS-proxy-is-configured-and-specific-DNS-queries-are-received-resolver-s-performance-is-degraded-CVE-2022-2795?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79180 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-The-l2ald-crashes-on-receiving-telemetry-messages-from-a-specific-subscription-CVE-2024-30402?language=en_US"
}
]
}
CERTFR-2026-AVI-0395
Vulnerability from certfr_avis - Published: 2026-04-03 - Updated: 2026-04-03
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 et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | WebSphere | WebSphere eXtreme Scale versions 8.6.1.x sans le correctif de sécurité PH70422 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 IF01 | ||
| IBM | WebSphere Automation | WebSphere Automation versions antérieures à 1.12.0 | ||
| IBM | Storage Protect | Storage Protect Plus Server versions 10.1.x antérieures à 10.1.18 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "WebSphere eXtreme Scale versions 8.6.1.x sans le correctif de s\u00e9curit\u00e9 PH70422",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15 IF01",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Automation versions ant\u00e9rieures \u00e0 1.12.0",
"product": {
"name": "WebSphere Automation",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Storage Protect Plus Server versions 10.1.x ant\u00e9rieures \u00e0 10.1.18",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2021-3200",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3200"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2024-42316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42316"
},
{
"name": "CVE-2023-3006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3006"
},
{
"name": "CVE-2026-27205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27205"
},
{
"name": "CVE-2017-18342",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18342"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2022-2255",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2255"
},
{
"name": "CVE-2019-20477",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20477"
},
{
"name": "CVE-2022-48468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48468"
},
{
"name": "CVE-2020-1747",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1747"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2024-43898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43898"
},
{
"name": "CVE-2019-20907",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20907"
},
{
"name": "CVE-2021-44568",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44568"
},
{
"name": "CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"name": "CVE-2020-14343",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14343"
},
{
"name": "CVE-2021-33929",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33929"
},
{
"name": "CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"name": "CVE-2019-9947",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9947"
},
{
"name": "CVE-2018-20852",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20852"
},
{
"name": "CVE-2024-5629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5629"
},
{
"name": "CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"name": "CVE-2021-46877",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46877"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2021-33928",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33928"
},
{
"name": "CVE-2022-48565",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48565"
},
{
"name": "CVE-2020-26116",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26116"
},
{
"name": "CVE-2018-18074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18074"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2018-20060",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20060"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-27398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27398"
},
{
"name": "CVE-2019-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9636"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2019-11340",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11340"
},
{
"name": "CVE-2026-21860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21860"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-23672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23672"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2019-9948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9948"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2026-27199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27199"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2019-9740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9740"
},
{
"name": "CVE-2019-20916",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20916"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2024-42294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42294"
},
{
"name": "CVE-2021-33930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33930"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2020-8492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8492"
},
{
"name": "CVE-2022-48560",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48560"
},
{
"name": "CVE-2019-18874",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18874"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2020-26137",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26137"
},
{
"name": "CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"name": "CVE-2019-11324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11324"
},
{
"name": "CVE-2024-46759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46759"
},
{
"name": "CVE-2024-28863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28863"
},
{
"name": "CVE-2019-11236",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11236"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2024-36880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36880"
},
{
"name": "CVE-2019-16056",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16056"
},
{
"name": "CVE-2024-43820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43820"
},
{
"name": "CVE-2024-43821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43821"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-31650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31650"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2025-14847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14847"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2024-52317",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52317"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"name": "CVE-2019-7548",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7548"
},
{
"name": "CVE-2020-14422",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14422"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2021-33938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33938"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2021-43818",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43818"
},
{
"name": "CVE-2019-16935",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16935"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"name": "CVE-2019-7164",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7164"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2025-38248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38248"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
}
],
"initial_release_date": "2026-04-03T00:00:00",
"last_revision_date": "2026-04-03T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0395",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-03T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"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 les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-03-31",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268179",
"url": "https://www.ibm.com/support/pages/node/7268179"
},
{
"published_at": "2026-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7267689",
"url": "https://www.ibm.com/support/pages/node/7267689"
},
{
"published_at": "2026-04-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268331",
"url": "https://www.ibm.com/support/pages/node/7268331"
},
{
"published_at": "2026-03-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7267801",
"url": "https://www.ibm.com/support/pages/node/7267801"
}
]
}
FKIE_CVE-2021-28957
Vulnerability from fkie_nvd - Published: 2021-03-21 05:15 - Updated: 2025-12-17 22:156.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | https://bugs.launchpad.net/lxml/+bug/1888153 | Exploit, Issue Tracking, Third Party Advisory | |
| cve@mitre.org | https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999 | Patch, Third Party Advisory | |
| cve@mitre.org | https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270 | Patch, Third Party Advisory | |
| cve@mitre.org | https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html | Mailing List, Third Party Advisory | |
| cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/ | ||
| cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/ | ||
| cve@mitre.org | https://security.gentoo.org/glsa/202208-06 | Third Party Advisory | |
| cve@mitre.org | https://security.netapp.com/advisory/ntap-20210521-0004/ | Third Party Advisory | |
| cve@mitre.org | https://www.debian.org/security/2021/dsa-4880 | Third Party Advisory | |
| cve@mitre.org | https://www.oracle.com/security-alerts/cpuoct2021.html | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://bugs.launchpad.net/lxml/+bug/1888153 | Exploit, Issue Tracking, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999 | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270 | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202208-06 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20210521-0004/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://www.debian.org/security/2021/dsa-4880 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpuoct2021.html | Patch, Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| lxml | lxml | * | |
| debian | debian_linux | 9.0 | |
| debian | debian_linux | 10.0 | |
| fedoraproject | fedora | 33 | |
| fedoraproject | fedora | 34 | |
| netapp | snapcenter | - | |
| oracle | zfs_storage_appliance_kit | 8.8 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:lxml:lxml:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2BADE2D9-D321-4DB0-839C-EB11673439DD",
"versionEndExcluding": "4.6.3",
"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
}
],
"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
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*",
"matchCriteriaId": "BDFB1169-41A0-4A86-8E4F-FDA9730B1E94",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:oracle:zfs_storage_appliance_kit:8.8:*:*:*:*:*:*:*",
"matchCriteriaId": "D3E503FB-6279-4D4A-91D8-E237ECF9D2B0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3."
},
{
"lang": "es",
"value": "Se ha descubierto una vulnerabilidad XSS en las versiones del m\u00f3dulo clean de python-lxml anteriores a la versi\u00f3n 4.6.3. Al desactivar los argumentos safe_attrs_only y forms, la clase Cleaner no elimina el atributo formaction, lo que permite que JS eluda el sanitizador. Un atacante remoto podr\u00eda aprovechar este fallo para ejecutar c\u00f3digo JS arbitrario en usuarios que interact\u00faen con HTML incorrectamente saneado. Este problema est\u00e1 parcheado en lxml versi\u00f3n 4.6.3"
}
],
"id": "CVE-2021-28957",
"lastModified": "2025-12-17T22:15:56.740",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": true
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2021-03-21T05:15:13.367",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"source": "cve@mitre.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"source": "cve@mitre.org",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"source": "cve@mitre.org",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202208-06"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202208-06"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-79"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-79"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-JQ4V-F5Q6-MJQQ
Vulnerability from github – Published: 2021-03-22 16:53 – Updated: 2024-09-30 16:54An XSS vulnerability was discovered in the python lxml clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "lxml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.6.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2021-28957"
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2021-03-22T16:52:59Z",
"nvd_published_at": "2021-03-21T05:15:00Z",
"severity": "MODERATE"
},
"details": "An XSS vulnerability was discovered in the python `lxml` clean module versions before 4.6.3. When disabling `the safe_attrs_only` and `forms` arguments, the `Cleaner` class does not remove the `formaction` attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in `lxml` 4.6.3.",
"id": "GHSA-jq4v-f5q6-mjqq",
"modified": "2024-09-30T16:54:23Z",
"published": "2021-03-22T16:53:53Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
},
{
"type": "WEB",
"url": "https://github.com/lxml/lxml/pull/316"
},
{
"type": "WEB",
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"type": "WEB",
"url": "https://github.com/lxml/lxml/commit/2d01a1ba8984e0483ce6619b972832377f208a0d"
},
{
"type": "WEB",
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"type": "WEB",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20210521-0004"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202208-06"
},
{
"type": "WEB",
"url": "https://pypi.org/project/lxml"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/lxml/PYSEC-2021-19.yaml"
},
{
"type": "PACKAGE",
"url": "https://github.com/lxml/lxml"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-jq4v-f5q6-mjqq"
},
{
"type": "WEB",
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N",
"type": "CVSS_V4"
}
],
"summary": "lxml vulnerable to Cross-Site Scripting "
}
GSD-2021-28957
Vulnerability from gsd - Updated: 2023-12-13 01:23{
"GSD": {
"alias": "CVE-2021-28957",
"description": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"id": "GSD-2021-28957",
"references": [
"https://www.suse.com/security/cve/CVE-2021-28957.html",
"https://www.debian.org/security/2021/dsa-4880",
"https://access.redhat.com/errata/RHSA-2021:4162",
"https://access.redhat.com/errata/RHSA-2021:4160",
"https://access.redhat.com/errata/RHSA-2021:4158",
"https://access.redhat.com/errata/RHSA-2021:4151",
"https://access.redhat.com/errata/RHSA-2021:3254",
"https://ubuntu.com/security/CVE-2021-28957",
"https://advisories.mageia.org/CVE-2021-28957.html",
"https://security.archlinux.org/CVE-2021-28957",
"https://linux.oracle.com/cve/CVE-2021-28957.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2021-28957"
],
"details": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"id": "GSD-2021-28957",
"modified": "2023-12-13T01:23:29.440267Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2021-28957",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.launchpad.net/lxml/+bug/1888153",
"refsource": "MISC",
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"name": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270",
"refsource": "MISC",
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"name": "[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"name": "DSA-4880",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"name": "FEDORA-2021-28723f9670",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"name": "FEDORA-2021-4cdb0f68c7",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999",
"refsource": "MISC",
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"name": "https://security.netapp.com/advisory/ntap-20210521-0004/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"name": "GLSA-202208-06",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202208-06"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c4.6.3",
"affected_versions": "All versions before 4.6.3",
"cvss_v2": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-79",
"CWE-937"
],
"date": "2022-12-09",
"description": "lxml allows XSS. It places the HTML action attribute into `defs.link_attrs` (in `html/defs.py`) for later use in input sanitization, but does not do the same for the HTML5 formaction attribute.",
"fixed_versions": [
"4.6.3"
],
"identifier": "CVE-2021-28957",
"identifiers": [
"CVE-2021-28957"
],
"not_impacted": "All versions starting from 4.6.3",
"package_slug": "pypi/lxml",
"pubdate": "2021-03-21",
"solution": "Upgrade to version 4.6.3 or above.",
"title": "Cross-site Scripting",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"https://bugs.launchpad.net/lxml/+bug/1888153"
],
"uuid": "63aefd8d-fb3d-4553-be5c-4a0498ee1c6a"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:lxml:lxml:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.6.3",
"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
}
],
"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
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:oracle:zfs_storage_appliance_kit:8.8:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2021-28957"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-79"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.launchpad.net/lxml/+bug/1888153",
"refsource": "MISC",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://bugs.launchpad.net/lxml/+bug/1888153"
},
{
"name": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/lxml/lxml/pull/316/commits/10ec1b4e9f93713513a3264ed6158af22492f270"
},
{
"name": "[debian-lts-announce] 20210324 [SECURITY] [DLA 2606-1] lxml security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00031.html"
},
{
"name": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/lxml/lxml/commit/a5f9cb52079dc57477c460dbe6ba0f775e14a999"
},
{
"name": "DSA-4880",
"refsource": "DEBIAN",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2021/dsa-4880"
},
{
"name": "https://security.netapp.com/advisory/ntap-20210521-0004/",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20210521-0004/"
},
{
"name": "FEDORA-2021-28723f9670",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3C2R44VDUY7FJVMAVRZ2WY7XYL4SVN45/"
},
{
"name": "FEDORA-2021-4cdb0f68c7",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XXN3QPWCTQVOGW4BMWV3AUUZZ4NRZNSQ/"
},
{
"name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
},
{
"name": "GLSA-202208-06",
"refsource": "GENTOO",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202208-06"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": true
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 2.7
}
},
"lastModifiedDate": "2022-12-09T18:15Z",
"publishedDate": "2021-03-21T05:15Z"
}
}
}
MSRC_CVE-2021-28957
Vulnerability from csaf_microsoft - Published: 2021-03-02 00:00 - Updated: 2021-12-16 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 16956-16820 | — | ||
| Unresolved product id: 16957-17086 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2021/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2021/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2021-28957 An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2021/msrc_cve-2021-28957.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"tracking": {
"current_release_date": "2021-12-16T00:00:00.000Z",
"generator": {
"date": "2025-10-19T21:50:22.134Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2021-28957",
"initial_release_date": "2021-03-02T00:00:00.000Z",
"revision_history": [
{
"date": "2021-07-30T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2021-12-16T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added python-lxml to CBL-Mariner 2.0"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 python-lxml 4.6.3-1",
"product": {
"name": "\u003ccm1 python-lxml 4.6.3-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cm1 python-lxml 4.6.3-1",
"product": {
"name": "cm1 python-lxml 4.6.3-1",
"product_id": "16956"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 python-lxml 4.8.0-1",
"product": {
"name": "\u003ccbl2 python-lxml 4.8.0-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 python-lxml 4.8.0-1",
"product": {
"name": "cbl2 python-lxml 4.8.0-1",
"product_id": "16957"
}
}
],
"category": "product_name",
"name": "python-lxml"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 python-lxml 4.6.3-1 as a component of CBL Mariner 1.0",
"product_id": "16820-2"
},
"product_reference": "2",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 python-lxml 4.6.3-1 as a component of CBL Mariner 1.0",
"product_id": "16956-16820"
},
"product_reference": "16956",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python-lxml 4.8.0-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-lxml 4.8.0-1 as a component of CBL Mariner 2.0",
"product_id": "16957-17086"
},
"product_reference": "16957",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "general",
"text": "mitre",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"16956-16820",
"16957-17086"
],
"known_affected": [
"16820-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-28957 An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2021/msrc_cve-2021-28957.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2021-07-30T00:00:00.000Z",
"details": "4.6.3-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2021-07-30T00:00:00.000Z",
"details": "4.8.0-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 6.1,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"16820-2",
"17086-1"
]
}
],
"title": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3."
}
]
}
OPENSUSE-SU-2022:0803-1
Vulnerability from csaf_opensuse - Published: 2022-03-10 16:36 - Updated: 2022-03-10 16:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://lists.opensuse.org/archives/list/security… | self |
| https://lists.opensuse.org/archives/list/security… | self |
| https://bugzilla.suse.com/1118088 | self |
| https://bugzilla.suse.com/1179534 | self |
| https://bugzilla.suse.com/1184177 | self |
| https://bugzilla.suse.com/1193752 | self |
| https://www.suse.com/security/cve/CVE-2018-19787/ | self |
| https://www.suse.com/security/cve/CVE-2020-27783/ | self |
| https://www.suse.com/security/cve/CVE-2021-28957/ | self |
| https://www.suse.com/security/cve/CVE-2021-43818/ | self |
| https://www.suse.com/security/cve/CVE-2018-19787 | external |
| https://bugzilla.suse.com/1118088 | external |
| https://www.suse.com/security/cve/CVE-2020-27783 | external |
| https://bugzilla.suse.com/1179534 | external |
| https://www.suse.com/security/cve/CVE-2021-28957 | external |
| https://bugzilla.suse.com/1184177 | external |
| https://www.suse.com/security/cve/CVE-2021-43818 | external |
| https://bugzilla.suse.com/1193752 | external |
{
"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 python-lxml",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-lxml fixes the following issues:\n\n- CVE-2018-19787: Fixed XSS vulnerability via unescaped URL (bsc#1118088).\n- CVE-2021-28957: Fixed XSS vulnerability ia HTML5 attributes unescaped (bsc#1184177).\n- CVE-2021-43818: Fixed XSS vulnerability via script content in SVG images using data URIs (bnc#1193752).\n- CVE-2020-27783: Fixed mutation XSS with improper parser use (bnc#1179534).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-SLE-15.3-2022-803,openSUSE-SLE-15.4-2022-803",
"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-2022_0803-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2022:0803-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CXPBEANDVGCE6ASRYRQYWM4CLYAJ6TAE/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2022:0803-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CXPBEANDVGCE6ASRYRQYWM4CLYAJ6TAE/"
},
{
"category": "self",
"summary": "SUSE Bug 1118088",
"url": "https://bugzilla.suse.com/1118088"
},
{
"category": "self",
"summary": "SUSE Bug 1179534",
"url": "https://bugzilla.suse.com/1179534"
},
{
"category": "self",
"summary": "SUSE Bug 1184177",
"url": "https://bugzilla.suse.com/1184177"
},
{
"category": "self",
"summary": "SUSE Bug 1193752",
"url": "https://bugzilla.suse.com/1193752"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-19787 page",
"url": "https://www.suse.com/security/cve/CVE-2018-19787/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-27783 page",
"url": "https://www.suse.com/security/cve/CVE-2020-27783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-28957 page",
"url": "https://www.suse.com/security/cve/CVE-2021-28957/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-43818 page",
"url": "https://www.suse.com/security/cve/CVE-2021-43818/"
}
],
"title": "Security update for python-lxml",
"tracking": {
"current_release_date": "2022-03-10T16:36:12Z",
"generator": {
"date": "2022-03-10T16:36:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2022:0803-1",
"initial_release_date": "2022-03-10T16:36:12Z",
"revision_history": [
{
"date": "2022-03-10T16:36:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python2-lxml-4.7.1-3.7.1.aarch64",
"product": {
"name": "python2-lxml-4.7.1-3.7.1.aarch64",
"product_id": "python2-lxml-4.7.1-3.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "python2-lxml-devel-4.7.1-3.7.1.aarch64",
"product": {
"name": "python2-lxml-devel-4.7.1-3.7.1.aarch64",
"product_id": "python2-lxml-devel-4.7.1-3.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-lxml-4.7.1-3.7.1.aarch64",
"product": {
"name": "python3-lxml-4.7.1-3.7.1.aarch64",
"product_id": "python3-lxml-4.7.1-3.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-lxml-devel-4.7.1-3.7.1.aarch64",
"product": {
"name": "python3-lxml-devel-4.7.1-3.7.1.aarch64",
"product_id": "python3-lxml-devel-4.7.1-3.7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python2-lxml-4.7.1-3.7.1.ppc64le",
"product": {
"name": "python2-lxml-4.7.1-3.7.1.ppc64le",
"product_id": "python2-lxml-4.7.1-3.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"product": {
"name": "python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"product_id": "python2-lxml-devel-4.7.1-3.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-lxml-4.7.1-3.7.1.ppc64le",
"product": {
"name": "python3-lxml-4.7.1-3.7.1.ppc64le",
"product_id": "python3-lxml-4.7.1-3.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"product": {
"name": "python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"product_id": "python3-lxml-devel-4.7.1-3.7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python2-lxml-4.7.1-3.7.1.s390x",
"product": {
"name": "python2-lxml-4.7.1-3.7.1.s390x",
"product_id": "python2-lxml-4.7.1-3.7.1.s390x"
}
},
{
"category": "product_version",
"name": "python2-lxml-devel-4.7.1-3.7.1.s390x",
"product": {
"name": "python2-lxml-devel-4.7.1-3.7.1.s390x",
"product_id": "python2-lxml-devel-4.7.1-3.7.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-lxml-4.7.1-3.7.1.s390x",
"product": {
"name": "python3-lxml-4.7.1-3.7.1.s390x",
"product_id": "python3-lxml-4.7.1-3.7.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-lxml-devel-4.7.1-3.7.1.s390x",
"product": {
"name": "python3-lxml-devel-4.7.1-3.7.1.s390x",
"product_id": "python3-lxml-devel-4.7.1-3.7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python2-lxml-4.7.1-3.7.1.x86_64",
"product": {
"name": "python2-lxml-4.7.1-3.7.1.x86_64",
"product_id": "python2-lxml-4.7.1-3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "python2-lxml-devel-4.7.1-3.7.1.x86_64",
"product": {
"name": "python2-lxml-devel-4.7.1-3.7.1.x86_64",
"product_id": "python2-lxml-devel-4.7.1-3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-lxml-4.7.1-3.7.1.x86_64",
"product": {
"name": "python3-lxml-4.7.1-3.7.1.x86_64",
"product_id": "python3-lxml-4.7.1-3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-lxml-devel-4.7.1-3.7.1.x86_64",
"product": {
"name": "python3-lxml-devel-4.7.1-3.7.1.x86_64",
"product_id": "python3-lxml-devel-4.7.1-3.7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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": "python2-lxml-4.7.1-3.7.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64"
},
"product_reference": "python2-lxml-4.7.1-3.7.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-4.7.1-3.7.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le"
},
"product_reference": "python2-lxml-4.7.1-3.7.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-4.7.1-3.7.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x"
},
"product_reference": "python2-lxml-4.7.1-3.7.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-4.7.1-3.7.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64"
},
"product_reference": "python2-lxml-4.7.1-3.7.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-devel-4.7.1-3.7.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64"
},
"product_reference": "python2-lxml-devel-4.7.1-3.7.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-devel-4.7.1-3.7.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le"
},
"product_reference": "python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-devel-4.7.1-3.7.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x"
},
"product_reference": "python2-lxml-devel-4.7.1-3.7.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-devel-4.7.1-3.7.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64"
},
"product_reference": "python2-lxml-devel-4.7.1-3.7.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-4.7.1-3.7.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64"
},
"product_reference": "python3-lxml-4.7.1-3.7.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-4.7.1-3.7.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le"
},
"product_reference": "python3-lxml-4.7.1-3.7.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-4.7.1-3.7.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x"
},
"product_reference": "python3-lxml-4.7.1-3.7.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-4.7.1-3.7.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64"
},
"product_reference": "python3-lxml-4.7.1-3.7.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-devel-4.7.1-3.7.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64"
},
"product_reference": "python3-lxml-devel-4.7.1-3.7.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-devel-4.7.1-3.7.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le"
},
"product_reference": "python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-devel-4.7.1-3.7.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x"
},
"product_reference": "python3-lxml-devel-4.7.1-3.7.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-lxml-devel-4.7.1-3.7.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
},
"product_reference": "python3-lxml-devel-4.7.1-3.7.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-19787",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-19787"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in lxml before 4.2.5. lxml/html/clean.py in the lxml.html.clean module does not remove javascript: URLs that use escaping, allowing a remote attacker to conduct XSS attacks, as demonstrated by \"j a v a s c r i p t:\" in Internet Explorer. This is a similar issue to CVE-2014-3146.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-19787",
"url": "https://www.suse.com/security/cve/CVE-2018-19787"
},
{
"category": "external",
"summary": "SUSE Bug 1118088 for CVE-2018-19787",
"url": "https://bugzilla.suse.com/1118088"
}
],
"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:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-10T16:36:12Z",
"details": "moderate"
}
],
"title": "CVE-2018-19787"
},
{
"cve": "CVE-2020-27783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-27783"
}
],
"notes": [
{
"category": "general",
"text": "A XSS vulnerability was discovered in python-lxml\u0027s clean module. The module\u0027s parser didn\u0027t properly imitate browsers, which caused different behaviors between the sanitizer and the user\u0027s page. A remote attacker could exploit this flaw to run arbitrary HTML/JS code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-27783",
"url": "https://www.suse.com/security/cve/CVE-2020-27783"
},
{
"category": "external",
"summary": "SUSE Bug 1179534 for CVE-2020-27783",
"url": "https://bugzilla.suse.com/1179534"
}
],
"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:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-10T16:36:12Z",
"details": "moderate"
}
],
"title": "CVE-2020-27783"
},
{
"cve": "CVE-2021-28957",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-28957"
}
],
"notes": [
{
"category": "general",
"text": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-28957",
"url": "https://www.suse.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "SUSE Bug 1184177 for CVE-2021-28957",
"url": "https://bugzilla.suse.com/1184177"
}
],
"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:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-10T16:36:12Z",
"details": "moderate"
}
],
"title": "CVE-2021-28957"
},
{
"cve": "CVE-2021-43818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-43818"
}
],
"notes": [
{
"category": "general",
"text": "lxml is a library for processing XML and HTML in the Python language. Prior to version 4.6.5, the HTML Cleaner in lxml.html lets certain crafted script content pass through, as well as script content in SVG files embedded using data URIs. Users that employ the HTML cleaner in a security relevant context should upgrade to lxml 4.6.5 to receive a patch. There are no known workarounds available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-43818",
"url": "https://www.suse.com/security/cve/CVE-2021-43818"
},
{
"category": "external",
"summary": "SUSE Bug 1193752 for CVE-2021-43818",
"url": "https://bugzilla.suse.com/1193752"
}
],
"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:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python2-lxml-devel-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-4.7.1-3.7.1.x86_64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.aarch64",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.ppc64le",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.s390x",
"openSUSE Leap 15.3:python3-lxml-devel-4.7.1-3.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-03-10T16:36:12Z",
"details": "moderate"
}
],
"title": "CVE-2021-43818"
}
]
}
OPENSUSE-SU-2024:11236-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:python-lxml-doc-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2020-27783/ | self |
| https://www.suse.com/security/cve/CVE-2021-28957/ | self |
| https://www.suse.com/security/cve/CVE-2020-27783 | external |
| https://bugzilla.suse.com/1179534 | external |
| https://www.suse.com/security/cve/CVE-2021-28957 | external |
| https://bugzilla.suse.com/1184177 | external |
{
"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": "python-lxml-doc-4.6.3-3.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python-lxml-doc-4.6.3-3.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11236",
"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_11236-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-27783 page",
"url": "https://www.suse.com/security/cve/CVE-2020-27783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-28957 page",
"url": "https://www.suse.com/security/cve/CVE-2021-28957/"
}
],
"title": "python-lxml-doc-4.6.3-3.2 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:11236-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": "python-lxml-doc-4.6.3-3.2.aarch64",
"product": {
"name": "python-lxml-doc-4.6.3-3.2.aarch64",
"product_id": "python-lxml-doc-4.6.3-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python36-lxml-4.6.3-3.2.aarch64",
"product": {
"name": "python36-lxml-4.6.3-3.2.aarch64",
"product_id": "python36-lxml-4.6.3-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python36-lxml-devel-4.6.3-3.2.aarch64",
"product": {
"name": "python36-lxml-devel-4.6.3-3.2.aarch64",
"product_id": "python36-lxml-devel-4.6.3-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-lxml-4.6.3-3.2.aarch64",
"product": {
"name": "python38-lxml-4.6.3-3.2.aarch64",
"product_id": "python38-lxml-4.6.3-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-lxml-devel-4.6.3-3.2.aarch64",
"product": {
"name": "python38-lxml-devel-4.6.3-3.2.aarch64",
"product_id": "python38-lxml-devel-4.6.3-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-lxml-4.6.3-3.2.aarch64",
"product": {
"name": "python39-lxml-4.6.3-3.2.aarch64",
"product_id": "python39-lxml-4.6.3-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-lxml-devel-4.6.3-3.2.aarch64",
"product": {
"name": "python39-lxml-devel-4.6.3-3.2.aarch64",
"product_id": "python39-lxml-devel-4.6.3-3.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python-lxml-doc-4.6.3-3.2.ppc64le",
"product": {
"name": "python-lxml-doc-4.6.3-3.2.ppc64le",
"product_id": "python-lxml-doc-4.6.3-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-lxml-4.6.3-3.2.ppc64le",
"product": {
"name": "python36-lxml-4.6.3-3.2.ppc64le",
"product_id": "python36-lxml-4.6.3-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-lxml-devel-4.6.3-3.2.ppc64le",
"product": {
"name": "python36-lxml-devel-4.6.3-3.2.ppc64le",
"product_id": "python36-lxml-devel-4.6.3-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-lxml-4.6.3-3.2.ppc64le",
"product": {
"name": "python38-lxml-4.6.3-3.2.ppc64le",
"product_id": "python38-lxml-4.6.3-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-lxml-devel-4.6.3-3.2.ppc64le",
"product": {
"name": "python38-lxml-devel-4.6.3-3.2.ppc64le",
"product_id": "python38-lxml-devel-4.6.3-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-lxml-4.6.3-3.2.ppc64le",
"product": {
"name": "python39-lxml-4.6.3-3.2.ppc64le",
"product_id": "python39-lxml-4.6.3-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-lxml-devel-4.6.3-3.2.ppc64le",
"product": {
"name": "python39-lxml-devel-4.6.3-3.2.ppc64le",
"product_id": "python39-lxml-devel-4.6.3-3.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python-lxml-doc-4.6.3-3.2.s390x",
"product": {
"name": "python-lxml-doc-4.6.3-3.2.s390x",
"product_id": "python-lxml-doc-4.6.3-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python36-lxml-4.6.3-3.2.s390x",
"product": {
"name": "python36-lxml-4.6.3-3.2.s390x",
"product_id": "python36-lxml-4.6.3-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python36-lxml-devel-4.6.3-3.2.s390x",
"product": {
"name": "python36-lxml-devel-4.6.3-3.2.s390x",
"product_id": "python36-lxml-devel-4.6.3-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-lxml-4.6.3-3.2.s390x",
"product": {
"name": "python38-lxml-4.6.3-3.2.s390x",
"product_id": "python38-lxml-4.6.3-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-lxml-devel-4.6.3-3.2.s390x",
"product": {
"name": "python38-lxml-devel-4.6.3-3.2.s390x",
"product_id": "python38-lxml-devel-4.6.3-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-lxml-4.6.3-3.2.s390x",
"product": {
"name": "python39-lxml-4.6.3-3.2.s390x",
"product_id": "python39-lxml-4.6.3-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-lxml-devel-4.6.3-3.2.s390x",
"product": {
"name": "python39-lxml-devel-4.6.3-3.2.s390x",
"product_id": "python39-lxml-devel-4.6.3-3.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python-lxml-doc-4.6.3-3.2.x86_64",
"product": {
"name": "python-lxml-doc-4.6.3-3.2.x86_64",
"product_id": "python-lxml-doc-4.6.3-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python36-lxml-4.6.3-3.2.x86_64",
"product": {
"name": "python36-lxml-4.6.3-3.2.x86_64",
"product_id": "python36-lxml-4.6.3-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python36-lxml-devel-4.6.3-3.2.x86_64",
"product": {
"name": "python36-lxml-devel-4.6.3-3.2.x86_64",
"product_id": "python36-lxml-devel-4.6.3-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-lxml-4.6.3-3.2.x86_64",
"product": {
"name": "python38-lxml-4.6.3-3.2.x86_64",
"product_id": "python38-lxml-4.6.3-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-lxml-devel-4.6.3-3.2.x86_64",
"product": {
"name": "python38-lxml-devel-4.6.3-3.2.x86_64",
"product_id": "python38-lxml-devel-4.6.3-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-lxml-4.6.3-3.2.x86_64",
"product": {
"name": "python39-lxml-4.6.3-3.2.x86_64",
"product_id": "python39-lxml-4.6.3-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-lxml-devel-4.6.3-3.2.x86_64",
"product": {
"name": "python39-lxml-devel-4.6.3-3.2.x86_64",
"product_id": "python39-lxml-devel-4.6.3-3.2.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": "python-lxml-doc-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.aarch64"
},
"product_reference": "python-lxml-doc-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-doc-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le"
},
"product_reference": "python-lxml-doc-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-doc-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x"
},
"product_reference": "python-lxml-doc-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-doc-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64"
},
"product_reference": "python-lxml-doc-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64"
},
"product_reference": "python36-lxml-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le"
},
"product_reference": "python36-lxml-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x"
},
"product_reference": "python36-lxml-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64"
},
"product_reference": "python36-lxml-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-devel-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64"
},
"product_reference": "python36-lxml-devel-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-devel-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le"
},
"product_reference": "python36-lxml-devel-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-devel-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x"
},
"product_reference": "python36-lxml-devel-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-lxml-devel-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64"
},
"product_reference": "python36-lxml-devel-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64"
},
"product_reference": "python38-lxml-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le"
},
"product_reference": "python38-lxml-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x"
},
"product_reference": "python38-lxml-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64"
},
"product_reference": "python38-lxml-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-devel-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64"
},
"product_reference": "python38-lxml-devel-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-devel-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le"
},
"product_reference": "python38-lxml-devel-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-devel-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x"
},
"product_reference": "python38-lxml-devel-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-devel-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64"
},
"product_reference": "python38-lxml-devel-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64"
},
"product_reference": "python39-lxml-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le"
},
"product_reference": "python39-lxml-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x"
},
"product_reference": "python39-lxml-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64"
},
"product_reference": "python39-lxml-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-devel-4.6.3-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64"
},
"product_reference": "python39-lxml-devel-4.6.3-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-devel-4.6.3-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le"
},
"product_reference": "python39-lxml-devel-4.6.3-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-devel-4.6.3-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x"
},
"product_reference": "python39-lxml-devel-4.6.3-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-devel-4.6.3-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
},
"product_reference": "python39-lxml-devel-4.6.3-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-27783"
}
],
"notes": [
{
"category": "general",
"text": "A XSS vulnerability was discovered in python-lxml\u0027s clean module. The module\u0027s parser didn\u0027t properly imitate browsers, which caused different behaviors between the sanitizer and the user\u0027s page. A remote attacker could exploit this flaw to run arbitrary HTML/JS code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-27783",
"url": "https://www.suse.com/security/cve/CVE-2020-27783"
},
{
"category": "external",
"summary": "SUSE Bug 1179534 for CVE-2020-27783",
"url": "https://bugzilla.suse.com/1179534"
}
],
"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:python-lxml-doc-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-27783"
},
{
"cve": "CVE-2021-28957",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-28957"
}
],
"notes": [
{
"category": "general",
"text": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-28957",
"url": "https://www.suse.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "SUSE Bug 1184177 for CVE-2021-28957",
"url": "https://bugzilla.suse.com/1184177"
}
],
"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:python-lxml-doc-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python-lxml-doc-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python36-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python38-lxml-devel-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-4.6.3-3.2.x86_64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.aarch64",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.ppc64le",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.s390x",
"openSUSE Tumbleweed:python39-lxml-devel-4.6.3-3.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-28957"
}
]
}
OPENSUSE-SU-2024:11473-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:python36-translate-toolkit-3.3.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.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": "python36-translate-toolkit-3.3.6-1.3 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python36-translate-toolkit-3.3.6-1.3 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11473",
"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_11473-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-28957 page",
"url": "https://www.suse.com/security/cve/CVE-2021-28957/"
}
],
"title": "python36-translate-toolkit-3.3.6-1.3 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:11473-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": "python36-translate-toolkit-3.3.6-1.3.aarch64",
"product": {
"name": "python36-translate-toolkit-3.3.6-1.3.aarch64",
"product_id": "python36-translate-toolkit-3.3.6-1.3.aarch64"
}
},
{
"category": "product_version",
"name": "python38-translate-toolkit-3.3.6-1.3.aarch64",
"product": {
"name": "python38-translate-toolkit-3.3.6-1.3.aarch64",
"product_id": "python38-translate-toolkit-3.3.6-1.3.aarch64"
}
},
{
"category": "product_version",
"name": "python39-translate-toolkit-3.3.6-1.3.aarch64",
"product": {
"name": "python39-translate-toolkit-3.3.6-1.3.aarch64",
"product_id": "python39-translate-toolkit-3.3.6-1.3.aarch64"
}
},
{
"category": "product_version",
"name": "translate-toolkit-devel-doc-3.3.6-1.3.aarch64",
"product": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.aarch64",
"product_id": "translate-toolkit-devel-doc-3.3.6-1.3.aarch64"
}
},
{
"category": "product_version",
"name": "translate-toolkit-doc-3.3.6-1.3.aarch64",
"product": {
"name": "translate-toolkit-doc-3.3.6-1.3.aarch64",
"product_id": "translate-toolkit-doc-3.3.6-1.3.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python36-translate-toolkit-3.3.6-1.3.ppc64le",
"product": {
"name": "python36-translate-toolkit-3.3.6-1.3.ppc64le",
"product_id": "python36-translate-toolkit-3.3.6-1.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-translate-toolkit-3.3.6-1.3.ppc64le",
"product": {
"name": "python38-translate-toolkit-3.3.6-1.3.ppc64le",
"product_id": "python38-translate-toolkit-3.3.6-1.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-translate-toolkit-3.3.6-1.3.ppc64le",
"product": {
"name": "python39-translate-toolkit-3.3.6-1.3.ppc64le",
"product_id": "python39-translate-toolkit-3.3.6-1.3.ppc64le"
}
},
{
"category": "product_version",
"name": "translate-toolkit-devel-doc-3.3.6-1.3.ppc64le",
"product": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.ppc64le",
"product_id": "translate-toolkit-devel-doc-3.3.6-1.3.ppc64le"
}
},
{
"category": "product_version",
"name": "translate-toolkit-doc-3.3.6-1.3.ppc64le",
"product": {
"name": "translate-toolkit-doc-3.3.6-1.3.ppc64le",
"product_id": "translate-toolkit-doc-3.3.6-1.3.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python36-translate-toolkit-3.3.6-1.3.s390x",
"product": {
"name": "python36-translate-toolkit-3.3.6-1.3.s390x",
"product_id": "python36-translate-toolkit-3.3.6-1.3.s390x"
}
},
{
"category": "product_version",
"name": "python38-translate-toolkit-3.3.6-1.3.s390x",
"product": {
"name": "python38-translate-toolkit-3.3.6-1.3.s390x",
"product_id": "python38-translate-toolkit-3.3.6-1.3.s390x"
}
},
{
"category": "product_version",
"name": "python39-translate-toolkit-3.3.6-1.3.s390x",
"product": {
"name": "python39-translate-toolkit-3.3.6-1.3.s390x",
"product_id": "python39-translate-toolkit-3.3.6-1.3.s390x"
}
},
{
"category": "product_version",
"name": "translate-toolkit-devel-doc-3.3.6-1.3.s390x",
"product": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.s390x",
"product_id": "translate-toolkit-devel-doc-3.3.6-1.3.s390x"
}
},
{
"category": "product_version",
"name": "translate-toolkit-doc-3.3.6-1.3.s390x",
"product": {
"name": "translate-toolkit-doc-3.3.6-1.3.s390x",
"product_id": "translate-toolkit-doc-3.3.6-1.3.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python36-translate-toolkit-3.3.6-1.3.x86_64",
"product": {
"name": "python36-translate-toolkit-3.3.6-1.3.x86_64",
"product_id": "python36-translate-toolkit-3.3.6-1.3.x86_64"
}
},
{
"category": "product_version",
"name": "python38-translate-toolkit-3.3.6-1.3.x86_64",
"product": {
"name": "python38-translate-toolkit-3.3.6-1.3.x86_64",
"product_id": "python38-translate-toolkit-3.3.6-1.3.x86_64"
}
},
{
"category": "product_version",
"name": "python39-translate-toolkit-3.3.6-1.3.x86_64",
"product": {
"name": "python39-translate-toolkit-3.3.6-1.3.x86_64",
"product_id": "python39-translate-toolkit-3.3.6-1.3.x86_64"
}
},
{
"category": "product_version",
"name": "translate-toolkit-devel-doc-3.3.6-1.3.x86_64",
"product": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.x86_64",
"product_id": "translate-toolkit-devel-doc-3.3.6-1.3.x86_64"
}
},
{
"category": "product_version",
"name": "translate-toolkit-doc-3.3.6-1.3.x86_64",
"product": {
"name": "translate-toolkit-doc-3.3.6-1.3.x86_64",
"product_id": "translate-toolkit-doc-3.3.6-1.3.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": "python36-translate-toolkit-3.3.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.aarch64"
},
"product_reference": "python36-translate-toolkit-3.3.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-translate-toolkit-3.3.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.ppc64le"
},
"product_reference": "python36-translate-toolkit-3.3.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-translate-toolkit-3.3.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.s390x"
},
"product_reference": "python36-translate-toolkit-3.3.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-translate-toolkit-3.3.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.x86_64"
},
"product_reference": "python36-translate-toolkit-3.3.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-translate-toolkit-3.3.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.aarch64"
},
"product_reference": "python38-translate-toolkit-3.3.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-translate-toolkit-3.3.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.ppc64le"
},
"product_reference": "python38-translate-toolkit-3.3.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-translate-toolkit-3.3.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.s390x"
},
"product_reference": "python38-translate-toolkit-3.3.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-translate-toolkit-3.3.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.x86_64"
},
"product_reference": "python38-translate-toolkit-3.3.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-translate-toolkit-3.3.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.aarch64"
},
"product_reference": "python39-translate-toolkit-3.3.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-translate-toolkit-3.3.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.ppc64le"
},
"product_reference": "python39-translate-toolkit-3.3.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-translate-toolkit-3.3.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.s390x"
},
"product_reference": "python39-translate-toolkit-3.3.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-translate-toolkit-3.3.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.x86_64"
},
"product_reference": "python39-translate-toolkit-3.3.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.aarch64"
},
"product_reference": "translate-toolkit-devel-doc-3.3.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.ppc64le"
},
"product_reference": "translate-toolkit-devel-doc-3.3.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.s390x"
},
"product_reference": "translate-toolkit-devel-doc-3.3.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-devel-doc-3.3.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.x86_64"
},
"product_reference": "translate-toolkit-devel-doc-3.3.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-doc-3.3.6-1.3.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.aarch64"
},
"product_reference": "translate-toolkit-doc-3.3.6-1.3.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-doc-3.3.6-1.3.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.ppc64le"
},
"product_reference": "translate-toolkit-doc-3.3.6-1.3.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-doc-3.3.6-1.3.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.s390x"
},
"product_reference": "translate-toolkit-doc-3.3.6-1.3.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "translate-toolkit-doc-3.3.6-1.3.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.x86_64"
},
"product_reference": "translate-toolkit-doc-3.3.6-1.3.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28957",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-28957"
}
],
"notes": [
{
"category": "general",
"text": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-28957",
"url": "https://www.suse.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "SUSE Bug 1184177 for CVE-2021-28957",
"url": "https://bugzilla.suse.com/1184177"
}
],
"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:python36-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python36-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python38-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:python39-translate-toolkit-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:translate-toolkit-devel-doc-3.3.6-1.3.x86_64",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.aarch64",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.ppc64le",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.s390x",
"openSUSE Tumbleweed:translate-toolkit-doc-3.3.6-1.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-28957"
}
]
}
OPENSUSE-SU-2025:14647-1
Vulnerability from csaf_opensuse - Published: 2025-01-14 00:00 - Updated: 2025-01-14 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://lists.opensuse.org/archives/list/security… | self |
| https://lists.opensuse.org/archives/list/security… | self |
| https://www.suse.com/security/cve/CVE-2021-28957/ | self |
| https://www.suse.com/security/cve/CVE-2021-28957 | external |
| https://bugzilla.suse.com/1184177 | external |
{
"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": "python311-translate-toolkit-3.14.5-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-translate-toolkit-3.14.5-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14647",
"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-2025_14647-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14647-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/L4RLODX5GVSAY4VHIRZHWG4EEKI7MMMM/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14647-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/L4RLODX5GVSAY4VHIRZHWG4EEKI7MMMM/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-28957 page",
"url": "https://www.suse.com/security/cve/CVE-2021-28957/"
}
],
"title": "python311-translate-toolkit-3.14.5-1.1 on GA media",
"tracking": {
"current_release_date": "2025-01-14T00:00:00Z",
"generator": {
"date": "2025-01-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14647-1",
"initial_release_date": "2025-01-14T00:00:00Z",
"revision_history": [
{
"date": "2025-01-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-translate-toolkit-3.14.5-1.1.aarch64",
"product": {
"name": "python311-translate-toolkit-3.14.5-1.1.aarch64",
"product_id": "python311-translate-toolkit-3.14.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-translate-toolkit-3.14.5-1.1.aarch64",
"product": {
"name": "python312-translate-toolkit-3.14.5-1.1.aarch64",
"product_id": "python312-translate-toolkit-3.14.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-translate-toolkit-3.14.5-1.1.aarch64",
"product": {
"name": "python313-translate-toolkit-3.14.5-1.1.aarch64",
"product_id": "python313-translate-toolkit-3.14.5-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-translate-toolkit-3.14.5-1.1.ppc64le",
"product": {
"name": "python311-translate-toolkit-3.14.5-1.1.ppc64le",
"product_id": "python311-translate-toolkit-3.14.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-translate-toolkit-3.14.5-1.1.ppc64le",
"product": {
"name": "python312-translate-toolkit-3.14.5-1.1.ppc64le",
"product_id": "python312-translate-toolkit-3.14.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-translate-toolkit-3.14.5-1.1.ppc64le",
"product": {
"name": "python313-translate-toolkit-3.14.5-1.1.ppc64le",
"product_id": "python313-translate-toolkit-3.14.5-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-translate-toolkit-3.14.5-1.1.s390x",
"product": {
"name": "python311-translate-toolkit-3.14.5-1.1.s390x",
"product_id": "python311-translate-toolkit-3.14.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-translate-toolkit-3.14.5-1.1.s390x",
"product": {
"name": "python312-translate-toolkit-3.14.5-1.1.s390x",
"product_id": "python312-translate-toolkit-3.14.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-translate-toolkit-3.14.5-1.1.s390x",
"product": {
"name": "python313-translate-toolkit-3.14.5-1.1.s390x",
"product_id": "python313-translate-toolkit-3.14.5-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-translate-toolkit-3.14.5-1.1.x86_64",
"product": {
"name": "python311-translate-toolkit-3.14.5-1.1.x86_64",
"product_id": "python311-translate-toolkit-3.14.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-translate-toolkit-3.14.5-1.1.x86_64",
"product": {
"name": "python312-translate-toolkit-3.14.5-1.1.x86_64",
"product_id": "python312-translate-toolkit-3.14.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-translate-toolkit-3.14.5-1.1.x86_64",
"product": {
"name": "python313-translate-toolkit-3.14.5-1.1.x86_64",
"product_id": "python313-translate-toolkit-3.14.5-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": "python311-translate-toolkit-3.14.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.aarch64"
},
"product_reference": "python311-translate-toolkit-3.14.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-translate-toolkit-3.14.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.ppc64le"
},
"product_reference": "python311-translate-toolkit-3.14.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-translate-toolkit-3.14.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.s390x"
},
"product_reference": "python311-translate-toolkit-3.14.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-translate-toolkit-3.14.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.x86_64"
},
"product_reference": "python311-translate-toolkit-3.14.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-translate-toolkit-3.14.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.aarch64"
},
"product_reference": "python312-translate-toolkit-3.14.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-translate-toolkit-3.14.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.ppc64le"
},
"product_reference": "python312-translate-toolkit-3.14.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-translate-toolkit-3.14.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.s390x"
},
"product_reference": "python312-translate-toolkit-3.14.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-translate-toolkit-3.14.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.x86_64"
},
"product_reference": "python312-translate-toolkit-3.14.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-translate-toolkit-3.14.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.aarch64"
},
"product_reference": "python313-translate-toolkit-3.14.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-translate-toolkit-3.14.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.ppc64le"
},
"product_reference": "python313-translate-toolkit-3.14.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-translate-toolkit-3.14.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.s390x"
},
"product_reference": "python313-translate-toolkit-3.14.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-translate-toolkit-3.14.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.x86_64"
},
"product_reference": "python313-translate-toolkit-3.14.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-28957",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-28957"
}
],
"notes": [
{
"category": "general",
"text": "An XSS vulnerability was discovered in python-lxml\u0027s clean module versions before 4.6.3. When disabling the safe_attrs_only and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-28957",
"url": "https://www.suse.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "SUSE Bug 1184177 for CVE-2021-28957",
"url": "https://bugzilla.suse.com/1184177"
}
],
"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:python311-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python311-translate-toolkit-3.14.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python312-translate-toolkit-3.14.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.s390x",
"openSUSE Tumbleweed:python313-translate-toolkit-3.14.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-28957"
}
]
}
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.