ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-04-29 09:02:12 +00:00
parent bf62e6bba6
commit ffb46fa997
8 changed files with 477 additions and 4 deletions

View File

@ -40,7 +40,7 @@
"Source": "CVE"
}
],
"Description": "This update upgrades php8.1 to version 8.1.28-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: description unavailable\n\n * CVE-2024-2756: description unavailable\n\n * CVE-2024-3096: description unavailable",
"Description": "This update upgrades php8.1 to version 8.1.28-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell. \n\n\n\n * CVE-2024-2756: Due to an incomplete fix to CVE-2022-31629 https://github.com/advisories/GHSA-c43m-486j-j32p , network and same-site attackers can set a standard insecure cookie in the victim's browser which is treated as a __Host- or __Secure- cookie by PHP applications. \n\n\n * CVE-2024-3096: In PHP  version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\\x00), testing a blank string as the password via password_verify() will incorrectly return true.\n\n",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
@ -52,6 +52,26 @@
"Date": "2024-04-16"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2024-1874",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-1874",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-2756",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-3096",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
"Impact": "None",
"Public": "20240429"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",

View File

@ -41,7 +41,7 @@
"Source": "CVE"
}
],
"Description": "This update upgrades php8.3 to version 8.3.6-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: description unavailable\n\n * CVE-2024-2756: description unavailable\n\n * CVE-2024-2757: description unavailable\n\n * CVE-2024-3096: description unavailable",
"Description": "This update upgrades php8.3 to version 8.3.6-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell. \n\n\n\n * CVE-2024-2756: Due to an incomplete fix to CVE-2022-31629 https://github.com/advisories/GHSA-c43m-486j-j32p , network and same-site attackers can set a standard insecure cookie in the victim's browser which is treated as a __Host- or __Secure- cookie by PHP applications. \n\n\n * CVE-2024-2757: In PHP 8.3.* before 8.3.5, function mb_encode_mimeheader() runs endlessly for some inputs that contain long strings of non-space characters followed by a space. This could lead to a potential DoS attack if a hostile user sends data to an application that uses this function. \n\n\n\n * CVE-2024-3096: In PHP  version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\\x00), testing a blank string as the password via password_verify() will incorrectly return true.\n\n",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
@ -53,6 +53,32 @@
"Date": "2024-04-16"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2024-1874",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-1874",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-2756",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-2757",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2757",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-3096",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
"Impact": "None",
"Public": "20240429"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",

View File

@ -36,7 +36,7 @@
"Source": "CVE"
}
],
"Description": "This update upgrades php8.2 to version 8.2.18-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: description unavailable\n\n * CVE-2024-2756: description unavailable\n\n * CVE-2024-3096: description unavailable",
"Description": "This update upgrades php8.2 to version 8.2.18-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell. \n\n\n\n * CVE-2024-2756: Due to an incomplete fix to CVE-2022-31629 https://github.com/advisories/GHSA-c43m-486j-j32p , network and same-site attackers can set a standard insecure cookie in the victim's browser which is treated as a __Host- or __Secure- cookie by PHP applications. \n\n\n * CVE-2024-3096: In PHP  version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\\x00), testing a blank string as the password via password_verify() will incorrectly return true.\n\n",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
@ -48,6 +48,26 @@
"Date": "2024-04-16"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2024-1874",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-1874",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-2756",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-3096",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
"Impact": "None",
"Public": "20240429"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",

View File

