ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-09-05 03:05:40 +00:00
parent c0012fb6a2
commit d67f7bbf36
17 changed files with 1578 additions and 3 deletions

View File

@ -64,11 +64,11 @@
"BDUs": [
{
"ID": "BDU:2024-04823",
"CVSS": "AV:A/AC:L/Au:S/C:P/I:P/A:P",
"CVSS3": "AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"CVSS": "AV:N/AC:L/Au:N/C:N/I:N/A:C",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"CWE": "CWE-122",
"Href": "https://bdu.fstec.ru/vul/2024-04823",
"Impact": "Low",
"Impact": "High",
"Public": "20240616"
}
],

View File

@ -0,0 +1,128 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202411930",
"Version": "oval:org.altlinux.errata:def:202411930",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-11930: package `advancecomp` update to version 2.5-alt1_8",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-11930",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-11930",
"Source": "ALTPU"
},
{
"RefID": "BDU:2020-02251",
"RefURL": "https://bdu.fstec.ru/vul/2020-02251",
"Source": "BDU"
},
{
"RefID": "CVE-2019-8383",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2019-8383",
"Source": "CVE"
},
{
"RefID": "CVE-2019-9210",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2019-9210",
"Source": "CVE"
},
{
"RefID": "CVE-2023-2961",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-2961",
"Source": "CVE"
}
],
"Description": "This update upgrades advancecomp to version 2.5-alt1_8. \nSecurity Fix(es):\n\n * BDU:2020-02251: Уязвимость функции png_compress утилиты переупаковки архивов AdvanceCOMP, позволяющая нарушителю выполнить произвольный код\n\n * CVE-2019-8383: An issue was discovered in AdvanceCOMP through 2.1. An invalid memory address occurs in the function adv_png_unfilter_8 in lib/png.c. It can be triggered by sending a crafted file to a binary. It allows an attacker to cause a Denial of Service (Segmentation fault) or possibly have unspecified other impact when a victim opens a specially crafted file.\n\n * CVE-2019-9210: In AdvanceCOMP 2.1, png_compress in pngex.cc in advpng has an integer overflow upon encountering an invalid PNG size, which results in an attempted memcpy to write into a buffer that is too small. (There is also a heap-based buffer over-read.)\n\n * CVE-2023-2961: A segmentation fault flaw was found in the Advancecomp package. This may lead to decreased availability.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-04"
},
"Updated": {
"Date": "2024-09-04"
},
"BDUs": [
{
"ID": "BDU:2020-02251",
"CVSS": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"CVSS3": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"CWE": "CWE-190",
"Href": "https://bdu.fstec.ru/vul/2020-02251",
"Impact": "High",
"Public": "20190227"
}
],
"CVEs": [
{
"ID": "CVE-2019-8383",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"CWE": "CWE-119",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2019-8383",
"Impact": "High",
"Public": "20190217"
},
{
"ID": "CVE-2019-9210",
"CVSS": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"CWE": "CWE-125",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2019-9210",
"Impact": "High",
"Public": "20190227"
},
{
"ID": "CVE-2023-2961",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"CWE": "NVD-CWE-noinfo",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-2961",
"Impact": "Low",
"Public": "20230606"
}
],
"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:202411930001",
"Comment": "advancecomp is earlier than 0:2.5-alt1_8"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,34 @@
{
"TextFileContent54Objects": [
{
"ID": "oval:org.altlinux.errata:obj:4001",
"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(?:server|workstation):(\\d+)"
},
"Instance": {
"Datatype": "int",
"Text": "1"
}
}
],
"RPMInfoObjects": [
{
"ID": "oval:org.altlinux.errata:obj:202411930001",
"Version": "1",
"Comment": "advancecomp is installed",
"Name": "advancecomp"
}
]
}

View File

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

View File

