ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-03-12 21:02:46 +00:00
parent 970d58cc38
commit 4d64204e3c
12 changed files with 684 additions and 0 deletions

View File

@ -0,0 +1,89 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20243095",
"Version": "oval:org.altlinux.errata:def:20243095",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-3095: package `dav1d` update to version 1.4.0-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f2"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-3095",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-3095",
"Source": "ALTPU"
},
{
"RefID": "CVE-2023-32570",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-32570",
"Source": "CVE"
}
],
"Description": "This update upgrades dav1d to version 1.4.0-alt1. \nSecurity Fix(es):\n\n * CVE-2023-32570: VideoLAN dav1d before 1.2.0 has a thread_task.c race condition that can lead to an application crash, related to dav1d_decode_frame_exit.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-12"
},
"Updated": {
"Date": "2024-03-12"
},
"bdu": null,
"Cves": [
{
"Cvss3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Cwe": "CWE-362",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-32570",
"Impact": "Low",
"Public": "20230510",
"CveID": "CVE-2023-32570"
}
],
"AffectedCpeList": {
"Cpe": [
"cpe:/o:alt:spworkstation:10",
"cpe:/o:alt:spserver:10"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:5001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20243095001",
"Comment": "dav1d is earlier than 0:1.4.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243095002",
"Comment": "libdav1d-devel is earlier than 0:1.4.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243095003",
"Comment": "libdav1d_7 is earlier than 0:1.4.0-alt1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,46 @@
{
"TextFileContent54Objects": [
{
"ID": "oval:org.altlinux.errata:obj:5001",
"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:20243095001",
"Version": "1",
"comment": "dav1d is installed",
"Name": "dav1d"
},
{
"ID": "oval:org.altlinux.errata:obj:20243095002",
"Version": "1",
"comment": "libdav1d-devel is installed",
"Name": "libdav1d-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:20243095003",
"Version": "1",
"comment": "libdav1d_7 is installed",
"Name": "libdav1d_7"
}
]
}

View File

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

View File

@ -0,0 +1,54 @@
{
"TextFileContent54Tests": [
{
"ID": "oval:org.altlinux.errata:tst:5001",
"Version": "1",
"Check": "all",
"Comment": "ALT Linux based on branch 'c10f2' must be installed",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:5001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:5001"
}
}
],
"RPMInfoTests": [
{
"ID": "oval:org.altlinux.errata:tst:20243095001",
"Version": "1",
"Check": "all",
"Comment": "dav1d is earlier than 0:1.4.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243095001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243095001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243095002",
"Version": "1",
"Check": "all",
"Comment": "libdav1d-devel is earlier than 0:1.4.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243095002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243095001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243095003",
"Version": "1",
"Check": "all",
"Comment": "libdav1d_7 is earlier than 0:1.4.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243095003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243095001"
}
}
]
}

View File

@ -0,0 +1,117 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20242955",
"Version": "oval:org.altlinux.errata:def:20242955",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-2955: package `dav1d` update to version 1.4.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-2955",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-2955",
"Source": "ALTPU"
},
{
"RefID": "CVE-2023-32570",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-32570",
"Source": "CVE"
}
],
"Description": "This update upgrades dav1d to version 1.4.0-alt1. \nSecurity Fix(es):\n\n * CVE-2023-32570: VideoLAN dav1d before 1.2.0 has a thread_task.c race condition that can lead to an application crash, related to dav1d_decode_frame_exit.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-12"
},
"Updated": {
"Date": "2024-03-12"
},
"bdu": null,
"Cves": [
{
"Cvss3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Cwe": "CWE-362",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-32570",
"Impact": "Low",
"Public": "20230510",
"CveID": "CVE-2023-32570"
}
],
"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:20242955001",
"Comment": "dav1d is earlier than 0:1.4.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242955002",
"Comment": "libdav1d-devel is earlier than 0:1.4.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242955003",
"Comment": "libdav1d_7 is earlier than 0:1.4.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:20242955001",
"Version": "1",
"comment": "dav1d is installed",
"Name": "dav1d"
},
{
"ID": "oval:org.altlinux.errata:obj:20242955002",
"Version": "1",
"comment": "libdav1d-devel is installed",
"Name": "libdav1d-devel"
},
{
"ID": "oval:org.altlinux.errata:obj:20242955003",
"Version": "1",
"comment": "libdav1d_7 is installed",
"Name": "libdav1d_7"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RpmInfoState": [
{
"ID": "oval:org.altlinux.errata:ste:20242955001",
"Version": "1",
"Comment": "package EVR is earlier than 0:1.4.0-alt1",
"Arch": {},
"Evr": {
"Text": "0:1.4.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:20242955001",
"Version": "1",
"Check": "all",
"Comment": "dav1d is earlier than 0:1.4.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242955001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242955001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242955002",
"Version": "1",
"Check": "all",
"Comment": "libdav1d-devel is earlier than 0:1.4.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242955002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242955001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242955003",
"Version": "1",
"Check": "all",
"Comment": "libdav1d_7 is earlier than 0:1.4.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242955003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242955001"
}
}
]
}

View File

@ -0,0 +1,109 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20243626",
"Version": "oval:org.altlinux.errata:def:20243626",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-3626: package `firefox-esr` update to version 115.8.0-alt2",
"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-3626",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-3626",
"Source": "ALTPU"
}
],
"Description": "This update upgrades firefox-esr to version 115.8.0-alt2. \nSecurity Fix(es):\n\n * #49606: На MATE отсутствует иконка кнопки \"Свернуть окно\" в firefox-esr и thunderbird",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-12"
},
"Updated": {
"Date": "2024-03-12"
},
"bdu": null,
"Bugzilla": [
{
"Id": "49606",
"Href": "https://bugzilla.altlinux.org/49606",
"Data": "На MATE отсутствует иконка кнопки \"Свернуть окно\" в firefox-esr и thunderbird"
}
],
"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:20243626001",
"Comment": "firefox-esr is earlier than 0:115.8.0-alt2"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243626002",
"Comment": "firefox-esr-config-privacy is earlier than 0:115.8.0-alt2"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20243626003",
"Comment": "firefox-esr-wayland is earlier than 0:115.8.0-alt2"
}
]
}
]
}
}
]
}

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:20243626001",
"Version": "1",
"comment": "firefox-esr is installed",
"Name": "firefox-esr"
},
{
"ID": "oval:org.altlinux.errata:obj:20243626002",
"Version": "1",
"comment": "firefox-esr-config-privacy is installed",
"Name": "firefox-esr-config-privacy"
},
{
"ID": "oval:org.altlinux.errata:obj:20243626003",
"Version": "1",
"comment": "firefox-esr-wayland is installed",
"Name": "firefox-esr-wayland"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RpmInfoState": [
{
"ID": "oval:org.altlinux.errata:ste:20243626001",
"Version": "1",
"Comment": "package EVR is earlier than 0:115.8.0-alt2",
"Arch": {},
"Evr": {
"Text": "0:115.8.0-alt2",
"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:20243626001",
"Version": "1",
"Check": "all",
"Comment": "firefox-esr is earlier than 0:115.8.0-alt2",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243626001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243626001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243626002",
"Version": "1",
"Check": "all",
"Comment": "firefox-esr-config-privacy is earlier than 0:115.8.0-alt2",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243626002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243626001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243626003",
"Version": "1",
"Check": "all",
"Comment": "firefox-esr-wayland is earlier than 0:115.8.0-alt2",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243626003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243626001"
}
}
]
}