Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-20919 (GCVE-0-2019-20919)
Vulnerability from cvelistv5
Published
2020-09-17 17:35
Modified
2024-08-05 03:00
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T03:00:18.776Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "name": "USN-4534-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4534-1/" }, { "name": "FEDORA-2020-f30298614a", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "name": "[debian-lts-announce] 20200928 [SECURITY] [DLA 2386-1] libdbi-perl security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "name": "openSUSE-SU-2020:1620", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "name": "openSUSE-SU-2020:1628", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2020-10-06T17:06:10", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "name": "USN-4534-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4534-1/" }, { "name": "FEDORA-2020-f30298614a", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "name": "[debian-lts-announce] 20200928 [SECURITY] [DLA 2386-1] libdbi-perl security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "name": "openSUSE-SU-2020:1620", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "name": "openSUSE-SU-2020:1628", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-20919", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-...", "refsource": "MISC", "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "name": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff", "refsource": "MISC", "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "name": "USN-4534-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4534-1/" }, { "name": "FEDORA-2020-f30298614a", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "name": "[debian-lts-announce] 20200928 [SECURITY] [DLA 2386-1] libdbi-perl security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "name": "openSUSE-SU-2020:1620", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "name": "openSUSE-SU-2020:1628", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2019-20919", "datePublished": "2020-09-17T17:35:43", "dateReserved": "2020-09-17T00:00:00", "dateUpdated": "2024-08-05T03:00:18.776Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2019-20919\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2020-09-17T18:15:12.147\",\"lastModified\":\"2024-11-21T04:39:41.417\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.\"},{\"lang\":\"es\",\"value\":\"Se detect\u00f3 un problema en el m\u00f3dulo DBI versiones anteriores a 1.643 para Perl.\u0026#xa0;La documentaci\u00f3n de la funci\u00f3n hv_fetch() requiere comprobaci\u00f3n para NULL y el c\u00f3digo lo hace.\u0026#xa0;Pero, poco despu\u00e9s, llama a SvOK(profile), causando una desreferencia del puntero NULL\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:M/Au:N/C:N/I:N/A:P\",\"baseScore\":1.9,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.4,\"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-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:perl:dbi:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.643\",\"matchCriteriaId\":\"E19FB9B3-EBC0-408F-A11E-8FC538337A1D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80F0FA5D-8D3B-4C0E-81E2-87998286AF33\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:-:*:*:*\",\"matchCriteriaId\":\"CB66DB75-2B16-4EBF-9B93-CE49D8086E41\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"815D70A8-47D3-459C-A32C-9FEACA0659D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B620311B-34A3-48A6-82DF-6F078D7A4493\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B009C22E-30A4-4288-BCF6-C3E81DEAF45A\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-...\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4534-1/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-...\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4534-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
opensuse-su-2020:1620-1
Vulnerability from csaf_opensuse
Published
2020-10-05 12:21
Modified
2020-10-05 12:21
Summary
Security update for perl-DBI
Notes
Title of the patch
Security update for perl-DBI
Description of the patch
This update for perl-DBI fixes the following issues:
- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).
This update was imported from the SUSE:SLE-15:Update update project.
Patchnames
openSUSE-2020-1620
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 perl-DBI", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl-DBI fixes the following issues:\n\n- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-1620", "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-2020_1620-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:1620-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/US6VXPKVAYHOKNFSAFLM3FWNYZSJKQHS/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:1620-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/US6VXPKVAYHOKNFSAFLM3FWNYZSJKQHS/" }, { "category": "self", "summary": "SUSE Bug 1176764", "url": "https://bugzilla.suse.com/1176764" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" } ], "title": "Security update for perl-DBI", "tracking": { "current_release_date": "2020-10-05T12:21:41Z", "generator": { "date": "2020-10-05T12:21:41Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:1620-1", "initial_release_date": "2020-10-05T12:21:41Z", "revision_history": [ { "date": "2020-10-05T12:21:41Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-lp151.3.13.1.i586", "product": { "name": "perl-DBI-1.639-lp151.3.13.1.i586", "product_id": "perl-DBI-1.639-lp151.3.13.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-lp151.3.13.1.x86_64", "product": { "name": "perl-DBI-1.639-lp151.3.13.1.x86_64", "product_id": "perl-DBI-1.639-lp151.3.13.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-lp151.3.13.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.i586" }, "product_reference": "perl-DBI-1.639-lp151.3.13.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-lp151.3.13.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.x86_64" }, "product_reference": "perl-DBI-1.639-lp151.3.13.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.i586", "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "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.1:perl-DBI-1.639-lp151.3.13.1.i586", "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.i586", "openSUSE Leap 15.1:perl-DBI-1.639-lp151.3.13.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-05T12:21:41Z", "details": "important" } ], "title": "CVE-2019-20919" } ] }
opensuse-su-2024:14061-1
Vulnerability from csaf_opensuse
Published
2024-06-21 00:00
Modified
2024-06-21 00:00
Summary
perl-DBI-1.643-4.1 on GA media
Notes
Title of the patch
perl-DBI-1.643-4.1 on GA media
Description of the patch
These are all security issues fixed in the perl-DBI-1.643-4.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14061
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-DBI-1.643-4.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the perl-DBI-1.643-4.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14061", "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_14061-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-14392 page", "url": "https://www.suse.com/security/cve/CVE-2020-14392/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-14393 page", "url": "https://www.suse.com/security/cve/CVE-2020-14393/" } ], "title": "perl-DBI-1.643-4.1 on GA media", "tracking": { "current_release_date": "2024-06-21T00:00:00Z", "generator": { "date": "2024-06-21T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14061-1", "initial_release_date": "2024-06-21T00:00:00Z", "revision_history": [ { "date": "2024-06-21T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.643-4.1.aarch64", "product": { "name": "perl-DBI-1.643-4.1.aarch64", "product_id": "perl-DBI-1.643-4.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.643-4.1.ppc64le", "product": { "name": "perl-DBI-1.643-4.1.ppc64le", "product_id": "perl-DBI-1.643-4.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.643-4.1.s390x", "product": { "name": "perl-DBI-1.643-4.1.s390x", "product_id": "perl-DBI-1.643-4.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.643-4.1.x86_64", "product": { "name": "perl-DBI-1.643-4.1.x86_64", "product_id": "perl-DBI-1.643-4.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.643-4.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-DBI-1.643-4.1.aarch64" }, "product_reference": "perl-DBI-1.643-4.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.643-4.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le" }, "product_reference": "perl-DBI-1.643-4.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.643-4.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x" }, "product_reference": "perl-DBI-1.643-4.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.643-4.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" }, "product_reference": "perl-DBI-1.643-4.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "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-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-21T00:00:00Z", "details": "important" } ], "title": "CVE-2019-20919" }, { "cve": "CVE-2020-14392", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-14392" } ], "notes": [ { "category": "general", "text": "An untrusted pointer dereference flaw was found in Perl-DBI \u003c 1.643. A local attacker who is able to manipulate calls to dbd_db_login6_sv() could cause memory corruption, affecting the service\u0027s availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-14392", "url": "https://www.suse.com/security/cve/CVE-2020-14392" }, { "category": "external", "summary": "SUSE Bug 1176412 for CVE-2020-14392", "url": "https://bugzilla.suse.com/1176412" } ], "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-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.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-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-21T00:00:00Z", "details": "important" } ], "title": "CVE-2020-14392" }, { "cve": "CVE-2020-14393", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-14393" } ], "notes": [ { "category": "general", "text": "A buffer overflow was found in perl-DBI \u003c 1.643 in DBI.xs. A local attacker who is able to supply a string longer than 300 characters could cause an out-of-bounds write, affecting the availability of the service or integrity of data.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-14393", "url": "https://www.suse.com/security/cve/CVE-2020-14393" }, { "category": "external", "summary": "SUSE Bug 1176409 for CVE-2020-14393", "url": "https://bugzilla.suse.com/1176409" } ], "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-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-DBI-1.643-4.1.aarch64", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.ppc64le", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.s390x", "openSUSE Tumbleweed:perl-DBI-1.643-4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-21T00:00:00Z", "details": "important" } ], "title": "CVE-2020-14393" } ] }
opensuse-su-2020:1628-1
Vulnerability from csaf_opensuse
Published
2020-10-06 10:23
Modified
2020-10-06 10:23
Summary
Security update for perl-DBI
Notes
Title of the patch
Security update for perl-DBI
Description of the patch
This update for perl-DBI fixes the following issues:
- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).
This update was imported from the SUSE:SLE-15-SP2:Update update project.
Patchnames
openSUSE-2020-1628
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 perl-DBI", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl-DBI fixes the following issues:\n\n- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).\n\nThis update was imported from the SUSE:SLE-15-SP2:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-1628", "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-2020_1628-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:1628-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KJN7E27GD6QQ2CRGEJ3TNW2DJFXA2AKN/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:1628-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KJN7E27GD6QQ2CRGEJ3TNW2DJFXA2AKN/" }, { "category": "self", "summary": "SUSE Bug 1176764", "url": "https://bugzilla.suse.com/1176764" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" } ], "title": "Security update for perl-DBI", "tracking": { "current_release_date": "2020-10-06T10:23:29Z", "generator": { "date": "2020-10-06T10:23:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:1628-1", "initial_release_date": "2020-10-06T10:23:29Z", "revision_history": [ { "date": "2020-10-06T10:23:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-lp152.2.6.1.i586", "product": { "name": "perl-DBI-1.642-lp152.2.6.1.i586", "product_id": "perl-DBI-1.642-lp152.2.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-lp152.2.6.1.x86_64", "product": { "name": "perl-DBI-1.642-lp152.2.6.1.x86_64", "product_id": "perl-DBI-1.642-lp152.2.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.642-lp152.2.6.1.i586 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.i586" }, "product_reference": "perl-DBI-1.642-lp152.2.6.1.i586", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.642-lp152.2.6.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.x86_64" }, "product_reference": "perl-DBI-1.642-lp152.2.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.i586", "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.i586", "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.i586", "openSUSE Leap 15.2:perl-DBI-1.642-lp152.2.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-06T10:23:29Z", "details": "important" } ], "title": "CVE-2019-20919" } ] }
suse-su-2020:2856-1
Vulnerability from csaf_suse
Published
2020-10-05 07:44
Modified
2020-10-05 07:44
Summary
Security update for perl-DBI
Notes
Title of the patch
Security update for perl-DBI
Description of the patch
This update for perl-DBI fixes the following issues:
- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).
- CVE-2013-7490: Fixed memory corruption when using many arguments
to methods for CallbacksUsing (bsc#1176496).
Patchnames
HPE-Helion-OpenStack-8-2020-2856,SUSE-2020-2856,SUSE-OpenStack-Cloud-7-2020-2856,SUSE-OpenStack-Cloud-8-2020-2856,SUSE-OpenStack-Cloud-9-2020-2856,SUSE-OpenStack-Cloud-Crowbar-8-2020-2856,SUSE-OpenStack-Cloud-Crowbar-9-2020-2856,SUSE-SLE-SAP-12-SP2-2020-2856,SUSE-SLE-SAP-12-SP3-2020-2856,SUSE-SLE-SAP-12-SP4-2020-2856,SUSE-SLE-SERVER-12-SP2-2020-2856,SUSE-SLE-SERVER-12-SP2-BCL-2020-2856,SUSE-SLE-SERVER-12-SP3-2020-2856,SUSE-SLE-SERVER-12-SP3-BCL-2020-2856,SUSE-SLE-SERVER-12-SP4-LTSS-2020-2856,SUSE-SLE-SERVER-12-SP5-2020-2856,SUSE-Storage-5-2020-2856
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 perl-DBI", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl-DBI fixes the following issues:\n\n- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).\n- CVE-2013-7490: Fixed memory corruption when using many arguments \n to methods for CallbacksUsing (bsc#1176496).\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2020-2856,SUSE-2020-2856,SUSE-OpenStack-Cloud-7-2020-2856,SUSE-OpenStack-Cloud-8-2020-2856,SUSE-OpenStack-Cloud-9-2020-2856,SUSE-OpenStack-Cloud-Crowbar-8-2020-2856,SUSE-OpenStack-Cloud-Crowbar-9-2020-2856,SUSE-SLE-SAP-12-SP2-2020-2856,SUSE-SLE-SAP-12-SP3-2020-2856,SUSE-SLE-SAP-12-SP4-2020-2856,SUSE-SLE-SERVER-12-SP2-2020-2856,SUSE-SLE-SERVER-12-SP2-BCL-2020-2856,SUSE-SLE-SERVER-12-SP3-2020-2856,SUSE-SLE-SERVER-12-SP3-BCL-2020-2856,SUSE-SLE-SERVER-12-SP4-LTSS-2020-2856,SUSE-SLE-SERVER-12-SP5-2020-2856,SUSE-Storage-5-2020-2856", "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-2020_2856-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:2856-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20202856-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:2856-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-October/007519.html" }, { "category": "self", "summary": "SUSE Bug 1176496", "url": "https://bugzilla.suse.com/1176496" }, { "category": "self", "summary": "SUSE Bug 1176764", "url": "https://bugzilla.suse.com/1176764" }, { "category": "self", "summary": "SUSE CVE CVE-2013-7490 page", "url": "https://www.suse.com/security/cve/CVE-2013-7490/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" } ], "title": "Security update for perl-DBI", "tracking": { "current_release_date": "2020-10-05T07:44:34Z", "generator": { "date": "2020-10-05T07:44:34Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:2856-1", "initial_release_date": "2020-10-05T07:44:34Z", "revision_history": [ { "date": "2020-10-05T07:44:34Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.628-5.6.1.aarch64", "product": { "name": "perl-DBI-1.628-5.6.1.aarch64", "product_id": "perl-DBI-1.628-5.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.628-5.6.1.i586", "product": { "name": "perl-DBI-1.628-5.6.1.i586", "product_id": "perl-DBI-1.628-5.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.628-5.6.1.ppc64le", "product": { "name": "perl-DBI-1.628-5.6.1.ppc64le", "product_id": "perl-DBI-1.628-5.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.628-5.6.1.s390", "product": { "name": "perl-DBI-1.628-5.6.1.s390", "product_id": "perl-DBI-1.628-5.6.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.628-5.6.1.s390x", "product": { "name": "perl-DBI-1.628-5.6.1.s390x", "product_id": "perl-DBI-1.628-5.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.628-5.6.1.x86_64", "product": { "name": "perl-DBI-1.628-5.6.1.x86_64", "product_id": "perl-DBI-1.628-5.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "HPE Helion OpenStack 8", "product": { "name": "HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8", "product_identification_helper": { "cpe": "cpe:/o:suse:hpe-helion-openstack:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 7", "product": { "name": "SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:7" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 8", "product": { "name": "SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 9", "product": { "name": "SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:9" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 9", "product": { "name": "SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp3" } } }, { "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_name", "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 5", "product": { "name": "SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x" }, "product_reference": "perl-DBI-1.628-5.6.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.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-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.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-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x" }, "product_reference": "perl-DBI-1.628-5.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64" }, "product_reference": "perl-DBI-1.628-5.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x" }, "product_reference": "perl-DBI-1.628-5.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64" }, "product_reference": "perl-DBI-1.628-5.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x" }, "product_reference": "perl-DBI-1.628-5.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64" }, "product_reference": "perl-DBI-1.628-5.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x" }, "product_reference": "perl-DBI-1.628-5.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64" }, "product_reference": "perl-DBI-1.628-5.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le" }, "product_reference": "perl-DBI-1.628-5.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x" }, "product_reference": "perl-DBI-1.628-5.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64" }, "product_reference": "perl-DBI-1.628-5.6.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.628-5.6.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64" }, "product_reference": "perl-DBI-1.628-5.6.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" } ] }, "vulnerabilities": [ { "cve": "CVE-2013-7490", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-7490" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.632 for Perl. Using many arguments to methods for Callbacks may lead to memory corruption.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-7490", "url": "https://www.suse.com/security/cve/CVE-2013-7490" }, { "category": "external", "summary": "SUSE Bug 1176496 for CVE-2013-7490", "url": "https://bugzilla.suse.com/1176496" } ], "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": [ "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-05T07:44:34Z", "details": "important" } ], "title": "CVE-2013-7490" }, { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "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": [ "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Enterprise Storage 5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:perl-DBI-1.628-5.6.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.s390x", "SUSE OpenStack Cloud 7:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud 9:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:perl-DBI-1.628-5.6.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:perl-DBI-1.628-5.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-05T07:44:34Z", "details": "important" } ], "title": "CVE-2019-20919" } ] }
suse-su-2020:2828-1
Vulnerability from csaf_suse
Published
2020-10-02 08:33
Modified
2020-10-02 08:33
Summary
Security update for perl-DBI
Notes
Title of the patch
Security update for perl-DBI
Description of the patch
This update for perl-DBI fixes the following issues:
- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).
Patchnames
SUSE-2020-2828,SUSE-SLE-Module-Basesystem-15-SP2-2020-2828
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 perl-DBI", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl-DBI fixes the following issues:\n\n- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-2828,SUSE-SLE-Module-Basesystem-15-SP2-2020-2828", "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-2020_2828-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:2828-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20202828-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:2828-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-October/007515.html" }, { "category": "self", "summary": "SUSE Bug 1176764", "url": "https://bugzilla.suse.com/1176764" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" } ], "title": "Security update for perl-DBI", "tracking": { "current_release_date": "2020-10-02T08:33:26Z", "generator": { "date": "2020-10-02T08:33:26Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:2828-1", "initial_release_date": "2020-10-02T08:33:26Z", "revision_history": [ { "date": "2020-10-02T08:33:26Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-3.6.1.aarch64", "product": { "name": "perl-DBI-1.642-3.6.1.aarch64", "product_id": "perl-DBI-1.642-3.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-3.6.1.i586", "product": { "name": "perl-DBI-1.642-3.6.1.i586", "product_id": "perl-DBI-1.642-3.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-3.6.1.ppc64le", "product": { "name": "perl-DBI-1.642-3.6.1.ppc64le", "product_id": "perl-DBI-1.642-3.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-3.6.1.s390x", "product": { "name": "perl-DBI-1.642-3.6.1.s390x", "product_id": "perl-DBI-1.642-3.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.642-3.6.1.x86_64", "product": { "name": "perl-DBI-1.642-3.6.1.x86_64", "product_id": "perl-DBI-1.642-3.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.642-3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.aarch64" }, "product_reference": "perl-DBI-1.642-3.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.642-3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.ppc64le" }, "product_reference": "perl-DBI-1.642-3.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.642-3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.s390x" }, "product_reference": "perl-DBI-1.642-3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.642-3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.x86_64" }, "product_reference": "perl-DBI-1.642-3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "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 SP2:perl-DBI-1.642-3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP2:perl-DBI-1.642-3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-02T08:33:26Z", "details": "important" } ], "title": "CVE-2019-20919" } ] }
suse-su-2020:2827-1
Vulnerability from csaf_suse
Published
2020-10-02 08:33
Modified
2020-10-02 08:33
Summary
Security update for perl-DBI
Notes
Title of the patch
Security update for perl-DBI
Description of the patch
This update for perl-DBI fixes the following issues:
- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).
Patchnames
SUSE-2020-2827,SUSE-SLE-Module-Basesystem-15-SP1-2020-2827,SUSE-SLE-Product-HPC-15-2020-2827,SUSE-SLE-Product-SLES-15-2020-2827,SUSE-SLE-Product-SLES_SAP-15-2020-2827
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 perl-DBI", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl-DBI fixes the following issues:\n\n- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-2827,SUSE-SLE-Module-Basesystem-15-SP1-2020-2827,SUSE-SLE-Product-HPC-15-2020-2827,SUSE-SLE-Product-SLES-15-2020-2827,SUSE-SLE-Product-SLES_SAP-15-2020-2827", "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-2020_2827-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:2827-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20202827-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:2827-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-October/007516.html" }, { "category": "self", "summary": "SUSE Bug 1176764", "url": "https://bugzilla.suse.com/1176764" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" } ], "title": "Security update for perl-DBI", "tracking": { "current_release_date": "2020-10-02T08:33:13Z", "generator": { "date": "2020-10-02T08:33:13Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:2827-1", "initial_release_date": "2020-10-02T08:33:13Z", "revision_history": [ { "date": "2020-10-02T08:33:13Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-3.11.1.aarch64", "product": { "name": "perl-DBI-1.639-3.11.1.aarch64", "product_id": "perl-DBI-1.639-3.11.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-3.11.1.i586", "product": { "name": "perl-DBI-1.639-3.11.1.i586", "product_id": "perl-DBI-1.639-3.11.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-3.11.1.ppc64le", "product": { "name": "perl-DBI-1.639-3.11.1.ppc64le", "product_id": "perl-DBI-1.639-3.11.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-3.11.1.s390x", "product": { "name": "perl-DBI-1.639-3.11.1.s390x", "product_id": "perl-DBI-1.639-3.11.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.639-3.11.1.x86_64", "product": { "name": "perl-DBI-1.639-3.11.1.x86_64", "product_id": "perl-DBI-1.639-3.11.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.aarch64" }, "product_reference": "perl-DBI-1.639-3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.ppc64le" }, "product_reference": "perl-DBI-1.639-3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.s390x" }, "product_reference": "perl-DBI-1.639-3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.x86_64" }, "product_reference": "perl-DBI-1.639-3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.aarch64" }, "product_reference": "perl-DBI-1.639-3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.x86_64" }, "product_reference": "perl-DBI-1.639-3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.aarch64" }, "product_reference": "perl-DBI-1.639-3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.x86_64" }, "product_reference": "perl-DBI-1.639-3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.aarch64" }, "product_reference": "perl-DBI-1.639-3.11.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.ppc64le" }, "product_reference": "perl-DBI-1.639-3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.s390x" }, "product_reference": "perl-DBI-1.639-3.11.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.x86_64" }, "product_reference": "perl-DBI-1.639-3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.ppc64le" }, "product_reference": "perl-DBI-1.639-3.11.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.639-3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.x86_64" }, "product_reference": "perl-DBI-1.639-3.11.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "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 High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:perl-DBI-1.639-3.11.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:perl-DBI-1.639-3.11.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-02T08:33:13Z", "details": "important" } ], "title": "CVE-2019-20919" } ] }
suse-su-2020:14510-1
Vulnerability from csaf_suse
Published
2020-10-05 12:13
Modified
2020-10-05 12:13
Summary
Security update for perl-DBI
Notes
Title of the patch
Security update for perl-DBI
Description of the patch
This update for perl-DBI fixes the following issues:
- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).
- CVE-2013-7490: Fixed memory corruption when using many arguments
to methods for CallbacksUsing (bsc#1176496).
- CVE-2013-7491: Fixed a stack corruption when a user-defined function required a
non-trivial amount of memory (bsc#1176493).
Patchnames
sleposp3-perl-DBI-14510,slessp4-perl-DBI-14510
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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 perl-DBI", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl-DBI fixes the following issues:\n\n- CVE-2019-20919: Fixed a NULL profile dereference in dbi_profile (bsc#1176764).\n- CVE-2013-7490: Fixed memory corruption when using many arguments \n to methods for CallbacksUsing (bsc#1176496).\t \n- CVE-2013-7491: Fixed a stack corruption when a user-defined function required a\n non-trivial amount of memory (bsc#1176493).\n", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-perl-DBI-14510,slessp4-perl-DBI-14510", "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-2020_14510-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:14510-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-202014510-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:14510-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-October/007520.html" }, { "category": "self", "summary": "SUSE Bug 1176493", "url": "https://bugzilla.suse.com/1176493" }, { "category": "self", "summary": "SUSE Bug 1176496", "url": "https://bugzilla.suse.com/1176496" }, { "category": "self", "summary": "SUSE Bug 1176764", "url": "https://bugzilla.suse.com/1176764" }, { "category": "self", "summary": "SUSE CVE CVE-2013-7490 page", "url": "https://www.suse.com/security/cve/CVE-2013-7490/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-7491 page", "url": "https://www.suse.com/security/cve/CVE-2013-7491/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20919 page", "url": "https://www.suse.com/security/cve/CVE-2019-20919/" } ], "title": "Security update for perl-DBI", "tracking": { "current_release_date": "2020-10-05T12:13:10Z", "generator": { "date": "2020-10-05T12:13:10Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:14510-1", "initial_release_date": "2020-10-05T12:13:10Z", "revision_history": [ { "date": "2020-10-05T12:13:10Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-DBI-1.607-3.6.1.i586", "product": { "name": "perl-DBI-1.607-3.6.1.i586", "product_id": "perl-DBI-1.607-3.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.607-3.6.1.ppc64", "product": { "name": "perl-DBI-1.607-3.6.1.ppc64", "product_id": "perl-DBI-1.607-3.6.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.607-3.6.1.s390x", "product": { "name": "perl-DBI-1.607-3.6.1.s390x", "product_id": "perl-DBI-1.607-3.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-DBI-1.607-3.6.1.x86_64", "product": { "name": "perl-DBI-1.607-3.6.1.x86_64", "product_id": "perl-DBI-1.607-3.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product": { "name": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-pos:11:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.607-3.6.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586" }, "product_reference": "perl-DBI-1.607-3.6.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.607-3.6.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586" }, "product_reference": "perl-DBI-1.607-3.6.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.607-3.6.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64" }, "product_reference": "perl-DBI-1.607-3.6.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.607-3.6.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x" }, "product_reference": "perl-DBI-1.607-3.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBI-1.607-3.6.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" }, "product_reference": "perl-DBI-1.607-3.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" } ] }, "vulnerabilities": [ { "cve": "CVE-2013-7490", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-7490" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.632 for Perl. Using many arguments to methods for Callbacks may lead to memory corruption.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-7490", "url": "https://www.suse.com/security/cve/CVE-2013-7490" }, { "category": "external", "summary": "SUSE Bug 1176496 for CVE-2013-7490", "url": "https://bugzilla.suse.com/1176496" } ], "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 Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-05T12:13:10Z", "details": "important" } ], "title": "CVE-2013-7490" }, { "cve": "CVE-2013-7491", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-7491" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.628 for Perl. Stack corruption occurs when a user-defined function requires a non-trivial amount of memory and the Perl stack gets reallocated.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-7491", "url": "https://www.suse.com/security/cve/CVE-2013-7491" }, { "category": "external", "summary": "SUSE Bug 1176493 for CVE-2013-7491", "url": "https://bugzilla.suse.com/1176493" } ], "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 Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.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": [ "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-05T12:13:10Z", "details": "important" } ], "title": "CVE-2013-7491" }, { "cve": "CVE-2019-20919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20919" } ], "notes": [ { "category": "general", "text": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20919", "url": "https://www.suse.com/security/cve/CVE-2019-20919" }, { "category": "external", "summary": "SUSE Bug 1176764 for CVE-2019-20919", "url": "https://bugzilla.suse.com/1176764" } ], "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 Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:perl-DBI-1.607-3.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-10-05T12:13:10Z", "details": "important" } ], "title": "CVE-2019-20919" } ] }
fkie_cve-2019-20919
Vulnerability from fkie_nvd
Published
2020-09-17 18:15
Modified
2024-11-21 04:39
Severity ?
Summary
An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.
References
▶ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html | Mailing List, Third Party Advisory | |
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html | Mailing List, Third Party Advisory | |
cve@mitre.org | https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff | Patch, Third Party Advisory | |
cve@mitre.org | https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html | Mailing List, Third Party Advisory | |
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/ | ||
cve@mitre.org | https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-... | Third Party Advisory | |
cve@mitre.org | https://usn.ubuntu.com/4534-1/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-... | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/4534-1/ | Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
perl | dbi | * | |
fedoraproject | fedora | 31 | |
canonical | ubuntu_linux | 12.04 | |
canonical | ubuntu_linux | 14.04 | |
canonical | ubuntu_linux | 16.04 | |
canonical | ubuntu_linux | 18.04 | |
debian | debian_linux | 9.0 | |
opensuse | leap | 15.1 | |
opensuse | leap | 15.2 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:perl:dbi:*:*:*:*:*:*:*:*", "matchCriteriaId": "E19FB9B3-EBC0-408F-A11E-8FC538337A1D", "versionEndExcluding": "1.643", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "matchCriteriaId": "80F0FA5D-8D3B-4C0E-81E2-87998286AF33", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:-:*:*:*", "matchCriteriaId": "CB66DB75-2B16-4EBF-9B93-CE49D8086E41", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*", "matchCriteriaId": "815D70A8-47D3-459C-A32C-9FEACA0659D1", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*", "matchCriteriaId": "7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6", "vulnerable": true }, { "criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "matchCriteriaId": "B620311B-34A3-48A6-82DF-6F078D7A4493", "vulnerable": true }, { "criteria": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*", "matchCriteriaId": "B009C22E-30A4-4288-BCF6-C3E81DEAF45A", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference." }, { "lang": "es", "value": "Se detect\u00f3 un problema en el m\u00f3dulo DBI versiones anteriores a 1.643 para Perl.\u0026#xa0;La documentaci\u00f3n de la funci\u00f3n hv_fetch() requiere comprobaci\u00f3n para NULL y el c\u00f3digo lo hace.\u0026#xa0;Pero, poco despu\u00e9s, llama a SvOK(profile), causando una desreferencia del puntero NULL" } ], "id": "CVE-2019-20919", "lastModified": "2024-11-21T04:39:41.417", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 1.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.4, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.0, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-09-17T18:15:12.147", "references": [ { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4534-1/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4534-1/" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-476" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
gsd-2019-20919
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-20919", "description": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "id": "GSD-2019-20919", "references": [ "https://www.suse.com/security/cve/CVE-2019-20919.html", "https://ubuntu.com/security/CVE-2019-20919", "https://advisories.mageia.org/CVE-2019-20919.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-20919" ], "details": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "id": "GSD-2019-20919", "modified": "2023-12-13T01:23:42.897735Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-20919", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-...", "refsource": "MISC", "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "name": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff", "refsource": "MISC", "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "name": "USN-4534-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4534-1/" }, { "name": "FEDORA-2020-f30298614a", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "name": "[debian-lts-announce] 20200928 [SECURITY] [DLA 2386-1] libdbi-perl security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "name": "openSUSE-SU-2020:1620", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "name": "openSUSE-SU-2020:1628", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:perl:dbi:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.643", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:-:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2019-20919" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-476" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "name": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-...", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "name": "USN-4534-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4534-1/" }, { "name": "FEDORA-2020-f30298614a", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR/" }, { "name": "[debian-lts-announce] 20200928 [SECURITY] [DLA 2386-1] libdbi-perl security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "name": "openSUSE-SU-2020:1620", "refsource": "SUSE", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "name": "openSUSE-SU-2020:1628", "refsource": "SUSE", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 1.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.4, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.0, "impactScore": 3.6 } }, "lastModifiedDate": "2022-04-28T18:33Z", "publishedDate": "2020-09-17T18:15Z" } } }
ghsa-f5xq-vjwc-pqqj
Vulnerability from github
Published
2022-05-24 17:28
Modified
2022-05-24 17:28
Severity ?
VLAI Severity ?
Details
An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.
{ "affected": [], "aliases": [ "CVE-2019-20919" ], "database_specific": { "cwe_ids": [ "CWE-252", "CWE-476" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2020-09-17T18:15:00Z", "severity": "HIGH" }, "details": "An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.", "id": "GHSA-f5xq-vjwc-pqqj", "modified": "2022-05-24T17:28:31Z", "published": "2022-05-24T17:28:31Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20919" }, { "type": "WEB", "url": "https://github.com/perl5-dbi/dbi/commit/eca7d7c8f43d96f6277e86d1000e842eb4cc67ff" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/09/msg00026.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXLKODJ7B57GITDEZZXNSHPK4VBYXYHR" }, { "type": "WEB", "url": "https://metacpan.org/pod/distribution/DBI/Changes#Changes-in-DBI-1.643-..." }, { "type": "WEB", "url": "https://usn.ubuntu.com/4534-1" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00012.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00013.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…