Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-15705 (GCVE-0-2017-15705)
Vulnerability from cvelistv5
- Denial of Service
Vendor | Product | Version | ||
---|---|---|---|---|
Apache Software Foundation | Apache SpamAssassin |
Version: all modern versions before 3.4.2 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T20:04:48.538Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "USN-3811-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/3811-2/" }, { "name": "USN-3811-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/3811-1/" }, { "name": "GLSA-201812-07", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/201812-07" }, { "name": "[announce] 20180916 [SECURITY] Apache SpamAssassin 3.4.2 resolves CVE-2017-15705, CVE-2016-1238, CVE-2018-11780 \u0026 CVE-2018-11781", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E" }, { "name": "RHSA-2018:2916", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "name": "105347", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/105347" }, { "name": "[debian-lts-announce] 20181113 [SECURITY] [DLA 1578-1] spamassassin security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "name": "openSUSE-SU-2019:1831", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Apache SpamAssassin", "vendor": "Apache Software Foundation", "versions": [ { "status": "affected", "version": "all modern versions before 3.4.2" } ] } ], "datePublic": "2018-09-16T00:00:00", "descriptions": [ { "lang": "en", "value": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future." } ], "problemTypes": [ { "descriptions": [ { "description": "Denial of Service", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2019-08-06T20:06:06", "orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09", "shortName": "apache" }, "references": [ { "name": "USN-3811-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/3811-2/" }, { "name": "USN-3811-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/3811-1/" }, { "name": "GLSA-201812-07", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/201812-07" }, { "name": "[announce] 20180916 [SECURITY] Apache SpamAssassin 3.4.2 resolves CVE-2017-15705, CVE-2016-1238, CVE-2018-11780 \u0026 CVE-2018-11781", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E" }, { "name": "RHSA-2018:2916", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "name": "105347", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/105347" }, { "name": "[debian-lts-announce] 20181113 [SECURITY] [DLA 1578-1] spamassassin security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "name": "openSUSE-SU-2019:1831", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@apache.org", "DATE_PUBLIC": "2018-09-16T00:00:00", "ID": "CVE-2017-15705", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Apache SpamAssassin", "version": { "version_data": [ { "version_value": "all modern versions before 3.4.2" } ] } } ] }, "vendor_name": "Apache Software Foundation" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Denial of Service" } ] } ] }, "references": { "reference_data": [ { "name": "USN-3811-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3811-2/" }, { "name": "USN-3811-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3811-1/" }, { "name": "GLSA-201812-07", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201812-07" }, { "name": "[announce] 20180916 [SECURITY] Apache SpamAssassin 3.4.2 resolves CVE-2017-15705, CVE-2016-1238, CVE-2018-11780 \u0026 CVE-2018-11781", "refsource": "MLIST", "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c@%3Cannounce.apache.org%3E" }, { "name": "RHSA-2018:2916", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "name": "105347", "refsource": "BID", "url": "http://www.securityfocus.com/bid/105347" }, { "name": "[debian-lts-announce] 20181113 [SECURITY] [DLA 1578-1] spamassassin security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "name": "openSUSE-SU-2019:1831", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09", "assignerShortName": "apache", "cveId": "CVE-2017-15705", "datePublished": "2018-09-17T14:00:00Z", "dateReserved": "2017-10-21T00:00:00", "dateUpdated": "2024-09-16T23:15:46.185Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2017-15705\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2018-09-17T14:29:00.293\",\"lastModified\":\"2024-11-21T03:15:02.343\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \\\"open\\\" event is immediately followed by a \\\"close\\\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \\\"text\\\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.\"},{\"lang\":\"es\",\"value\":\"Se ha descubierto una vulnerabilidad de denegaci\u00f3n de servicio (DoS) en Apache SpamAssassin en versiones anteriores a la 3.4.2. La vulnerabilidad ocurre con ciertas etiquetas no cerradas en correos electr\u00f3nicos que provocan que las marcas se manejen incorrectamente, lo que conduce al agotamiento del tiempo de escaneo. En Apache SpamAssassin, empleando HTML::Parser, se establece un objeto y se engancha a los manejadores de etiqueta de inicio y final. En ambos casos, el evento \\\"open\\\" est\u00e1 inmediatamente seguido por un evento \\\"close\\\"; incluso si la etiqueta *no* se cierra en el HTML que se est\u00e1 analizando. Debido a esto, falta que el evento \\\"text\\\" gestione el objeto de forma normal. Esto puede provocar que los correos electr\u00f3nicos cuidadosamente manipulados tarden m\u00e1s tiempo en escanearse del planeado, lo que conduce a una denegaci\u00f3n de servicio (DoS). El problema es posiblemente un error o decisi\u00f3n en HTML::Parser que impacta en la forma en la que Apache SpamAssassin emplea el m\u00f3dulo con HTML mal formado. El exploit se ha visto \\\"in the wild\\\", pero no se cree que haya sido parte a prop\u00f3sito de un intento de denegaci\u00f3n de servicio (DoS). Se cree que podr\u00edan haber intentos de abusar de la vulnerabilidad en el futuro.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:spamassassin:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.4.2\",\"matchCriteriaId\":\"3B11FE5D-8764-42A3-A534-0EBA21F550D6\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"8D305F7A-D159-4716-AB26-5E38BB5CD991\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"B5A6F2F3-4894-4392-8296-3B8DD2679084\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_desktop:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"33C068A4-3780-4EAB-A937-6082DF847564\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_eus:7.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"0CF73560-2F5B-4723-A8A1-9AADBB3ADA00\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"51EF4996-72F4-4FA4-814F-F5991E7A8318\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_workstation:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"825ECE2D-E232-46E0-A047-074B34DB1E97\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html\",\"source\":\"security@apache.org\"},{\"url\":\"http://www.securityfocus.com/bid/105347\",\"source\":\"security@apache.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2916\",\"source\":\"security@apache.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E\",\"source\":\"security@apache.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html\",\"source\":\"security@apache.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201812-07\",\"source\":\"security@apache.org\"},{\"url\":\"https://usn.ubuntu.com/3811-1/\",\"source\":\"security@apache.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3811-2/\",\"source\":\"security@apache.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.securityfocus.com/bid/105347\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:2916\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201812-07\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://usn.ubuntu.com/3811-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3811-2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
opensuse-su-2019:1831-1
Vulnerability from csaf_opensuse
Notes
{ "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": "Security update for spamassassin", "title": "Title of the patch" }, { "category": "description", "text": "This update for spamassassin to version 3.4.2 fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2018-11781: Fixed an issue where a local user could inject code in the meta rule syntax (bsc#1108748).\n- CVE-2018-11780: Fixed a potential remote code execution vulnerability in the PDFInfo plugin (bsc#1108750).\n- CVE-2017-15705: Fixed a denial of service through unclosed tags in crafted emails (bsc#1108745).\n- CVE-2016-1238: Fixed an issue where perl would load modules from the current directory (bsc#1108749).\n\nNon-security issues fixed:\n\n- Use systemd timers instead of cron (bsc#1115411)\n- Fixed incompatibility with Net::DNS \u003e= 1.01 (bsc#1107765)\n- Fixed warning about deprecated regex during sa-update (bsc#1069831)\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2019-1831", "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-2019_1831-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2019:1831-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XWM23J3YFXDJ4Y2P4EH532AXFSDKVM3Q/#XWM23J3YFXDJ4Y2P4EH532AXFSDKVM3Q" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2019:1831-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XWM23J3YFXDJ4Y2P4EH532AXFSDKVM3Q/#XWM23J3YFXDJ4Y2P4EH532AXFSDKVM3Q" }, { "category": "self", "summary": "SUSE Bug 1069831", "url": "https://bugzilla.suse.com/1069831" }, { "category": "self", "summary": "SUSE Bug 1107765", "url": "https://bugzilla.suse.com/1107765" }, { "category": "self", "summary": "SUSE Bug 1108745", "url": "https://bugzilla.suse.com/1108745" }, { "category": "self", "summary": "SUSE Bug 1108748", "url": "https://bugzilla.suse.com/1108748" }, { "category": "self", "summary": "SUSE Bug 1108749", "url": "https://bugzilla.suse.com/1108749" }, { "category": "self", "summary": "SUSE Bug 1108750", "url": "https://bugzilla.suse.com/1108750" }, { "category": "self", "summary": "SUSE Bug 1115411", "url": "https://bugzilla.suse.com/1115411" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1238 page", "url": "https://www.suse.com/security/cve/CVE-2016-1238/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-15705 page", "url": "https://www.suse.com/security/cve/CVE-2017-15705/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11780 page", "url": "https://www.suse.com/security/cve/CVE-2018-11780/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11781 page", "url": "https://www.suse.com/security/cve/CVE-2018-11781/" } ], "title": "Security update for spamassassin", "tracking": { "current_release_date": "2019-08-06T15:40:29Z", "generator": { "date": "2019-08-06T15:40:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2019:1831-1", "initial_release_date": "2019-08-06T15:40:29Z", "revision_history": [ { "date": "2019-08-06T15:40:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "product_id": "perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64" } }, { "category": "product_version", "name": "spamassassin-3.4.2-lp150.6.3.1.x86_64", "product": { "name": "spamassassin-3.4.2-lp150.6.3.1.x86_64", "product_id": "spamassassin-3.4.2-lp150.6.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.0", "product": { "name": "openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-lp150.6.3.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" }, "product_reference": "spamassassin-3.4.2-lp150.6.3.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-1238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1238" } ], "notes": [ { "category": "general", "text": "(1) cpan/Archive-Tar/bin/ptar, (2) cpan/Archive-Tar/bin/ptardiff, (3) cpan/Archive-Tar/bin/ptargrep, (4) cpan/CPAN/scripts/cpan, (5) cpan/Digest-SHA/shasum, (6) cpan/Encode/bin/enc2xs, (7) cpan/Encode/bin/encguess, (8) cpan/Encode/bin/piconv, (9) cpan/Encode/bin/ucmlint, (10) cpan/Encode/bin/unidump, (11) cpan/ExtUtils-MakeMaker/bin/instmodsh, (12) cpan/IO-Compress/bin/zipdetails, (13) cpan/JSON-PP/bin/json_pp, (14) cpan/Test-Harness/bin/prove, (15) dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp, (16) dist/Module-CoreList/corelist, (17) ext/Pod-Html/bin/pod2html, (18) utils/c2ph.PL, (19) utils/h2ph.PL, (20) utils/h2xs.PL, (21) utils/libnetcfg.PL, (22) utils/perlbug.PL, (23) utils/perldoc.PL, (24) utils/perlivp.PL, and (25) utils/splain.PL in Perl 5.x before 5.22.3-RC2 and 5.24 before 5.24.1-RC2 do not properly remove . (period) characters from the end of the includes directory array, which might allow local users to gain privileges via a Trojan horse module under the current working directory.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1238", "url": "https://www.suse.com/security/cve/CVE-2016-1238" }, { "category": "external", "summary": "SUSE Bug 1108749 for CVE-2016-1238", "url": "https://bugzilla.suse.com/1108749" }, { "category": "external", "summary": "SUSE Bug 1123389 for CVE-2016-1238", "url": "https://bugzilla.suse.com/1123389" }, { "category": "external", "summary": "SUSE Bug 987887 for CVE-2016-1238", "url": "https://bugzilla.suse.com/987887" }, { "category": "external", "summary": "SUSE Bug 988311 for CVE-2016-1238", "url": "https://bugzilla.suse.com/988311" } ], "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.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-06T15:40:29Z", "details": "moderate" } ], "title": "CVE-2016-1238" }, { "cve": "CVE-2017-15705", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-15705" } ], "notes": [ { "category": "general", "text": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-15705", "url": "https://www.suse.com/security/cve/CVE-2017-15705" }, { "category": "external", "summary": "SUSE Bug 1108745 for CVE-2017-15705", "url": "https://bugzilla.suse.com/1108745" } ], "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.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-06T15:40:29Z", "details": "important" } ], "title": "CVE-2017-15705" }, { "cve": "CVE-2018-11780", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11780" } ], "notes": [ { "category": "general", "text": "A potential Remote Code Execution bug exists with the PDFInfo plugin in Apache SpamAssassin before 3.4.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11780", "url": "https://www.suse.com/security/cve/CVE-2018-11780" }, { "category": "external", "summary": "SUSE Bug 1108750 for CVE-2018-11780", "url": "https://bugzilla.suse.com/1108750" } ], "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.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-06T15:40:29Z", "details": "important" } ], "title": "CVE-2018-11780" }, { "cve": "CVE-2018-11781", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11781" } ], "notes": [ { "category": "general", "text": "Apache SpamAssassin 3.4.2 fixes a local user code injection in the meta rule syntax.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11781", "url": "https://www.suse.com/security/cve/CVE-2018-11781" }, { "category": "external", "summary": "SUSE Bug 1108748 for CVE-2018-11781", "url": "https://bugzilla.suse.com/1108748" } ], "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.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.0:perl-Mail-SpamAssassin-3.4.2-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-lp150.6.3.1.x86_64", "openSUSE Leap 15.0:spamassassin-3.4.2-lp150.6.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-06T15:40:29Z", "details": "important" } ], "title": "CVE-2018-11781" } ] }
opensuse-su-2024:11395-1
Vulnerability from csaf_opensuse
Notes
{ "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": "perl-Mail-SpamAssassin-3.4.6-71.3 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the perl-Mail-SpamAssassin-3.4.6-71.3 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11395", "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_11395-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2007-0451 page", "url": "https://www.suse.com/security/cve/CVE-2007-0451/" }, { "category": "self", "summary": "SUSE CVE CVE-2007-2873 page", "url": "https://www.suse.com/security/cve/CVE-2007-2873/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-15705 page", "url": "https://www.suse.com/security/cve/CVE-2017-15705/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11780 page", "url": "https://www.suse.com/security/cve/CVE-2018-11780/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11805 page", "url": "https://www.suse.com/security/cve/CVE-2018-11805/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-12420 page", "url": "https://www.suse.com/security/cve/CVE-2019-12420/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1930 page", "url": "https://www.suse.com/security/cve/CVE-2020-1930/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1931 page", "url": "https://www.suse.com/security/cve/CVE-2020-1931/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1946 page", "url": "https://www.suse.com/security/cve/CVE-2020-1946/" } ], "title": "perl-Mail-SpamAssassin-3.4.6-71.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:11395-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": "perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "product": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "product_id": "perl-Mail-SpamAssassin-3.4.6-71.3.aarch64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64" } }, { "category": "product_version", "name": "spamassassin-3.4.6-71.3.aarch64", "product": { "name": "spamassassin-3.4.6-71.3.aarch64", "product_id": "spamassassin-3.4.6-71.3.aarch64" } }, { "category": "product_version", "name": "spamassassin-spamc-3.4.6-71.3.aarch64", "product": { "name": "spamassassin-spamc-3.4.6-71.3.aarch64", "product_id": "spamassassin-spamc-3.4.6-71.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "product": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "product_id": "perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le" } }, { "category": "product_version", "name": "spamassassin-3.4.6-71.3.ppc64le", "product": { "name": "spamassassin-3.4.6-71.3.ppc64le", "product_id": "spamassassin-3.4.6-71.3.ppc64le" } }, { "category": "product_version", "name": "spamassassin-spamc-3.4.6-71.3.ppc64le", "product": { "name": "spamassassin-spamc-3.4.6-71.3.ppc64le", "product_id": "spamassassin-spamc-3.4.6-71.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "product": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "product_id": "perl-Mail-SpamAssassin-3.4.6-71.3.s390x" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x" } }, { "category": "product_version", "name": "spamassassin-3.4.6-71.3.s390x", "product": { "name": "spamassassin-3.4.6-71.3.s390x", "product_id": "spamassassin-3.4.6-71.3.s390x" } }, { "category": "product_version", "name": "spamassassin-spamc-3.4.6-71.3.s390x", "product": { "name": "spamassassin-spamc-3.4.6-71.3.s390x", "product_id": "spamassassin-spamc-3.4.6-71.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "product": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "product_id": "perl-Mail-SpamAssassin-3.4.6-71.3.x86_64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64" } }, { "category": "product_version", "name": "spamassassin-3.4.6-71.3.x86_64", "product": { "name": "spamassassin-3.4.6-71.3.x86_64", "product_id": "spamassassin-3.4.6-71.3.x86_64" } }, { "category": "product_version", "name": "spamassassin-spamc-3.4.6-71.3.x86_64", "product": { "name": "spamassassin-spamc-3.4.6-71.3.x86_64", "product_id": "spamassassin-spamc-3.4.6-71.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": "perl-Mail-SpamAssassin-3.4.6-71.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le" }, "product_reference": "perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x" }, "product_reference": "perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.6-71.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.6-71.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64" }, "product_reference": "spamassassin-3.4.6-71.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.6-71.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le" }, "product_reference": "spamassassin-3.4.6-71.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.6-71.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x" }, "product_reference": "spamassassin-3.4.6-71.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.6-71.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64" }, "product_reference": "spamassassin-3.4.6-71.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-spamc-3.4.6-71.3.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64" }, "product_reference": "spamassassin-spamc-3.4.6-71.3.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-spamc-3.4.6-71.3.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le" }, "product_reference": "spamassassin-spamc-3.4.6-71.3.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-spamc-3.4.6-71.3.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x" }, "product_reference": "spamassassin-spamc-3.4.6-71.3.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-spamc-3.4.6-71.3.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" }, "product_reference": "spamassassin-spamc-3.4.6-71.3.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-0451", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2007-0451" } ], "notes": [ { "category": "general", "text": "Apache SpamAssassin before 3.1.8 allows remote attackers to cause a denial of service via long URLs in malformed HTML, which triggers \"massive memory usage.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2007-0451", "url": "https://www.suse.com/security/cve/CVE-2007-0451" }, { "category": "external", "summary": "SUSE Bug 246254 for CVE-2007-0451", "url": "https://bugzilla.suse.com/246254" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2007-0451" }, { "cve": "CVE-2007-2873", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2007-2873" } ], "notes": [ { "category": "general", "text": "SpamAssassin 3.1.x, 3.2.0, and 3.2.1 before 20070611, when running as root in unusual configurations using vpopmail or virtual users, allows local users to cause a denial of service (corrupt arbitrary files) via a symlink attack on a file that is used by spamd.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2007-2873", "url": "https://www.suse.com/security/cve/CVE-2007-2873" }, { "category": "external", "summary": "SUSE Bug 284488 for CVE-2007-2873", "url": "https://bugzilla.suse.com/284488" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2007-2873" }, { "cve": "CVE-2017-15705", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-15705" } ], "notes": [ { "category": "general", "text": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-15705", "url": "https://www.suse.com/security/cve/CVE-2017-15705" }, { "category": "external", "summary": "SUSE Bug 1108745 for CVE-2017-15705", "url": "https://bugzilla.suse.com/1108745" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-15705" }, { "cve": "CVE-2018-11780", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11780" } ], "notes": [ { "category": "general", "text": "A potential Remote Code Execution bug exists with the PDFInfo plugin in Apache SpamAssassin before 3.4.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11780", "url": "https://www.suse.com/security/cve/CVE-2018-11780" }, { "category": "external", "summary": "SUSE Bug 1108750 for CVE-2018-11780", "url": "https://bugzilla.suse.com/1108750" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2018-11780" }, { "cve": "CVE-2018-11805", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11805" } ], "notes": [ { "category": "general", "text": "In Apache SpamAssassin before 3.4.3, nefarious CF files can be configured to run system commands without any output or errors. With this, exploits can be injected in a number of scenarios. In addition to upgrading to SA 3.4.3, we recommend that users should only use update channels or 3rd party .cf files from trusted places.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11805", "url": "https://www.suse.com/security/cve/CVE-2018-11805" }, { "category": "external", "summary": "SUSE Bug 1118987 for CVE-2018-11805", "url": "https://bugzilla.suse.com/1118987" }, { "category": "external", "summary": "SUSE Bug 1162197 for CVE-2018-11805", "url": "https://bugzilla.suse.com/1162197" }, { "category": "external", "summary": "SUSE Bug 1162200 for CVE-2018-11805", "url": "https://bugzilla.suse.com/1162200" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2018-11805" }, { "cve": "CVE-2019-12420", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-12420" } ], "notes": [ { "category": "general", "text": "In Apache SpamAssassin before 3.4.3, a message can be crafted in a way to use excessive resources. Upgrading to SA 3.4.3 as soon as possible is the recommended fix but details will not be shared publicly.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-12420", "url": "https://www.suse.com/security/cve/CVE-2019-12420" }, { "category": "external", "summary": "SUSE Bug 1159133 for CVE-2019-12420", "url": "https://bugzilla.suse.com/1159133" }, { "category": "external", "summary": "SUSE Bug 1186513 for CVE-2019-12420", "url": "https://bugzilla.suse.com/1186513" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2019-12420" }, { "cve": "CVE-2020-1930", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1930" } ], "notes": [ { "category": "general", "text": "A command execution issue was found in Apache SpamAssassin prior to 3.4.3. Carefully crafted nefarious rule configuration (.cf) files can be configured to run system commands similar to CVE-2018-11805. With this bug unpatched, exploits can be injected in a number of scenarios including the same privileges as spamd is run which may be elevated though doing so remotely is difficult. In addition to upgrading to SA 3.4.4, we again recommend that users should only use update channels or 3rd party .cf files from trusted places. If you cannot upgrade, do not use 3rd party rulesets, do not use sa-compile and do not run spamd as an account with elevated privileges.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1930", "url": "https://www.suse.com/security/cve/CVE-2020-1930" }, { "category": "external", "summary": "SUSE Bug 1162197 for CVE-2020-1930", "url": "https://bugzilla.suse.com/1162197" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1930" }, { "cve": "CVE-2020-1931", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1931" } ], "notes": [ { "category": "general", "text": "A command execution issue was found in Apache SpamAssassin prior to 3.4.3. Carefully crafted nefarious Configuration (.cf) files can be configured to run system commands similar to CVE-2018-11805. This issue is less stealthy and attempts to exploit the issue will throw warnings. Thanks to Damian Lukowski at credativ for reporting the issue ethically. With this bug unpatched, exploits can be injected in a number of scenarios though doing so remotely is difficult. In addition to upgrading to SA 3.4.4, we again recommend that users should only use update channels or 3rd party .cf files from trusted places.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1931", "url": "https://www.suse.com/security/cve/CVE-2020-1931" }, { "category": "external", "summary": "SUSE Bug 1162197 for CVE-2020-1931", "url": "https://bugzilla.suse.com/1162197" }, { "category": "external", "summary": "SUSE Bug 1162200 for CVE-2020-1931", "url": "https://bugzilla.suse.com/1162200" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1931" }, { "cve": "CVE-2020-1946", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1946" } ], "notes": [ { "category": "general", "text": "In Apache SpamAssassin before 3.4.5, malicious rule configuration (.cf) files can be configured to run system commands without any output or errors. With this, exploits can be injected in a number of scenarios. In addition to upgrading to SA version 3.4.5, users should only use update channels or 3rd party .cf files from trusted places.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1946", "url": "https://www.suse.com/security/cve/CVE-2020-1946" }, { "category": "external", "summary": "SUSE Bug 1184221 for CVE-2020-1946", "url": "https://bugzilla.suse.com/1184221" }, { "category": "external", "summary": "SUSE Bug 1186513 for CVE-2020-1946", "url": "https://bugzilla.suse.com/1186513" } ], "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:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.aarch64", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.ppc64le", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.s390x", "openSUSE Tumbleweed:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-3.4.6-71.3.x86_64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.aarch64", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.ppc64le", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.s390x", "openSUSE Tumbleweed:spamassassin-spamc-3.4.6-71.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-1946" } ] }
suse-su-2019:2011-1
Vulnerability from csaf_suse
Notes
{ "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": "Security update for spamassassin", "title": "Title of the patch" }, { "category": "description", "text": "This update for spamassassin to version 3.4.2 fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2018-11781: Fixed an issue where a local user could inject code in the meta rule syntax (bsc#1108748).\n- CVE-2018-11780: Fixed a potential remote code execution vulnerability in the PDFInfo plugin (bsc#1108750).\n- CVE-2017-15705: Fixed a denial of service through unclosed tags in crafted emails (bsc#1108745).\n- CVE-2016-1238: Fixed an issue where perl would load modules from the current directory (bsc#1108749).\n\nNon-security issues fixed:\n\n- Use systemd timers instead of cron (bsc#1115411)\n- Fixed incompatibility with Net::DNS \u003e= 1.01 (bsc#1107765)\n- Fixed warning about deprecated regex during sa-update (bsc#1069831)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-2011,SUSE-SLE-Module-Basesystem-15-2019-2011,SUSE-SLE-Module-Development-Tools-15-2019-2011", "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/suse-su-2019_2011-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:2011-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192011-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:2011-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192011-1.html" }, { "category": "self", "summary": "SUSE Bug 1069831", "url": "https://bugzilla.suse.com/1069831" }, { "category": "self", "summary": "SUSE Bug 1107765", "url": "https://bugzilla.suse.com/1107765" }, { "category": "self", "summary": "SUSE Bug 1108745", "url": "https://bugzilla.suse.com/1108745" }, { "category": "self", "summary": "SUSE Bug 1108748", "url": "https://bugzilla.suse.com/1108748" }, { "category": "self", "summary": "SUSE Bug 1108749", "url": "https://bugzilla.suse.com/1108749" }, { "category": "self", "summary": "SUSE Bug 1108750", "url": "https://bugzilla.suse.com/1108750" }, { "category": "self", "summary": "SUSE Bug 1115411", "url": "https://bugzilla.suse.com/1115411" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1238 page", "url": "https://www.suse.com/security/cve/CVE-2016-1238/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-15705 page", "url": "https://www.suse.com/security/cve/CVE-2017-15705/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11780 page", "url": "https://www.suse.com/security/cve/CVE-2018-11780/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11781 page", "url": "https://www.suse.com/security/cve/CVE-2018-11781/" } ], "title": "Security update for spamassassin", "tracking": { "current_release_date": "2019-07-29T12:46:29Z", "generator": { "date": "2019-07-29T12:46:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:2011-1", "initial_release_date": "2019-07-29T12:46:29Z", "revision_history": [ { "date": "2019-07-29T12:46:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "product_id": "perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64" } }, { "category": "product_version", "name": "spamassassin-3.4.2-7.4.1.aarch64", "product": { "name": "spamassassin-3.4.2-7.4.1.aarch64", "product_id": "spamassassin-3.4.2-7.4.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.i586", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.i586", "product_id": "perl-Mail-SpamAssassin-3.4.2-7.4.1.i586" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.i586", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.i586", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.i586" } }, { "category": "product_version", "name": "spamassassin-3.4.2-7.4.1.i586", "product": { "name": "spamassassin-3.4.2-7.4.1.i586", "product_id": "spamassassin-3.4.2-7.4.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "product_id": "perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le" } }, { "category": "product_version", "name": "spamassassin-3.4.2-7.4.1.ppc64le", "product": { "name": "spamassassin-3.4.2-7.4.1.ppc64le", "product_id": "spamassassin-3.4.2-7.4.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "product_id": "perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x" } }, { "category": "product_version", "name": "spamassassin-3.4.2-7.4.1.s390x", "product": { "name": "spamassassin-3.4.2-7.4.1.s390x", "product_id": "spamassassin-3.4.2-7.4.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "product_id": "perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" } }, { "category": "product_version", "name": "spamassassin-3.4.2-7.4.1.x86_64", "product": { "name": "spamassassin-3.4.2-7.4.1.x86_64", "product_id": "spamassassin-3.4.2-7.4.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-7.4.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64" }, "product_reference": "spamassassin-3.4.2-7.4.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-7.4.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le" }, "product_reference": "spamassassin-3.4.2-7.4.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-7.4.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x" }, "product_reference": "spamassassin-3.4.2-7.4.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-7.4.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64" }, "product_reference": "spamassassin-3.4.2-7.4.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-1238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1238" } ], "notes": [ { "category": "general", "text": "(1) cpan/Archive-Tar/bin/ptar, (2) cpan/Archive-Tar/bin/ptardiff, (3) cpan/Archive-Tar/bin/ptargrep, (4) cpan/CPAN/scripts/cpan, (5) cpan/Digest-SHA/shasum, (6) cpan/Encode/bin/enc2xs, (7) cpan/Encode/bin/encguess, (8) cpan/Encode/bin/piconv, (9) cpan/Encode/bin/ucmlint, (10) cpan/Encode/bin/unidump, (11) cpan/ExtUtils-MakeMaker/bin/instmodsh, (12) cpan/IO-Compress/bin/zipdetails, (13) cpan/JSON-PP/bin/json_pp, (14) cpan/Test-Harness/bin/prove, (15) dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp, (16) dist/Module-CoreList/corelist, (17) ext/Pod-Html/bin/pod2html, (18) utils/c2ph.PL, (19) utils/h2ph.PL, (20) utils/h2xs.PL, (21) utils/libnetcfg.PL, (22) utils/perlbug.PL, (23) utils/perldoc.PL, (24) utils/perlivp.PL, and (25) utils/splain.PL in Perl 5.x before 5.22.3-RC2 and 5.24 before 5.24.1-RC2 do not properly remove . (period) characters from the end of the includes directory array, which might allow local users to gain privileges via a Trojan horse module under the current working directory.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1238", "url": "https://www.suse.com/security/cve/CVE-2016-1238" }, { "category": "external", "summary": "SUSE Bug 1108749 for CVE-2016-1238", "url": "https://bugzilla.suse.com/1108749" }, { "category": "external", "summary": "SUSE Bug 1123389 for CVE-2016-1238", "url": "https://bugzilla.suse.com/1123389" }, { "category": "external", "summary": "SUSE Bug 987887 for CVE-2016-1238", "url": "https://bugzilla.suse.com/987887" }, { "category": "external", "summary": "SUSE Bug 988311 for CVE-2016-1238", "url": "https://bugzilla.suse.com/988311" } ], "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": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-29T12:46:29Z", "details": "moderate" } ], "title": "CVE-2016-1238" }, { "cve": "CVE-2017-15705", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-15705" } ], "notes": [ { "category": "general", "text": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-15705", "url": "https://www.suse.com/security/cve/CVE-2017-15705" }, { "category": "external", "summary": "SUSE Bug 1108745 for CVE-2017-15705", "url": "https://bugzilla.suse.com/1108745" } ], "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": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-29T12:46:29Z", "details": "important" } ], "title": "CVE-2017-15705" }, { "cve": "CVE-2018-11780", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11780" } ], "notes": [ { "category": "general", "text": "A potential Remote Code Execution bug exists with the PDFInfo plugin in Apache SpamAssassin before 3.4.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11780", "url": "https://www.suse.com/security/cve/CVE-2018-11780" }, { "category": "external", "summary": "SUSE Bug 1108750 for CVE-2018-11780", "url": "https://bugzilla.suse.com/1108750" } ], "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": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-29T12:46:29Z", "details": "important" } ], "title": "CVE-2018-11780" }, { "cve": "CVE-2018-11781", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11781" } ], "notes": [ { "category": "general", "text": "Apache SpamAssassin 3.4.2 fixes a local user code injection in the meta rule syntax.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11781", "url": "https://www.suse.com/security/cve/CVE-2018-11781" }, { "category": "external", "summary": "SUSE Bug 1108748 for CVE-2018-11781", "url": "https://bugzilla.suse.com/1108748" } ], "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": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:perl-Mail-SpamAssassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:spamassassin-3.4.2-7.4.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-7.4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-29T12:46:29Z", "details": "important" } ], "title": "CVE-2018-11781" } ] }
suse-su-2019:1961-1
Vulnerability from csaf_suse
Notes
{ "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 spamassassin", "title": "Title of the patch" }, { "category": "description", "text": "This update for spamassassin to version 3.4.2 fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2017-15705: Fixed denial of service via unclosed tags in crafted emails (bsc#1108745).\n- CVE-2018-11781: Fixed a code injection in the meta rule syntax by local users (bsc#1108748).\n- CVE-2018-11780: Fixed a potential remote code execution vulnerability in PDFInfo plugin (bsc#1108750).\n\nNon-security issues fixed:\n\n- Added four new plugins (disabled by default): HashBL, ResourceLimits, FromNameSpoof, Phishing\n- sa-update script: optional support for SHA-256 / SHA-512 been added for better validation of rules\n- GeoIP2 support has been added to RelayCountry and URILocalBL plugins\n- Several new or enhanced configuration options\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-1961,SUSE-SLE-DESKTOP-12-SP4-2019-1961,SUSE-SLE-SERVER-12-SP4-2019-1961", "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/suse-su-2019_1961-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:1961-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20191961-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:1961-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-July/005748.html" }, { "category": "self", "summary": "SUSE Bug 1108745", "url": "https://bugzilla.suse.com/1108745" }, { "category": "self", "summary": "SUSE Bug 1108748", "url": "https://bugzilla.suse.com/1108748" }, { "category": "self", "summary": "SUSE Bug 1108750", "url": "https://bugzilla.suse.com/1108750" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1238 page", "url": "https://www.suse.com/security/cve/CVE-2016-1238/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-15705 page", "url": "https://www.suse.com/security/cve/CVE-2017-15705/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11780 page", "url": "https://www.suse.com/security/cve/CVE-2018-11780/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-11781 page", "url": "https://www.suse.com/security/cve/CVE-2018-11781/" } ], "title": "Security update for spamassassin", "tracking": { "current_release_date": "2019-07-24T08:32:56Z", "generator": { "date": "2019-07-24T08:32:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:1961-1", "initial_release_date": "2019-07-24T08:32:56Z", "revision_history": [ { "date": "2019-07-24T08:32:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "product_id": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.aarch64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.aarch64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.aarch64" } }, { "category": "product_version", "name": "spamassassin-3.4.2-44.3.1.aarch64", "product": { "name": "spamassassin-3.4.2-44.3.1.aarch64", "product_id": "spamassassin-3.4.2-44.3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.i586", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.i586", "product_id": "perl-Mail-SpamAssassin-3.4.2-44.3.1.i586" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.i586", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.i586", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.i586" } }, { "category": "product_version", "name": "spamassassin-3.4.2-44.3.1.i586", "product": { "name": "spamassassin-3.4.2-44.3.1.i586", "product_id": "spamassassin-3.4.2-44.3.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "product_id": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.ppc64le", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.ppc64le", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.ppc64le" } }, { "category": "product_version", "name": "spamassassin-3.4.2-44.3.1.ppc64le", "product": { "name": "spamassassin-3.4.2-44.3.1.ppc64le", "product_id": "spamassassin-3.4.2-44.3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390", "product_id": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.s390", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.s390", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.s390" } }, { "category": "product_version", "name": "spamassassin-3.4.2-44.3.1.s390", "product": { "name": "spamassassin-3.4.2-44.3.1.s390", "product_id": "spamassassin-3.4.2-44.3.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "product_id": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.s390x", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.s390x", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.s390x" } }, { "category": "product_version", "name": "spamassassin-3.4.2-44.3.1.s390x", "product": { "name": "spamassassin-3.4.2-44.3.1.s390x", "product_id": "spamassassin-3.4.2-44.3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "product": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "product_id": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64" } }, { "category": "product_version", "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.x86_64", "product": { "name": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.x86_64", "product_id": "perl-Mail-SpamAssassin-Plugin-iXhash2-2.05-44.3.1.x86_64" } }, { "category": "product_version", "name": "spamassassin-3.4.2-44.3.1.x86_64", "product": { "name": "spamassassin-3.4.2-44.3.1.x86_64", "product_id": "spamassassin-3.4.2-44.3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Desktop 12 SP4", "product": { "name": "SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sled:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4", "product": { "name": "SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" }, "product_reference": "spamassassin-3.4.2-44.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64" }, "product_reference": "spamassassin-3.4.2-44.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le" }, "product_reference": "spamassassin-3.4.2-44.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x" }, "product_reference": "spamassassin-3.4.2-44.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" }, "product_reference": "spamassassin-3.4.2-44.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64" }, "product_reference": "perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64" }, "product_reference": "spamassassin-3.4.2-44.3.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le" }, "product_reference": "spamassassin-3.4.2-44.3.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x" }, "product_reference": "spamassassin-3.4.2-44.3.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-3.4.2-44.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" }, "product_reference": "spamassassin-3.4.2-44.3.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2016-1238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1238" } ], "notes": [ { "category": "general", "text": "(1) cpan/Archive-Tar/bin/ptar, (2) cpan/Archive-Tar/bin/ptardiff, (3) cpan/Archive-Tar/bin/ptargrep, (4) cpan/CPAN/scripts/cpan, (5) cpan/Digest-SHA/shasum, (6) cpan/Encode/bin/enc2xs, (7) cpan/Encode/bin/encguess, (8) cpan/Encode/bin/piconv, (9) cpan/Encode/bin/ucmlint, (10) cpan/Encode/bin/unidump, (11) cpan/ExtUtils-MakeMaker/bin/instmodsh, (12) cpan/IO-Compress/bin/zipdetails, (13) cpan/JSON-PP/bin/json_pp, (14) cpan/Test-Harness/bin/prove, (15) dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp, (16) dist/Module-CoreList/corelist, (17) ext/Pod-Html/bin/pod2html, (18) utils/c2ph.PL, (19) utils/h2ph.PL, (20) utils/h2xs.PL, (21) utils/libnetcfg.PL, (22) utils/perlbug.PL, (23) utils/perldoc.PL, (24) utils/perlivp.PL, and (25) utils/splain.PL in Perl 5.x before 5.22.3-RC2 and 5.24 before 5.24.1-RC2 do not properly remove . (period) characters from the end of the includes directory array, which might allow local users to gain privileges via a Trojan horse module under the current working directory.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1238", "url": "https://www.suse.com/security/cve/CVE-2016-1238" }, { "category": "external", "summary": "SUSE Bug 1108749 for CVE-2016-1238", "url": "https://bugzilla.suse.com/1108749" }, { "category": "external", "summary": "SUSE Bug 1123389 for CVE-2016-1238", "url": "https://bugzilla.suse.com/1123389" }, { "category": "external", "summary": "SUSE Bug 987887 for CVE-2016-1238", "url": "https://bugzilla.suse.com/987887" }, { "category": "external", "summary": "SUSE Bug 988311 for CVE-2016-1238", "url": "https://bugzilla.suse.com/988311" } ], "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": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-24T08:32:56Z", "details": "moderate" } ], "title": "CVE-2016-1238" }, { "cve": "CVE-2017-15705", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-15705" } ], "notes": [ { "category": "general", "text": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-15705", "url": "https://www.suse.com/security/cve/CVE-2017-15705" }, { "category": "external", "summary": "SUSE Bug 1108745 for CVE-2017-15705", "url": "https://bugzilla.suse.com/1108745" } ], "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": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-24T08:32:56Z", "details": "important" } ], "title": "CVE-2017-15705" }, { "cve": "CVE-2018-11780", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11780" } ], "notes": [ { "category": "general", "text": "A potential Remote Code Execution bug exists with the PDFInfo plugin in Apache SpamAssassin before 3.4.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11780", "url": "https://www.suse.com/security/cve/CVE-2018-11780" }, { "category": "external", "summary": "SUSE Bug 1108750 for CVE-2018-11780", "url": "https://bugzilla.suse.com/1108750" } ], "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": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-24T08:32:56Z", "details": "important" } ], "title": "CVE-2018-11780" }, { "cve": "CVE-2018-11781", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-11781" } ], "notes": [ { "category": "general", "text": "Apache SpamAssassin 3.4.2 fixes a local user code injection in the meta rule syntax.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-11781", "url": "https://www.suse.com/security/cve/CVE-2018-11781" }, { "category": "external", "summary": "SUSE Bug 1108748 for CVE-2018-11781", "url": "https://bugzilla.suse.com/1108748" } ], "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": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server 12 SP4:spamassassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-Mail-SpamAssassin-3.4.2-44.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:spamassassin-3.4.2-44.3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-07-24T08:32:56Z", "details": "important" } ], "title": "CVE-2018-11781" } ] }
fkie_cve-2017-15705
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
security@apache.org | http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html | ||
security@apache.org | http://www.securityfocus.com/bid/105347 | Third Party Advisory, VDB Entry | |
security@apache.org | https://access.redhat.com/errata/RHSA-2018:2916 | Third Party Advisory | |
security@apache.org | https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E | ||
security@apache.org | https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html | Third Party Advisory | |
security@apache.org | https://security.gentoo.org/glsa/201812-07 | ||
security@apache.org | https://usn.ubuntu.com/3811-1/ | Third Party Advisory | |
security@apache.org | https://usn.ubuntu.com/3811-2/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.securityfocus.com/bid/105347 | Third Party Advisory, VDB Entry | |
af854a3a-2127-422b-91ae-364da2661108 | https://access.redhat.com/errata/RHSA-2018:2916 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/201812-07 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/3811-1/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/3811-2/ | Third Party Advisory |
Vendor | Product | Version | |
---|---|---|---|
apache | spamassassin | * | |
canonical | ubuntu_linux | 12.04 | |
canonical | ubuntu_linux | 14.04 | |
canonical | ubuntu_linux | 16.04 | |
canonical | ubuntu_linux | 18.04 | |
debian | debian_linux | 8.0 | |
redhat | enterprise_linux_desktop | 7.0 | |
redhat | enterprise_linux_eus | 7.5 | |
redhat | enterprise_linux_server | 7.0 | |
redhat | enterprise_linux_workstation | 7.0 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:apache:spamassassin:*:*:*:*:*:*:*:*", "matchCriteriaId": "3B11FE5D-8764-42A3-A534-0EBA21F550D6", "versionEndExcluding": "3.4.2", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*", "matchCriteriaId": "8D305F7A-D159-4716-AB26-5E38BB5CD991", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*", "matchCriteriaId": "B5A6F2F3-4894-4392-8296-3B8DD2679084", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_desktop:7.0:*:*:*:*:*:*:*", "matchCriteriaId": "33C068A4-3780-4EAB-A937-6082DF847564", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_eus:7.5:*:*:*:*:*:*:*", "matchCriteriaId": "0CF73560-2F5B-4723-A8A1-9AADBB3ADA00", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*", "matchCriteriaId": "51EF4996-72F4-4FA4-814F-F5991E7A8318", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_workstation:7.0:*:*:*:*:*:*:*", "matchCriteriaId": "825ECE2D-E232-46E0-A047-074B34DB1E97", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future." }, { "lang": "es", "value": "Se ha descubierto una vulnerabilidad de denegaci\u00f3n de servicio (DoS) en Apache SpamAssassin en versiones anteriores a la 3.4.2. La vulnerabilidad ocurre con ciertas etiquetas no cerradas en correos electr\u00f3nicos que provocan que las marcas se manejen incorrectamente, lo que conduce al agotamiento del tiempo de escaneo. En Apache SpamAssassin, empleando HTML::Parser, se establece un objeto y se engancha a los manejadores de etiqueta de inicio y final. En ambos casos, el evento \"open\" est\u00e1 inmediatamente seguido por un evento \"close\"; incluso si la etiqueta *no* se cierra en el HTML que se est\u00e1 analizando. Debido a esto, falta que el evento \"text\" gestione el objeto de forma normal. Esto puede provocar que los correos electr\u00f3nicos cuidadosamente manipulados tarden m\u00e1s tiempo en escanearse del planeado, lo que conduce a una denegaci\u00f3n de servicio (DoS). El problema es posiblemente un error o decisi\u00f3n en HTML::Parser que impacta en la forma en la que Apache SpamAssassin emplea el m\u00f3dulo con HTML mal formado. El exploit se ha visto \"in the wild\", pero no se cree que haya sido parte a prop\u00f3sito de un intento de denegaci\u00f3n de servicio (DoS). Se cree que podr\u00edan haber intentos de abusar de la vulnerabilidad en el futuro." } ], "id": "CVE-2017-15705", "lastModified": "2024-11-21T03:15:02.343", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2018-09-17T14:29:00.293", "references": [ { "source": "security@apache.org", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" }, { "source": "security@apache.org", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105347" }, { "source": "security@apache.org", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "source": "security@apache.org", "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E" }, { "source": "security@apache.org", "tags": [ "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "source": "security@apache.org", "url": "https://security.gentoo.org/glsa/201812-07" }, { "source": "security@apache.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3811-1/" }, { "source": "security@apache.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3811-2/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105347" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c%40%3Cannounce.apache.org%3E" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.gentoo.org/glsa/201812-07" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3811-1/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3811-2/" } ], "sourceIdentifier": "security@apache.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-20" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
rhsa-2018:2916
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for spamassassin is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The SpamAssassin tool provides a way to reduce unsolicited commercial email (spam) from incoming email.\n\nSecurity Fix(es):\n\n* spamassassin: Certain unclosed tags in crafted emails allow for scan timeouts and result in denial of service (CVE-2017-15705)\n\n* spamassassin: Local user code injection in the meta rule syntax (CVE-2018-11781)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:2916", "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1629521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1629521" }, { "category": "external", "summary": "1629536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1629536" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_2916.json" } ], "title": "Red Hat Security Advisory: spamassassin security update", "tracking": { "current_release_date": "2024-11-22T12:17:44+00:00", "generator": { "date": "2024-11-22T12:17:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2018:2916", "initial_release_date": "2018-10-11T21:34:52+00:00", "revision_history": [ { "date": "2018-10-11T21:34:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-10-11T21:34:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T12:17:44+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "spamassassin-0:3.4.0-4.el7_5.x86_64", "product": { "name": "spamassassin-0:3.4.0-4.el7_5.x86_64", "product_id": "spamassassin-0:3.4.0-4.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin@3.4.0-4.el7_5?arch=x86_64" } } }, { "category": "product_version", "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "product": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "product_id": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin-debuginfo@3.4.0-4.el7_5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "spamassassin-0:3.4.0-4.el7_5.src", "product": { "name": "spamassassin-0:3.4.0-4.el7_5.src", "product_id": "spamassassin-0:3.4.0-4.el7_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin@3.4.0-4.el7_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "spamassassin-0:3.4.0-4.el7_5.s390x", "product": { "name": "spamassassin-0:3.4.0-4.el7_5.s390x", "product_id": "spamassassin-0:3.4.0-4.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin@3.4.0-4.el7_5?arch=s390x" } } }, { "category": "product_version", "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "product": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "product_id": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin-debuginfo@3.4.0-4.el7_5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "spamassassin-0:3.4.0-4.el7_5.ppc64", "product": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64", "product_id": "spamassassin-0:3.4.0-4.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin@3.4.0-4.el7_5?arch=ppc64" } } }, { "category": "product_version", "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "product": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "product_id": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin-debuginfo@3.4.0-4.el7_5?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "product": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "product_id": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin@3.4.0-4.el7_5?arch=ppc64le" } } }, { "category": "product_version", "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "product": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "product_id": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin-debuginfo@3.4.0-4.el7_5?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "spamassassin-0:3.4.0-4.el7_5.aarch64", "product": { "name": "spamassassin-0:3.4.0-4.el7_5.aarch64", "product_id": "spamassassin-0:3.4.0-4.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin@3.4.0-4.el7_5?arch=aarch64" } } }, { "category": "product_version", "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "product": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "product_id": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/spamassassin-debuginfo@3.4.0-4.el7_5?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.src", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Client-optional-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.src", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Server-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.src", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server (v. 7)", "product_id": "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Server-Alt-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.src", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "relates_to_product_reference": "7Workstation-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" }, "product_reference": "spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "relates_to_product_reference": "7Workstation-7.5.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-15705", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-09-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1629521" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way SpamAssassin processes HTML email containing unclosed HTML tags. A carefully crafted mail message could cause SpamAssassin to consume significant resources. If a large number of these messages are sent, a denial of service could occur potentially delaying or preventing the delivery of email.", "title": "Vulnerability description" }, { "category": "summary", "text": "spamassassin: Certain unclosed tags in crafted emails allow for scan timeouts and result in denial of service", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15705" }, { "category": "external", "summary": "RHBZ#1629521", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1629521" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15705", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15705" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15705", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15705" }, { "category": "external", "summary": "https://mail-archives.apache.org/mod_mbox/spamassassin-announce/201809.mbox/raw/%3Cc57c0f41-742c-3c3e-249c-ae2614bf0d7d%40apache.org%3E/", "url": "https://mail-archives.apache.org/mod_mbox/spamassassin-announce/201809.mbox/raw/%3Cc57c0f41-742c-3c3e-249c-ae2614bf0d7d%40apache.org%3E/" } ], "release_date": "2018-09-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-10-11T21:34:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2916" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "spamassassin: Certain unclosed tags in crafted emails allow for scan timeouts and result in denial of service" }, { "cve": "CVE-2018-11781", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2018-09-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1629536" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way a local user on the SpamAssassin server could inject code in the meta rule syntax. This could cause the arbitrary code execution on the server when these rules are being processed.", "title": "Vulnerability description" }, { "category": "summary", "text": "spamassassin: Local user code injection in the meta rule syntax", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-11781" }, { "category": "external", "summary": "RHBZ#1629536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1629536" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-11781", "url": "https://www.cve.org/CVERecord?id=CVE-2018-11781" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-11781", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-11781" }, { "category": "external", "summary": "https://mail-archives.apache.org/mod_mbox/spamassassin-announce/201809.mbox/raw/%3Cc57c0f41-742c-3c3e-249c-ae2614bf0d7d%40apache.org%3E/", "url": "https://mail-archives.apache.org/mod_mbox/spamassassin-announce/201809.mbox/raw/%3Cc57c0f41-742c-3c3e-249c-ae2614bf0d7d%40apache.org%3E/" } ], "release_date": "2018-09-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-10-11T21:34:52+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:2916" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Client-optional-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Client-optional-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Server-Alt-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Server-Alt-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.src", "7Workstation-7.5.Z:spamassassin-0:3.4.0-4.el7_5.x86_64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.aarch64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.ppc64le", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.s390x", "7Workstation-7.5.Z:spamassassin-debuginfo-0:3.4.0-4.el7_5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "spamassassin: Local user code injection in the meta rule syntax" } ] }
ghsa-m63q-qrvc-wwrm
Vulnerability from github
A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the "open" event is immediately followed by a "close" event - even if the tag does not close in the HTML being parsed. Because of this, we are missing the "text" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.
{ "affected": [], "aliases": [ "CVE-2017-15705" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2018-09-17T14:29:00Z", "severity": "MODERATE" }, "details": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "id": "GHSA-m63q-qrvc-wwrm", "modified": "2022-05-14T01:48:30Z", "published": "2022-05-14T01:48:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15705" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c@%3Cannounce.apache.org%3E" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/201812-07" }, { "type": "WEB", "url": "https://usn.ubuntu.com/3811-1" }, { "type": "WEB", "url": "https://usn.ubuntu.com/3811-2" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/105347" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "type": "CVSS_V3" } ] }
gsd-2017-15705
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2017-15705", "description": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "id": "GSD-2017-15705", "references": [ "https://www.suse.com/security/cve/CVE-2017-15705.html", "https://access.redhat.com/errata/RHSA-2018:2916", "https://ubuntu.com/security/CVE-2017-15705", "https://advisories.mageia.org/CVE-2017-15705.html", "https://alas.aws.amazon.com/cve/html/CVE-2017-15705.html", "https://linux.oracle.com/cve/CVE-2017-15705.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-15705" ], "details": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.", "id": "GSD-2017-15705", "modified": "2023-12-13T01:20:58.480348Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@apache.org", "DATE_PUBLIC": "2018-09-16T00:00:00", "ID": "CVE-2017-15705", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Apache SpamAssassin", "version": { "version_data": [ { "version_value": "all modern versions before 3.4.2" } ] } } ] }, "vendor_name": "Apache Software Foundation" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Denial of Service" } ] } ] }, "references": { "reference_data": [ { "name": "USN-3811-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3811-2/" }, { "name": "USN-3811-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3811-1/" }, { "name": "GLSA-201812-07", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201812-07" }, { "name": "[announce] 20180916 [SECURITY] Apache SpamAssassin 3.4.2 resolves CVE-2017-15705, CVE-2016-1238, CVE-2018-11780 \u0026 CVE-2018-11781", "refsource": "MLIST", "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c@%3Cannounce.apache.org%3E" }, { "name": "RHSA-2018:2916", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "name": "105347", "refsource": "BID", "url": "http://www.securityfocus.com/bid/105347" }, { "name": "[debian-lts-announce] 20181113 [SECURITY] [DLA 1578-1] spamassassin security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "name": "openSUSE-SU-2019:1831", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:apache:spamassassin:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.4.2", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_eus:7.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_workstation:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_desktop:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@apache.org", "ID": "CVE-2017-15705" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the \"open\" event is immediately followed by a \"close\" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the \"text\" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-20" } ] } ] }, "references": { "reference_data": [ { "name": "[announce] 20180916 [SECURITY] Apache SpamAssassin 3.4.2 resolves CVE-2017-15705, CVE-2016-1238, CVE-2018-11780 \u0026 CVE-2018-11781", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.apache.org/thread.html/7f6a16bc0fd0fd5e67c7fd95bd655069a2ac7d1f88e42d3c853e601c@%3Cannounce.apache.org%3E" }, { "name": "105347", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/105347" }, { "name": "RHSA-2018:2916", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/errata/RHSA-2018:2916" }, { "name": "USN-3811-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3811-1/" }, { "name": "USN-3811-2", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/3811-2/" }, { "name": "[debian-lts-announce] 20181113 [SECURITY] [DLA 1578-1] spamassassin security update", "refsource": "MLIST", "tags": [ "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2018/11/msg00016.html" }, { "name": "GLSA-201812-07", "refsource": "GENTOO", "tags": [], "url": "https://security.gentoo.org/glsa/201812-07" }, { "name": "openSUSE-SU-2019:1831", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00002.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 1.4 } }, "lastModifiedDate": "2018-12-16T11:29Z", "publishedDate": "2018-09-17T14:29Z" } } }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.