vuln-list-alt/oval/c10f1/ALT-PU-2018-1519/definitions.json
2024-06-28 13:17:52 +00:00

381 lines
19 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:20181519",
"Version": "oval:org.altlinux.errata:def:20181519",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2018-1519: package `apache2` update to version 2.4.33-alt1.S1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2018-1519",
"RefURL": "https://errata.altlinux.org/ALT-PU-2018-1519",
"Source": "ALTPU"
},
{
"RefID": "BDU:2018-01420",
"RefURL": "https://bdu.fstec.ru/vul/2018-01420",
"Source": "BDU"
},
{
"RefID": "BDU:2019-04105",
"RefURL": "https://bdu.fstec.ru/vul/2019-04105",
"Source": "BDU"
},
{
"RefID": "BDU:2019-04106",
"RefURL": "https://bdu.fstec.ru/vul/2019-04106",
"Source": "BDU"
},
{
"RefID": "BDU:2019-04308",
"RefURL": "https://bdu.fstec.ru/vul/2019-04308",
"Source": "BDU"
},
{
"RefID": "BDU:2019-04309",
"RefURL": "https://bdu.fstec.ru/vul/2019-04309",
"Source": "BDU"
},
{
"RefID": "BDU:2019-04310",
"RefURL": "https://bdu.fstec.ru/vul/2019-04310",
"Source": "BDU"
},
{
"RefID": "BDU:2021-01454",
"RefURL": "https://bdu.fstec.ru/vul/2021-01454",
"Source": "BDU"
},
{
"RefID": "CVE-2017-15710",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-15710",
"Source": "CVE"
},
{
"RefID": "CVE-2017-15715",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2017-15715",
"Source": "CVE"
},
{
"RefID": "CVE-2018-1283",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-1283",
"Source": "CVE"
},
{
"RefID": "CVE-2018-1301",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-1301",
"Source": "CVE"
},
{
"RefID": "CVE-2018-1302",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-1302",
"Source": "CVE"
},
{
"RefID": "CVE-2018-1303",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-1303",
"Source": "CVE"
},
{
"RefID": "CVE-2018-1312",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2018-1312",
"Source": "CVE"
}
],
"Description": "This update upgrades apache2 to version 2.4.33-alt1.S1. \nSecurity Fix(es):\n\n * BDU:2018-01420: Уязвимость модуля mod_auth_digest веб-сервера Apache HTTP Server, позволяющая нарушителю раскрыть или нарушить целостность защищаемой информации\n\n * BDU:2019-04105: Уязвимость компонента AuthLDAPCharsetConfig веб-сервера Apache HTTP Server, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2019-04106: Уязвимость компонента \u0026lt;FilesMatch\u0026gt; веб-сервера Apache HTTP Server, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации\n\n * BDU:2019-04308: Уязвимость модуля mod_session веб-сервера Apache HTTP Server, позволяющая нарушителю оказать воздействие на целостность защищаемых данных\n\n * BDU:2019-04309: Уязвимость веб-сервера Apache HTTP Server, связанная с выходом операции за границы буфера в памяти, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2019-04310: Уязвимость модуля mod_cache_socache веб-сервера Apache HTTP Server, связанная с чтением за допустимыми границами буфера данных, позволяющая нарушителю вызвать отказ в обслуживании\n\n * BDU:2021-01454: Уязвимость потока HTTP/2 веб-сервера Apache HTTP Server, связанная с ошибками разыменования указателя, позволяющая нарушителю вызвать отказ в обслуживании\n\n * CVE-2017-15710: In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user's credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two characters value to allow a quick retry (for example, 'en-US' is truncated to 'en'). A header value of less than two characters forces an out of bound write of one NUL byte to a memory location that is not part of the string. In the worst case, quite unlikely, the process would crash which could be used as a Denial of Service attack. In the more likely case, this memory is already reserved for future use and the issue has no effect at all.\n\n * CVE-2017-15715: In Apache httpd 2.4.0 to 2.4.29, the expression specified in \u003cFilesMatch\u003e could match '$' to a newline character in a malicious filename, rather than matching only the end of the filename. This could be exploited in environments where uploads of some files are are externally blocked, but only by matching the trailing portion of the filename.\n\n * CVE-2018-1283: In Apache httpd 2.4.0 to 2.4.29, when mod_session is configured to forward its session data to CGI applications (SessionEnv on, not the default), a remote user may influence their content by using a \"Session\" header. This comes from the \"HTTP_SESSION\" variable name used by mod_session to forward its data to CGIs, since the prefix \"HTTP_\" is also used by the Apache HTTP Server to pass HTTP header fields, per CGI specifications.\n\n * CVE-2018-1301: A specially crafted request could have crashed the Apache HTTP Server prior to version 2.4.30, due to an out of bound access after a size limit is reached by reading the HTTP header. This vulnerability is considered very hard if not impossible to trigger in non-debug mode (both log and build level), so it is classified as low risk for common server usage.\n\n * CVE-2018-1302: When an HTTP/2 stream was destroyed after being handled, the Apache HTTP Server prior to version 2.4.30 could have written a NULL pointer potentially to an already freed memory. The memory pools maintained by the server make this vulnerability hard to trigger in usual configurations, the reporter and the team could not reproduce it outside debug builds, so it is classified as low risk.\n\n * CVE-2018-1303: A specially crafted HTTP request header could have crashed the Apache HTTP Server prior to version 2.4.30 due to an out of bound read while preparing data to be cached in shared memory. It could be used as a Denial of Service attack against users of mod_cache_socache. The vulnerability is considered as low risk since mod_cache_socache is not widely used, mod_cache_disk is not concerned by this vulnerability.\n\n * CVE-2018-1312: In Apache httpd 2.2.0 to 2.4.29, when generating an HTTP Digest authentication challenge, the nonce sent to prevent reply attacks was not correctly generated using a pseudo-random seed. In a cluster of servers using a common Digest authentication configuration, HTTP requests could be replayed across servers by an attacker without detection.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Critical",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2018-03-31"
},
"Updated": {
"Date": "2018-03-31"
},
"BDUs": [
{
"ID": "BDU:2018-01420",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"CWE": "CWE-287",
"Href": "https://bdu.fstec.ru/vul/2018-01420",
"Impact": "High",
"Public": "20180323"
},
{
"ID": "BDU:2019-04105",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-787",
"Href": "https://bdu.fstec.ru/vul/2019-04105",
"Impact": "Low",
"Public": "20180323"
},
{
"ID": "BDU:2019-04106",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"CWE": "CWE-20",
"Href": "https://bdu.fstec.ru/vul/2019-04106",
"Impact": "High",
"Public": "20180323"
},
{
"ID": "BDU:2019-04308",
"CVSS": "AV:N/AC:M/Au:S/C:N/I:P/A:N",
"CVSS3": "AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"CWE": "CWE-20, CWE-416",
"Href": "https://bdu.fstec.ru/vul/2019-04308",
"Impact": "Low",
"Public": "20180323"
},
{
"ID": "BDU:2019-04309",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-119",
"Href": "https://bdu.fstec.ru/vul/2019-04309",
"Impact": "Low",
"Public": "20180323"
},
{
"ID": "BDU:2019-04310",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-125",
"Href": "https://bdu.fstec.ru/vul/2019-04310",
"Impact": "Low",
"Public": "20180323"
},
{
"ID": "BDU:2021-01454",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"CWE": "CWE-476",
"Href": "https://bdu.fstec.ru/vul/2021-01454",
"Impact": "Low",
"Public": "20180323"
}
],
"CVEs": [
{
"ID": "CVE-2017-15710",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-15710",
"Impact": "High",
"Public": "20180326"
},
{
"ID": "CVE-2017-15715",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-20",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2017-15715",
"Impact": "High",
"Public": "20180326"
},
{
"ID": "CVE-2018-1283",
"CVSS": "AV:N/AC:M/Au:S/C:N/I:P/A:N",
"CVSS3": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"CWE": "NVD-CWE-noinfo",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-1283",
"Impact": "Low",
"Public": "20180326"
},
{
"ID": "CVE-2018-1301",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-119",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-1301",
"Impact": "Low",
"Public": "20180326"
},
{
"ID": "CVE-2018-1302",
"CVSS": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-1302",
"Impact": "Low",
"Public": "20180326"
},
{
"ID": "CVE-2018-1303",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-125",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-1303",
"Impact": "High",
"Public": "20180326"
},
{
"ID": "CVE-2018-1312",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-287",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2018-1312",
"Impact": "Critical",
"Public": "20180326"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",
"cpe:/o:alt:spserver:10"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:4001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20181519001",
"Comment": "apache2 is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519002",
"Comment": "apache2-ab is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519003",
"Comment": "apache2-base is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519004",
"Comment": "apache2-cgi-bin is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519005",
"Comment": "apache2-cgi-bin-printenv is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519006",
"Comment": "apache2-cgi-bin-test-cgi is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519007",
"Comment": "apache2-compat is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519008",
"Comment": "apache2-configs-A1PROXIED is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519009",
"Comment": "apache2-datadirs is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519010",
"Comment": "apache2-devel is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519011",
"Comment": "apache2-docs is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519012",
"Comment": "apache2-full is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519013",
"Comment": "apache2-htcacheclean is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519014",
"Comment": "apache2-htcacheclean-control is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519015",
"Comment": "apache2-html is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519016",
"Comment": "apache2-htpasswd is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519017",
"Comment": "apache2-httpd-event is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519018",
"Comment": "apache2-httpd-prefork is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519019",
"Comment": "apache2-httpd-worker is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519020",
"Comment": "apache2-icons is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519021",
"Comment": "apache2-manual is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519022",
"Comment": "apache2-manual-addons is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519023",
"Comment": "apache2-mod_cache_disk is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519024",
"Comment": "apache2-mod_ldap is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519025",
"Comment": "apache2-mod_ssl is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519026",
"Comment": "apache2-mod_ssl-compat is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519027",
"Comment": "apache2-mods is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519028",
"Comment": "apache2-suexec is earlier than 1:2.4.33-alt1.S1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20181519029",
"Comment": "rpm-build-apache2 is earlier than 1:2.4.33-alt1.S1"
}
]
}
]
}
}
]
}