@ -0,0 +1,30 @@
{
"TextFileContent54Tests": [
{
"ID": "oval:org.altlinux.errata:tst:4001",
"Version": "1",
"Check": "all",
"Comment": "ALT Linux based on branch 'c10f1' must be installed",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:4001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:4001"
}
}
],
"RPMInfoTests": [
{
"ID": "oval:org.altlinux.errata:tst:202411930001",
"Version": "1",
"Check": "all",
"Comment": "advancecomp is earlier than 0:2.5-alt1_8",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411930001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411930001"
}
}
]
}

View File

@ -0,0 +1,216 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202411994",
"Version": "oval:org.altlinux.errata:def:202411994",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-11994: package `apache2` update to version 2.4.62-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-11994",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-11994",
"Source": "ALTPU"
},
{
"RefID": "BDU:2024-05741",
"RefURL": "https://bdu.fstec.ru/vul/2024-05741",
"Source": "BDU"
},
{
"RefID": "CVE-2024-40725",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-40725",
"Source": "CVE"
}
],
"Description": "This update upgrades apache2 to version 2.4.62-alt1. \nSecurity Fix(es):\n\n * BDU:2024-05741: Уязвимость ядра веб-сервера Apache HTTP Server, позволяющая нарушителю раскрыть защищаемую информацию\n\n * CVE-2024-40725: A partial fix for  CVE-2024-39884 in the core of Apache HTTP Server 2.4.61 ignores some use of the legacy content-type based configuration of handlers. \"AddType\" and similar configuration, under some circumstances where files are requested indirectly, result in source code disclosure of local content. For example, PHP scripts may be served instead of interpreted.\n\nUsers are recommended to upgrade to version 2.4.62, which fixes this issue.\n\n",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-04"
},
"Updated": {
"Date": "2024-09-04"
},
"BDUs": [
{
"ID": "BDU:2024-05741",
"CVSS": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"CVSS3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"CWE": "CWE-200, CWE-266, CWE-284, CWE-668",
"Href": "https://bdu.fstec.ru/vul/2024-05741",
"Impact": "Low",
"Public": "20240709"
}
],
"CVEs": [
{
"ID": "CVE-2024-40725",
"CVSS3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"CWE": "NVD-CWE-noinfo",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-40725",
"Impact": "Low",
"Public": "20240718"
}
],
"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:202411994001",
"Comment": "apache2 is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994002",
"Comment": "apache2-ab is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994003",
"Comment": "apache2-base is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994004",
"Comment": "apache2-cgi-bin is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994005",
"Comment": "apache2-cgi-bin-printenv is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994006",
"Comment": "apache2-cgi-bin-test-cgi is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994007",
"Comment": "apache2-compat is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994008",
"Comment": "apache2-configs-A1PROXIED is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994009",
"Comment": "apache2-datadirs is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994010",
"Comment": "apache2-devel is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994011",
"Comment": "apache2-docs is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994012",
"Comment": "apache2-full is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994013",
"Comment": "apache2-htcacheclean is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994014",
"Comment": "apache2-htcacheclean-control is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994015",
"Comment": "apache2-html is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994016",
"Comment": "apache2-htpasswd is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994017",
"Comment": "apache2-httpd-event is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994018",
"Comment": "apache2-httpd-prefork is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994019",
"Comment": "apache2-httpd-worker is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994020",
"Comment": "apache2-icons is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994021",
"Comment": "apache2-manual is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994022",
"Comment": "apache2-manual-addons is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994023",
"Comment": "apache2-mod_cache_disk is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994024",
"Comment": "apache2-mod_ldap is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994025",
"Comment": "apache2-mod_proxy_html is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994026",
"Comment": "apache2-mod_ssl is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994027",
"Comment": "apache2-mod_ssl-compat is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994028",
"Comment": "apache2-mods is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994029",
"Comment": "apache2-suexec is earlier than 1:2.4.62-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411994030",
"Comment": "rpm-build-apache2 is earlier than 1:2.4.62-alt1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,208 @@
{
"TextFileContent54Objects": [
{
"ID": "oval:org.altlinux.errata:obj:4001",
"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(?:server|workstation):(\\d+)"
},
"Instance": {
"Datatype": "int",
"Text": "1"
}
}
],
"RPMInfoObjects": [
{
"ID": "oval:org.altlinux.errata:obj:202411994001",
"Version": "1",
"Comment": "apache2 is installed",
"Name": "apache2"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994002",
"Version": "1",
"Comment": "apache2-ab is installed",
"Name": "apache2-ab"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994003",
"Version": "1",
"Comment": "apache2-base is installed",
"Name": "apache2-base"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994004",
"Version": "1",
"Comment": "apache2-cgi-bin is installed",
"Name": "apache2-cgi-bin"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994005",
"Version": "1",
"Comment": "apache2-cgi-bin-printenv is installed",
"Name": "apache2-cgi-bin-printenv"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994006",
"Version": "1",
"Comment": "apache2-cgi-bin-test-cgi is installed",
"Name": "apache2-cgi-bin-test-cgi"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994007",
"Version": "1",
"Comment": "apache2-compat is installed",
"Name": "apache2-compat"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994008",
"Version": "1",
"Comment": "apache2-configs-A1PROXIED is installed",
"Name": "apache2-configs-A1PROXIED"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994009",
"Version": "1",
"Comment": "apache2-datadirs is installed",
"Name": "apache2-datadirs"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994010",
"Version": "1",
"Comment": "apache2-devel is installed",
"Name": "apache2-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994011",
"Version": "1",
"Comment": "apache2-docs is installed",
"Name": "apache2-docs"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994012",
"Version": "1",
"Comment": "apache2-full is installed",
"Name": "apache2-full"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994013",
"Version": "1",
"Comment": "apache2-htcacheclean is installed",
"Name": "apache2-htcacheclean"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994014",
"Version": "1",
"Comment": "apache2-htcacheclean-control is installed",
"Name": "apache2-htcacheclean-control"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994015",
"Version": "1",
"Comment": "apache2-html is installed",
"Name": "apache2-html"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994016",
"Version": "1",
"Comment": "apache2-htpasswd is installed",
"Name": "apache2-htpasswd"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994017",
"Version": "1",
"Comment": "apache2-httpd-event is installed",
"Name": "apache2-httpd-event"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994018",
"Version": "1",
"Comment": "apache2-httpd-prefork is installed",
"Name": "apache2-httpd-prefork"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994019",
"Version": "1",
"Comment": "apache2-httpd-worker is installed",
"Name": "apache2-httpd-worker"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994020",
"Version": "1",
"Comment": "apache2-icons is installed",
"Name": "apache2-icons"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994021",
"Version": "1",
"Comment": "apache2-manual is installed",
"Name": "apache2-manual"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994022",
"Version": "1",
"Comment": "apache2-manual-addons is installed",
"Name": "apache2-manual-addons"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994023",
"Version": "1",
"Comment": "apache2-mod_cache_disk is installed",
"Name": "apache2-mod_cache_disk"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994024",
"Version": "1",
"Comment": "apache2-mod_ldap is installed",
"Name": "apache2-mod_ldap"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994025",
"Version": "1",
"Comment": "apache2-mod_proxy_html is installed",
"Name": "apache2-mod_proxy_html"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994026",
"Version": "1",
"Comment": "apache2-mod_ssl is installed",
"Name": "apache2-mod_ssl"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994027",
"Version": "1",
"Comment": "apache2-mod_ssl-compat is installed",
"Name": "apache2-mod_ssl-compat"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994028",
"Version": "1",
"Comment": "apache2-mods is installed",
"Name": "apache2-mods"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994029",
"Version": "1",
"Comment": "apache2-suexec is installed",
"Name": "apache2-suexec"
},
{
"ID": "oval:org.altlinux.errata:obj:202411994030",
"Version": "1",
"Comment": "rpm-build-apache2 is installed",
"Name": "rpm-build-apache2"
}
]
}