@ -36,7 +36,7 @@
"Source": "CVE"
}
],
"Description": "This update upgrades php8.1 to version 8.1.28-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: description unavailable\n\n * CVE-2024-2756: description unavailable\n\n * CVE-2024-3096: description unavailable",
"Description": "This update upgrades php8.1 to version 8.1.28-alt1. \nSecurity Fix(es):\n\n * CVE-2024-1874: In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell. \n\n\n\n * CVE-2024-2756: Due to an incomplete fix to CVE-2022-31629 https://github.com/advisories/GHSA-c43m-486j-j32p , network and same-site attackers can set a standard insecure cookie in the victim's browser which is treated as a __Host- or __Secure- cookie by PHP applications. \n\n\n * CVE-2024-3096: In PHP  version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, if a password stored with password_hash() starts with a null byte (\\x00), testing a blank string as the password via password_verify() will incorrectly return true.\n\n",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
@ -48,6 +48,26 @@
"Date": "2024-04-15"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2024-1874",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-1874",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-2756",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-2756",
"Impact": "None",
"Public": "20240429"
},
{
"ID": "CVE-2024-3096",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-3096",
"Impact": "None",
"Public": "20240429"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:spworkstation:10",

View File

@ -0,0 +1,156 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20247207",
"Version": "oval:org.altlinux.errata:def:20247207",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-7207: package `gnutls30` update to version 3.6.16-alt6",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch p10"
],
"Products": [
"ALT Server",
"ALT Virtualization Server",
"ALT Workstation",
"ALT Workstation K",
"ALT Education",
"Simply Linux",
"Starterkit"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-7207",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-7207",
"Source": "ALTPU"
},
{
"RefID": "BDU:2022-01898",
"RefURL": "https://bdu.fstec.ru/vul/2022-01898",
"Source": "BDU"
},
{
"RefID": "CVE-2021-4209",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2021-4209",
"Source": "CVE"
}
],
"Description": "This update upgrades gnutls30 to version 3.6.16-alt6. \nSecurity Fix(es):\n\n * BDU:2022-01898: Уязвимость реализации функции wrap_nettle_hash_fast() криптографической библиотеки GnuTLS, позволяющая нарушителю вызвать отказ в обслуживании\n\n * CVE-2021-4209: A NULL pointer dereference flaw was found in GnuTLS. As Nettle's hash update functions internally call memcpy, providing zero-length input may cause undefined behavior. This flaw leads to a denial of service after authentication in rare circumstances.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-04-29"
},
"Updated": {
"Date": "2024-04-29"
},
"BDUs": [
{
"ID": "BDU:2022-01898",
"CVSS": "AV:N/AC:L/Au:S/C:N/I:N/A:C",
"CVSS3": "AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://bdu.fstec.ru/vul/2022-01898",
"Impact": "Low",
"Public": "20211222"
}
],
"CVEs": [
{
"ID": "CVE-2021-4209",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-476",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2021-4209",
"Impact": "Low",
"Public": "20220824"
}
],
"AffectedCPEs": {
"CPEs": [
"cpe:/o:alt:kworkstation:10",
"cpe:/o:alt:workstation:10",
"cpe:/o:alt:server:10",
"cpe:/o:alt:server-v:10",
"cpe:/o:alt:education:10",
"cpe:/o:alt:slinux:10",
"cpe:/o:alt:starterkit:p10",
"cpe:/o:alt:kworkstation:10.1",
"cpe:/o:alt:workstation:10.1",
"cpe:/o:alt:server:10.1",
"cpe:/o:alt:server-v:10.1",
"cpe:/o:alt:education:10.1",
"cpe:/o:alt:slinux:10.1",
"cpe:/o:alt:starterkit:10.1",
"cpe:/o:alt:kworkstation:10.2",
"cpe:/o:alt:workstation:10.2",
"cpe:/o:alt:server:10.2",
"cpe:/o:alt:server-v:10.2",
"cpe:/o:alt:education:10.2",
"cpe:/o:alt:slinux:10.2",
"cpe:/o:alt:starterkit:10.2"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:2001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20247207001",
"Comment": "gnutls-utils is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207002",
"Comment": "gnutls30-devel-doc is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207003",
"Comment": "libgnutls-devel is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207004",
"Comment": "libgnutls-guile is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207005",
"Comment": "libgnutls-openssl-devel is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207006",
"Comment": "libgnutls27-openssl is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207007",
"Comment": "libgnutls30 is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207008",
"Comment": "libgnutlsxx-devel is earlier than 0:3.6.16-alt6"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20247207009",
"Comment": "libgnutlsxx28 is earlier than 0:3.6.16-alt6"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,82 @@
{
"TextFileContent54Objects": [
{
"ID": "oval:org.altlinux.errata:obj:2001",
"Version": "1",
"Comment": "Evaluate `/etc/os-release` file content",
"Path": {
"Datatype": "string",
"Text": "/etc"
},
"Filepath": {
"Datatype": "string",
"Text": "os-release"
},
"Pattern": {
"Datatype": "string",
"Operation": "pattern match",
"Text": "cpe:\\/o:alt:(?!sp)[a-z\\-]+:p?(\\d+)(?:\\.\\d)*"
},
"Instance": {
"Datatype": "int",
"Text": "1"
}
}
],
"RPMInfoObjects": [
{
"ID": "oval:org.altlinux.errata:obj:20247207001",
"Version": "1",
"Comment": "gnutls-utils is installed",
"Name": "gnutls-utils"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207002",
"Version": "1",
"Comment": "gnutls30-devel-doc is installed",
"Name": "gnutls30-devel-doc"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207003",
"Version": "1",
"Comment": "libgnutls-devel is installed",
"Name": "libgnutls-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207004",
"Version": "1",
"Comment": "libgnutls-guile is installed",
"Name": "libgnutls-guile"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207005",
"Version": "1",
"Comment": "libgnutls-openssl-devel is installed",
"Name": "libgnutls-openssl-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207006",
"Version": "1",
"Comment": "libgnutls27-openssl is installed",
"Name": "libgnutls27-openssl"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207007",
"Version": "1",
"Comment": "libgnutls30 is installed",
"Name": "libgnutls30"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207008",
"Version": "1",
"Comment": "libgnutlsxx-devel is installed",
"Name": "libgnutlsxx-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:20247207009",
"Version": "1",
"Comment": "libgnutlsxx28 is installed",
"Name": "libgnutlsxx28"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RPMInfoStates": [
{
"ID": "oval:org.altlinux.errata:ste:20247207001",
"Version": "1",
"Comment": "package EVR is earlier than 0:3.6.16-alt6",
"Arch": {},
"EVR": {
"Text": "0:3.6.16-alt6",
"Datatype": "evr_string",
"Operation": "less than"
},
"Subexpression": {}
}
]
}

View File

@ -0,0 +1,126 @@
{
"TextFileContent54Tests": [
{
"ID": "oval:org.altlinux.errata:tst:2001",
"Version": "1",
"Check": "all",
"Comment": "ALT Linux based on branch 'p10' must be installed",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:2001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:2001"
}
}
],
"RPMInfoTests": [
{
"ID": "oval:org.altlinux.errata:tst:20247207001",
"Version": "1",
"Check": "all",
"Comment": "gnutls-utils is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207002",
"Version": "1",
"Check": "all",
"Comment": "gnutls30-devel-doc is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207003",
"Version": "1",
"Check": "all",
"Comment": "libgnutls-devel is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207004",
"Version": "1",
"Check": "all",
"Comment": "libgnutls-guile is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207004"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207005",
"Version": "1",
"Check": "all",
"Comment": "libgnutls-openssl-devel is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207005"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207006",
"Version": "1",
"Check": "all",
"Comment": "libgnutls27-openssl is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207006"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207007",
"Version": "1",
"Check": "all",
"Comment": "libgnutls30 is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207007"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207008",
"Version": "1",
"Check": "all",
"Comment": "libgnutlsxx-devel is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207008"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20247207009",
"Version": "1",
"Check": "all",
"Comment": "libgnutlsxx28 is earlier than 0:3.6.16-alt6",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20247207009"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20247207001"
}
}
]
}