ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-03-15 09:03:26 +00:00
parent ac03c1c203
commit 9e5f6b74b6
8 changed files with 488 additions and 0 deletions

View File

@ -0,0 +1,132 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20241813",
"Version": "oval:org.altlinux.errata:def:20241813",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-1813: package `curl` update to version 8.6.0-alt1",
"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-1813",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-1813",
"Source": "ALTPU"
},
{
"RefID": "BDU:2024-01014",
"RefURL": "https://bdu.fstec.ru/vul/2024-01014",
"Source": "BDU"
},
{
"RefID": "CVE-2024-0853",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-0853",
"Source": "CVE"
}
],
"Description": "This update upgrades curl to version 8.6.0-alt1. \nSecurity Fix(es):\n\n * BDU:2024-01014: Уязвимость реализации протокола TLS утилиты командной строки cURL, позволяющая нарушителю обойти ограничения безопасности и получить несанкционированный доступ к защищаемой информации\n\n * CVE-2024-0853: curl inadvertently kept the SSL session ID for connections in its cache even when the verify status (*OCSP stapling*) test failed. A subsequent transfer to\nthe same hostname could then succeed if the session ID cache was still fresh, which then skipped the verify status check.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-15"
},
"Updated": {
"Date": "2024-03-15"
},
"bdu": [
{
"Cvss": "AV:N/AC:L/Au:M/C:P/I:P/A:N",
"Cvss3": "AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"Cwe": "CWE-299",
"Href": "https://bdu.fstec.ru/vul/2024-01014",
"Impact": "Low",
"Public": "20231229",
"CveID": "BDU:2024-01014"
}
],
"Cves": [
{
"Cvss3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"Cwe": "CWE-295",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-0853",
"Impact": "Low",
"Public": "20240203",
"CveID": "CVE-2024-0853"
}
],
"AffectedCpeList": {
"Cpe": [
"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:20241813001",
"Comment": "curl is earlier than 0:8.6.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20241813002",
"Comment": "libcurl is earlier than 0:8.6.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20241813003",
"Comment": "libcurl-devel is earlier than 0:8.6.0-alt1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,46 @@
{
"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:20241813001",
"Version": "1",
"comment": "curl is installed",
"Name": "curl"
},
{
"ID": "oval:org.altlinux.errata:obj:20241813002",
"Version": "1",
"comment": "libcurl is installed",
"Name": "libcurl"
},
{
"ID": "oval:org.altlinux.errata:obj:20241813003",
"Version": "1",
"comment": "libcurl-devel is installed",
"Name": "libcurl-devel"
}
]
}

View File

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

View File

@ -0,0 +1,54 @@
{
"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:20241813001",
"Version": "1",
"Check": "all",
"Comment": "curl is earlier than 0:8.6.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20241813001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20241813001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20241813002",
"Version": "1",
"Check": "all",
"Comment": "libcurl is earlier than 0:8.6.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20241813002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20241813001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20241813003",
"Version": "1",
"Check": "all",
"Comment": "libcurl-devel is earlier than 0:8.6.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20241813003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20241813001"
}
}
]
}

View File

@ -0,0 +1,128 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20243398",
"Version": "oval:org.altlinux.errata:def:20243398",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-3398: package `openstack-cinder` update to version 22.1.1-alt1.p10",
"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-3398",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-3398",
"Source": "ALTPU"
},
{
"RefID": "BDU:2023-00689",
"RefURL": "https://bdu.fstec.ru/vul/2023-00689",
"Source": "BDU"
},
{
"RefID": "CVE-2022-47951",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2022-47951",
"Source": "CVE"
}
],
"Description": "This update upgrades openstack-cinder to version 22.1.1-alt1.p10. \nSecurity Fix(es):\n\n * BDU:2023-00689: Уязвимость сервиса блочного хранения данных Openstack Cinder, связанная с использованием файлов и каталогов, доступных внешним сторонам, позволяющая нарушителю раскрыть защищаемую информацию\n\n * CVE-2022-47951: An issue was discovered in OpenStack Cinder before 19.1.2, 20.x before 20.0.2, and 21.0.0; Glance before 23.0.1, 24.x before 24.1.1, and 25.0.0; and Nova before 24.1.2, 25.x before 25.0.2, and 26.0.0. By supplying a specially created VMDK flat image that references a specific backing file path, an authenticated user may convince systems to return a copy of that file's contents from the server, resulting in unauthorized access to potentially sensitive data.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-15"
},
"Updated": {
"Date": "2024-03-15"
},
"bdu": [
{
"Cvss": "AV:N/AC:H/Au:N/C:C/I:P/A:P",
"Cvss3": "AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:L",
"Cwe": "CWE-552",
"Href": "https://bdu.fstec.ru/vul/2023-00689",
"Impact": "High",
"Public": "20230124",
"CveID": "BDU:2023-00689"
}
],
"Cves": [
{
"Cvss3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"Cwe": "CWE-22",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2022-47951",
"Impact": "Low",
"Public": "20230126",
"CveID": "CVE-2022-47951"
}
],
"AffectedCpeList": {
"Cpe": [
"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:20243398001",
"Comment": "openstack-cinder is earlier than 1:22.1.1-alt1.p10"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243398002",
"Comment": "python3-module-cinder is earlier than 1:22.1.1-alt1.p10"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,40 @@
{
"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:20243398001",
"Version": "1",
"comment": "openstack-cinder is installed",
"Name": "openstack-cinder"
},
{
"ID": "oval:org.altlinux.errata:obj:20243398002",
"Version": "1",
"comment": "python3-module-cinder is installed",
"Name": "python3-module-cinder"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RpmInfoState": [
{
"ID": "oval:org.altlinux.errata:ste:20243398001",
"Version": "1",
"Comment": "package EVR is earlier than 1:22.1.1-alt1.p10",
"Arch": {},
"Evr": {
"Text": "1:22.1.1-alt1.p10",
"Datatype": "evr_string",
"Operation": "less than"
},
"Subexpression": {}
}
]
}

View File

@ -0,0 +1,42 @@
{
"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:20243398001",
"Version": "1",
"Check": "all",
"Comment": "openstack-cinder is earlier than 1:22.1.1-alt1.p10",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243398001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243398001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243398002",
"Version": "1",
"Check": "all",
"Comment": "python3-module-cinder is earlier than 1:22.1.1-alt1.p10",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243398002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243398001"
}
}
]
}