2024-12-12 21:07:30 +00:00

187 lines
7.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20201326",
"Version": "oval:org.altlinux.errata:def:20201326",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2020-1326: package `perl-DBI` update to version 1.643-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch p11"
],
"Products": [
"ALT Container"
]
}
],
"References": [
{
"RefID": "ALT-PU-2020-1326",
"RefURL": "https://errata.altlinux.org/ALT-PU-2020-1326",
"Source": "ALTPU"
},
{
"RefID": "BDU:2021-03716",
"RefURL": "https://bdu.fstec.ru/vul/2021-03716",
"Source": "BDU"
},
{
"RefID": "BDU:2021-03727",
"RefURL": "https://bdu.fstec.ru/vul/2021-03727",
"Source": "BDU"
},
{
"RefID": "BDU:2021-03728",
"RefURL": "https://bdu.fstec.ru/vul/2021-03728",
"Source": "BDU"
},
{
"RefID": "CVE-2019-20919",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2019-20919",
"Source": "CVE"
},
{
"RefID": "CVE-2020-14392",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2020-14392",
"Source": "CVE"
},
{
"RefID": "CVE-2020-14393",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2020-14393",
"Source": "CVE"
}
],
"Description": "This update upgrades perl-DBI to version 1.643-alt1. \nSecurity Fix(es):\n\n * BDU:2021-03716: Уязвимость модуля DBI языка программирования Perl, связанная с непроверенным возвращаемым значением, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2021-03727: Уязвимость функции dbd_db_login6_sv() интерпретатора языка программирования Perl, связанная с выходом операции за границы буфера в памяти, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2021-03728: Уязвимость компонента DBI интерпретатора языка программирования Perl, связанная с записью за границами буфера, позволяющая нарушителю нарушить целостность данных, а также вызвать отказ в обслуживании\n\n * CVE-2019-20919: 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.\n\n * CVE-2020-14392: 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's availability.\n\n * CVE-2020-14393: 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.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2020-02-24"
},
"Updated": {
"Date": "2020-02-24"
},
"BDUs": [
{
"ID": "BDU:2021-03716",
"CVSS": "AV:L/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-252",
"Href": "https://bdu.fstec.ru/vul/2021-03716",
"Impact": "Low",
"Public": "20200917"
},
{
"ID": "BDU:2021-03727",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-119",
"Href": "https://bdu.fstec.ru/vul/2021-03727",
"Impact": "Low",
"Public": "20200916"
},
{
"ID": "BDU:2021-03728",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:P/A:P",
"CVSS3": "AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://bdu.fstec.ru/vul/2021-03728",
"Impact": "High",
"Public": "20200916"
}
],
"CVEs": [
{
"ID": "CVE-2019-20919",
"CVSS": "AV:L/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2019-20919",
"Impact": "Low",
"Public": "20200917"
},
{
"ID": "CVE-2020-14392",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-119",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2020-14392",
"Impact": "Low",
"Public": "20200916"
},
{
"ID": "CVE-2020-14393",
"CVSS": "AV:L/AC:L/Au:N/C:N/I:P/A:P",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2020-14393",
"Impact": "High",
"Public": "20200916"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:container:11"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:3001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20201326001",
"Comment": "perl-DBD-DBM is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326002",
"Comment": "perl-DBD-File is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326003",
"Comment": "perl-DBD-Gofer is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326004",
"Comment": "perl-DBD-Proxy is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326005",
"Comment": "perl-DBI is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326006",
"Comment": "perl-DBI-Gofer is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326007",
"Comment": "perl-DBI-Profile is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326008",
"Comment": "perl-DBI-ProxyServer is earlier than 0:1.643-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20201326009",
"Comment": "perl-DBI-devel is earlier than 0:1.643-alt1"
}
]
}
]
}
}
]
}