ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-09-28 03:04:43 +00:00
parent 39e853e3e8
commit edbe02b05a
12 changed files with 629 additions and 0 deletions

View File

@ -0,0 +1,90 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202413105",
"Version": "oval:org.altlinux.errata:def:202413105",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-13105: package `SDL2_ttf` update to version 2.22.0-alt1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-13105",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-13105",
"Source": "ALTPU"
},
{
"RefID": "CVE-2022-27470",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2022-27470",
"Source": "CVE"
}
],
"Description": "This update upgrades SDL2_ttf to version 2.22.0-alt1. \nSecurity Fix(es):\n\n * CVE-2022-27470: SDL_ttf v2.0.18 and below was discovered to contain an arbitrary memory write via the function TTF_RenderText_Solid(). This vulnerability is triggered via a crafted TTF file.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-27"
},
"Updated": {
"Date": "2024-09-27"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2022-27470",
"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-787",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2022-27470",
"Impact": "High",
"Public": "20220504"
}
],
"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:202413105001",
"Comment": "libSDL2_ttf is earlier than 0:2.22.0-alt1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202413105002",
"Comment": "libSDL2_ttf-devel is earlier than 0:2.22.0-alt1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,40 @@
{
"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:202413105001",
"Version": "1",
"Comment": "libSDL2_ttf is installed",
"Name": "libSDL2_ttf"
},
{
"ID": "oval:org.altlinux.errata:obj:202413105002",
"Version": "1",
"Comment": "libSDL2_ttf-devel is installed",
"Name": "libSDL2_ttf-devel"
}
]
}

View File

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

View File

@ -0,0 +1,42 @@
{
"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:202413105001",
"Version": "1",
"Check": "all",
"Comment": "libSDL2_ttf is earlier than 0:2.22.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202413105001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202413105001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202413105002",
"Version": "1",
"Check": "all",
"Comment": "libSDL2_ttf-devel is earlier than 0:2.22.0-alt1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202413105002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202413105001"
}
}
]
}

View File

@ -0,0 +1,100 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202413160",
"Version": "oval:org.altlinux.errata:def:202413160",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-13160: package `mongo6.0` update to version 6.0.18-alt0.c10.1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-13160",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-13160",
"Source": "ALTPU"
},
{
"RefID": "CVE-2024-8207",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-8207",
"Source": "CVE"
},
{
"RefID": "CVE-2024-8654",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-8654",
"Source": "CVE"
}
],
"Description": "This update upgrades mongo6.0 to version 6.0.18-alt0.c10.1. \nSecurity Fix(es):\n\n * CVE-2024-8207: In certain highly specific configurations of the host system and MongoDB server binary installation on Linux Operating Systems, it may be possible for a unintended actor with host-level access to cause the MongoDB Server binary to load unintended actor-controlled shared libraries when the server binary is started, potentially resulting in the unintended actor gaining full control over the MongoDB server process. This issue affects MongoDB Server v5.0 versions prior to 5.0.14 and MongoDB Server v6.0 versions prior to 6.0.3.\n\nRequired Configuration: Only environments with Linux as the underlying operating system is affected by this issue\n\n * CVE-2024-8654: MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are called in internal aggregation stage. This issue affected MongoDB Server v6.0 version 6.0.3.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-27"
},
"Updated": {
"Date": "2024-09-27"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2024-8207",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-610",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-8207",
"Impact": "Low",
"Public": "20240827"
},
{
"ID": "CVE-2024-8654",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-8654",
"Impact": "None",
"Public": "20240910"
}
],
"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:202413160001",
"Comment": "mongo6.0-server-mongod is earlier than 0:6.0.18-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202413160002",
"Comment": "mongo6.0-server-mongos is earlier than 0:6.0.18-alt0.c10.1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,40 @@
{
"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:202413160001",
"Version": "1",
"Comment": "mongo6.0-server-mongod is installed",
"Name": "mongo6.0-server-mongod"
},
{
"ID": "oval:org.altlinux.errata:obj:202413160002",
"Version": "1",
"Comment": "mongo6.0-server-mongos is installed",
"Name": "mongo6.0-server-mongos"
}
]
}

View File

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

View File

@ -0,0 +1,42 @@
{
"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:202413160001",
"Version": "1",
"Check": "all",
"Comment": "mongo6.0-server-mongod is earlier than 0:6.0.18-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202413160001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202413160001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202413160002",
"Version": "1",
"Check": "all",
"Comment": "mongo6.0-server-mongos is earlier than 0:6.0.18-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202413160002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202413160001"
}
}
]
}

View File

@ -0,0 +1,124 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:202413256",
"Version": "oval:org.altlinux.errata:def:202413256",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-13256: package `mongo6.0` update to version 6.0.18-alt0.p10.1",
"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-13256",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-13256",
"Source": "ALTPU"
},
{
"RefID": "CVE-2024-8207",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-8207",
"Source": "CVE"
},
{
"RefID": "CVE-2024-8654",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2024-8654",
"Source": "CVE"
}
],
"Description": "This update upgrades mongo6.0 to version 6.0.18-alt0.p10.1. \nSecurity Fix(es):\n\n * CVE-2024-8207: In certain highly specific configurations of the host system and MongoDB server binary installation on Linux Operating Systems, it may be possible for a unintended actor with host-level access to cause the MongoDB Server binary to load unintended actor-controlled shared libraries when the server binary is started, potentially resulting in the unintended actor gaining full control over the MongoDB server process. This issue affects MongoDB Server v5.0 versions prior to 5.0.14 and MongoDB Server v6.0 versions prior to 6.0.3.\n\nRequired Configuration: Only environments with Linux as the underlying operating system is affected by this issue\n\n * CVE-2024-8654: MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are called in internal aggregation stage. This issue affected MongoDB Server v6.0 version 6.0.3.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-09-27"
},
"Updated": {
"Date": "2024-09-27"
},
"BDUs": null,
"CVEs": [
{
"ID": "CVE-2024-8207",
"CVSS3": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"CWE": "CWE-610",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-8207",
"Impact": "Low",
"Public": "20240827"
},
{
"ID": "CVE-2024-8654",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2024-8654",
"Impact": "None",
"Public": "20240910"
}
],
"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:202413256001",
"Comment": "mongo6.0-server-mongod is earlier than 0:6.0.18-alt0.p10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:202413256002",
"Comment": "mongo6.0-server-mongos is earlier than 0:6.0.18-alt0.p10.1"
}
]
}
]
}
}
]
}

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:202413256001",
"Version": "1",
"Comment": "mongo6.0-server-mongod is installed",
"Name": "mongo6.0-server-mongod"
},
{
"ID": "oval:org.altlinux.errata:obj:202413256002",
"Version": "1",
"Comment": "mongo6.0-server-mongos is installed",
"Name": "mongo6.0-server-mongos"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RPMInfoStates": [
{
"ID": "oval:org.altlinux.errata:ste:202413256001",
"Version": "1",
"Comment": "package EVR is earlier than 0:6.0.18-alt0.p10.1",
"Arch": {},
"EVR": {
"Text": "0:6.0.18-alt0.p10.1",
"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:202413256001",
"Version": "1",
"Check": "all",
"Comment": "mongo6.0-server-mongod is earlier than 0:6.0.18-alt0.p10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202413256001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202413256001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:202413256002",
"Version": "1",
"Check": "all",
"Comment": "mongo6.0-server-mongos is earlier than 0:6.0.18-alt0.p10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:202413256002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:202413256001"
}
}
]
}