View File

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

View File

@ -0,0 +1,378 @@
{
"TextFileContent54Tests": [
{
"ID": "oval:org.altlinux.errata:tst:4001",
"Version": "1",
"Check": "all",
"Comment": "ALT Linux based on branch 'c10f1' must be installed",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:4001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:4001"
}
}
],
"RPMInfoTests": [
{
"ID": "oval:org.altlinux.errata:tst:202411994001",
"Version": "1",
"Check": "all",
"Comment": "apache2 is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994002",
"Version": "1",
"Check": "all",
"Comment": "apache2-ab is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994003",
"Version": "1",
"Check": "all",
"Comment": "apache2-base is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994004",
"Version": "1",
"Check": "all",
"Comment": "apache2-cgi-bin is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994004"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994005",
"Version": "1",
"Check": "all",
"Comment": "apache2-cgi-bin-printenv is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994005"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994006",
"Version": "1",
"Check": "all",
"Comment": "apache2-cgi-bin-test-cgi is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994006"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994007",
"Version": "1",
"Check": "all",
"Comment": "apache2-compat is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994007"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994008",
"Version": "1",
"Check": "all",
"Comment": "apache2-configs-A1PROXIED is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994008"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994009",
"Version": "1",
"Check": "all",
"Comment": "apache2-datadirs is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994009"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994010",
"Version": "1",
"Check": "all",
"Comment": "apache2-devel is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994010"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994011",
"Version": "1",
"Check": "all",
"Comment": "apache2-docs is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994011"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994012",
"Version": "1",
"Check": "all",
"Comment": "apache2-full is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994012"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994013",
"Version": "1",
"Check": "all",
"Comment": "apache2-htcacheclean is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994013"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994014",
"Version": "1",
"Check": "all",
"Comment": "apache2-htcacheclean-control is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994014"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994015",
"Version": "1",
"Check": "all",
"Comment": "apache2-html is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994015"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994016",
"Version": "1",
"Check": "all",
"Comment": "apache2-htpasswd is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994016"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994017",
"Version": "1",
"Check": "all",
"Comment": "apache2-httpd-event is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994017"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994018",
"Version": "1",
"Check": "all",
"Comment": "apache2-httpd-prefork is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994018"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994019",
"Version": "1",
"Check": "all",
"Comment": "apache2-httpd-worker is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994019"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994020",
"Version": "1",
"Check": "all",
"Comment": "apache2-icons is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994020"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994021",
"Version": "1",
"Check": "all",
"Comment": "apache2-manual is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994021"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994022",
"Version": "1",
"Check": "all",
"Comment": "apache2-manual-addons is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994022"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994023",
"Version": "1",
"Check": "all",
"Comment": "apache2-mod_cache_disk is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994023"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994024",
"Version": "1",
"Check": "all",
"Comment": "apache2-mod_ldap is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994024"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994025",
"Version": "1",
"Check": "all",
"Comment": "apache2-mod_proxy_html is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994025"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994026",
"Version": "1",
"Check": "all",
"Comment": "apache2-mod_ssl is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994026"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994027",
"Version": "1",
"Check": "all",
"Comment": "apache2-mod_ssl-compat is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994027"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994028",
"Version": "1",
"Check": "all",
"Comment": "apache2-mods is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994028"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994029",
"Version": "1",
"Check": "all",
"Comment": "apache2-suexec is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994029"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411994030",
"Version": "1",
"Check": "all",
"Comment": "rpm-build-apache2 is earlier than 1:2.4.62-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411994030"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411994001"
}
}
]
}

View File

@ -0,0 +1,101 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202411359",
"Version": "oval:org.altlinux.errata:def:202411359",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-11359: package `extra-cmake-modules` update to version 6.3.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-11359",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-11359",
"Source": "ALTPU"
}
],
"Description": "This update upgrades extra-cmake-modules to version 6.3.0-alt1. \nSecurity Fix(es):\n\n * #50202: Прошу обновить как минимум до 5.240.0",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-04"
},
"Updated": {
"Date": "2024-09-04"
},
"BDUs": null,
"Bugzilla": [
{
"ID": "50202",
"Href": "https://bugzilla.altlinux.org/50202",
"Data": "Прошу обновить как минимум до 5.240.0"
}
],
"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:202411359001",
"Comment": "extra-cmake-modules is earlier than 0:6.3.0-alt1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,34 @@
{
"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:202411359001",
"Version": "1",
"Comment": "extra-cmake-modules is installed",
"Name": "extra-cmake-modules"
}
]
}

View File

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

View File

@ -0,0 +1,30 @@
{
"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:202411359001",
"Version": "1",
"Check": "all",
"Comment": "extra-cmake-modules is earlier than 0:6.3.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411359001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411359001"
}
}
]
}

View File

@ -0,0 +1,134 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202411361",
"Version": "oval:org.altlinux.errata:def:202411361",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-11361: package `kf5-kio` update to version 5.116.0-alt5",
"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-11361",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-11361",
"Source": "ALTPU"
}
],
"Description": "This update upgrades kf5-kio to version 5.116.0-alt5. \nSecurity Fix(es):\n\n * #49398: net usershare add: malformed acl (missing :) при изменении существующих свойств\n\n * #50910: В dolphin в примонтированном сетевом ресурсе файл открывается как папка",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-04"
},
"Updated": {
"Date": "2024-09-04"
},
"BDUs": null,
"Bugzilla": [
{
"ID": "49398",
"Href": "https://bugzilla.altlinux.org/49398",
"Data": "net usershare add: malformed acl (missing :) при изменении существующих свойств"
},
{
"ID": "50910",
"Href": "https://bugzilla.altlinux.org/50910",
"Data": "В dolphin в примонтированном сетевом ресурсе файл открывается как папка"
}
],
"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:202411361001",
"Comment": "kf5-kio is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361002",
"Comment": "kf5-kio-common is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361003",
"Comment": "kf5-kio-devel is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361004",
"Comment": "libkf5kiocore is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361005",
"Comment": "libkf5kiofilewidgets is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361006",
"Comment": "libkf5kiogui is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361007",
"Comment": "libkf5kiontlm is earlier than 0:5.116.0-alt5"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202411361008",
"Comment": "libkf5kiowidgets is earlier than 0:5.116.0-alt5"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,76 @@
{
"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:202411361001",
"Version": "1",
"Comment": "kf5-kio is installed",
"Name": "kf5-kio"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361002",
"Version": "1",
"Comment": "kf5-kio-common is installed",
"Name": "kf5-kio-common"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361003",
"Version": "1",
"Comment": "kf5-kio-devel is installed",
"Name": "kf5-kio-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361004",
"Version": "1",
"Comment": "libkf5kiocore is installed",
"Name": "libkf5kiocore"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361005",
"Version": "1",
"Comment": "libkf5kiofilewidgets is installed",
"Name": "libkf5kiofilewidgets"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361006",
"Version": "1",
"Comment": "libkf5kiogui is installed",
"Name": "libkf5kiogui"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361007",
"Version": "1",
"Comment": "libkf5kiontlm is installed",
"Name": "libkf5kiontlm"
},
{
"ID": "oval:org.altlinux.errata:obj:202411361008",
"Version": "1",
"Comment": "libkf5kiowidgets is installed",
"Name": "libkf5kiowidgets"
}
]
}

View File

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

View File

@ -0,0 +1,114 @@
{
"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:202411361001",
"Version": "1",
"Check": "all",
"Comment": "kf5-kio is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361002",
"Version": "1",
"Check": "all",
"Comment": "kf5-kio-common is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361003",
"Version": "1",
"Check": "all",
"Comment": "kf5-kio-devel is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361004",
"Version": "1",
"Check": "all",
"Comment": "libkf5kiocore is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361004"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361005",
"Version": "1",
"Check": "all",
"Comment": "libkf5kiofilewidgets is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361005"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361006",
"Version": "1",
"Check": "all",
"Comment": "libkf5kiogui is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361006"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361007",
"Version": "1",
"Check": "all",
"Comment": "libkf5kiontlm is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361007"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202411361008",
"Version": "1",
"Check": "all",
"Comment": "libkf5kiowidgets is earlier than 0:5.116.0-alt5",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202411361008"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202411361001"
}
}
]
}