ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-03-13 21:03:04 +00:00
parent 60a043f16d
commit 19fa2af162
12 changed files with 6058 additions and 0 deletions

View File

@ -0,0 +1,130 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20242838",
"Version": "oval:org.altlinux.errata:def:20242838",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-2838: package `rust` update to version 1.72.1-alt0.c10.1",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch c10f1"
],
"Products": [
"ALT SP Workstation",
"ALT SP Server"
]
}
],
"References": [
{
"RefID": "ALT-PU-2024-2838",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-2838",
"Source": "ALTPU"
},
{
"RefID": "CVE-2023-38497",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497",
"Source": "CVE"
},
{
"RefID": "CVE-2023-40030",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-40030",
"Source": "CVE"
}
],
"Description": "This update upgrades rust to version 1.72.1-alt0.c10.1. \nSecurity Fix(es):\n\n * CVE-2023-38497: Cargo downloads the Rust projects dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one's system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.\n\n * CVE-2023-40030: Cargo downloads a Rust projects dependencies and compiles the project. Starting in Rust 1.60.0 and prior to 1.72, Cargo did not escape Cargo feature names when including them in the report generated by `cargo build --timings`. A malicious package included as a dependency may inject nearly arbitrary HTML here, potentially leading to cross-site scripting if the report is subsequently uploaded somewhere. The vulnerability affects users relying on dependencies from git, local paths, or alternative registries. Users who solely depend on crates.io are unaffected.\n\nRust 1.60.0 introduced `cargo build --timings`, which produces a report of how long the different steps of the build process took. It includes lists of Cargo features for each crate. Prior to Rust 1.72, Cargo feature names were allowed to contain almost any characters (with some exceptions as used by the feature syntax), but it would produce a future incompatibility warning about them since Rust 1.49. crates.io is far more stringent about what it considers a valid feature name and has not allowed such feature names. As the feature names were included unescaped in the timings report, they could be used to inject Javascript into the page, for example with a feature name like `features = [\"\u003cimg src='' onerror=alert(0)\"]`. If this report were subsequently uploaded to a domain that uses credentials, the injected Javascript could access resources from the website visitor.\n\nThis issue was fixed in Rust 1.72 by turning the future incompatibility warning into an error. Users should still exercise care in which package they download, by only including trusted dependencies in their projects. Please note that even with these vulnerabilities fixed, by design Cargo allows arbitrary code execution at build time thanks to build scripts and procedural macros: a malicious dependency will be able to cause damage regardless of these vulnerabilities. crates.io has server-side checks preventing this attack, and there are no packages on crates.io exploiting these vulnerabilities. crates.io users still need to excercise care in choosing their dependencies though, as remote code execution is allowed by design there as well.",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-13"
},
"Updated": {
"Date": "2024-03-13"
},
"bdu": null,
"Cves": [
{
"Cvss3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"Cwe": "CWE-278",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497",
"Impact": "High",
"Public": "20230804",
"CveID": "CVE-2023-38497"
},
{
"Cvss3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"Cwe": "CWE-79",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-40030",
"Impact": "Low",
"Public": "20230824",
"CveID": "CVE-2023-40030"
}
],
"AffectedCpeList": {
"Cpe": [
"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:20242838001",
"Comment": "clippy is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838002",
"Comment": "rust is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838003",
"Comment": "rust-analyzer is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838004",
"Comment": "rust-cargo is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838005",
"Comment": "rust-cargo-doc is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838006",
"Comment": "rust-doc is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838007",
"Comment": "rust-gdb is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838008",
"Comment": "rust-src is earlier than 1:1.72.1-alt0.c10.1"
},
{
"TestRef": "oval:org.altlinux.errata:tst:20242838009",
"Comment": "rustfmt is earlier than 1:1.72.1-alt0.c10.1"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,82 @@
{
"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:20242838001",
"Version": "1",
"comment": "clippy is installed",
"Name": "clippy"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838002",
"Version": "1",
"comment": "rust is installed",
"Name": "rust"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838003",
"Version": "1",
"comment": "rust-analyzer is installed",
"Name": "rust-analyzer"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838004",
"Version": "1",
"comment": "rust-cargo is installed",
"Name": "rust-cargo"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838005",
"Version": "1",
"comment": "rust-cargo-doc is installed",
"Name": "rust-cargo-doc"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838006",
"Version": "1",
"comment": "rust-doc is installed",
"Name": "rust-doc"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838007",
"Version": "1",
"comment": "rust-gdb is installed",
"Name": "rust-gdb"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838008",
"Version": "1",
"comment": "rust-src is installed",
"Name": "rust-src"
},
{
"ID": "oval:org.altlinux.errata:obj:20242838009",
"Version": "1",
"comment": "rustfmt is installed",
"Name": "rustfmt"
}
]
}

View File

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

View File

@ -0,0 +1,126 @@
{
"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:20242838001",
"Version": "1",
"Check": "all",
"Comment": "clippy is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838002",
"Version": "1",
"Check": "all",
"Comment": "rust is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838003",
"Version": "1",
"Check": "all",
"Comment": "rust-analyzer is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838004",
"Version": "1",
"Check": "all",
"Comment": "rust-cargo is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838004"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838005",
"Version": "1",
"Check": "all",
"Comment": "rust-cargo-doc is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838005"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838006",
"Version": "1",
"Check": "all",
"Comment": "rust-doc is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838006"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838007",
"Version": "1",
"Check": "all",
"Comment": "rust-gdb is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838007"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838008",
"Version": "1",
"Check": "all",
"Comment": "rust-src is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838008"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20242838009",
"Version": "1",
"Check": "all",
"Comment": "rustfmt is earlier than 1:1.72.1-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20242838009"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20242838001"
}
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,46 @@
{
"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:20243614001",
"Version": "1",
"comment": "firefox-esr is installed",
"Name": "firefox-esr"
},
{
"ID": "oval:org.altlinux.errata:obj:20243614002",
"Version": "1",
"comment": "firefox-esr-config-privacy is installed",
"Name": "firefox-esr-config-privacy"
},
{
"ID": "oval:org.altlinux.errata:obj:20243614003",
"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:4001",
"Version": "1",
"Text": {}
}
],
"RpmInfoState": [
{
"ID": "oval:org.altlinux.errata:ste:20243614001",
"Version": "1",
"Comment": "package EVR is earlier than 0:115.8.0-alt0.c10.1",
"Arch": {},
"Evr": {
"Text": "0:115.8.0-alt0.c10.1",
"Datatype": "evr_string",
"Operation": "less than"
},
"Subexpression": {}
}
]
}

View File

@ -0,0 +1,54 @@
{
"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:20243614001",
"Version": "1",
"Check": "all",
"Comment": "firefox-esr is earlier than 0:115.8.0-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243614001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243614001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243614002",
"Version": "1",
"Check": "all",
"Comment": "firefox-esr-config-privacy is earlier than 0:115.8.0-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243614002"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243614001"
}
},
{
"ID": "oval:org.altlinux.errata:tst:20243614003",
"Version": "1",
"Check": "all",
"Comment": "firefox-esr-wayland is earlier than 0:115.8.0-alt0.c10.1",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243614003"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243614001"
}
}
]
}

View File

@ -0,0 +1,150 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20243678",
"Version": "oval:org.altlinux.errata:def:20243678",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2024-3678: package `vault` update to version 1.13.12-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-3678",
"RefURL": "https://errata.altlinux.org/ALT-PU-2024-3678",
"Source": "ALTPU"
},
{
"RefID": "BDU:2023-08660",
"RefURL": "https://bdu.fstec.ru/vul/2023-08660",
"Source": "BDU"
},
{
"RefID": "CVE-2023-3775",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-3775",
"Source": "CVE"
},
{
"RefID": "CVE-2023-4680",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-4680",
"Source": "CVE"
},
{
"RefID": "CVE-2023-6337",
"RefURL": "https://nvd.nist.gov/vuln/detail/CVE-2023-6337",
"Source": "CVE"
}
],
"Description": "This update upgrades vault to version 1.13.12-alt2. \nSecurity Fix(es):\n\n * BDU:2023-08660: Уязвимость компонента max_request_duration платформ для архивирования корпоративной информации HashiCorp Vault и Vault Enterprise, позволяющая нарушителю вызвать отказ в обслуживании\n\n * CVE-2023-3775: A Vault Enterprise Sentinel Role Governing Policy created by an operator to restrict access to resources in one namespace can be applied to requests outside in another non-descendant namespace, potentially resulting in denial of service. Fixed in Vault Enterprise 1.15.0, 1.14.4, 1.13.8.\n\n * CVE-2023-4680: HashiCorp Vault and Vault Enterprise transit secrets engine allowed authorized users to specify arbitrary nonces, even with convergent encryption disabled. The encrypt endpoint, in combination with an offline attack, could be used to decrypt arbitrary ciphertext and potentially derive the authentication subkey when using transit secrets engine without convergent encryption. Introduced in 1.6.0 and fixed in 1.14.3, 1.13.7, and 1.12.11.\n\n * CVE-2023-6337: HashiCorp Vault and Vault Enterprise 1.12.0 and newer are vulnerable to a denial of service through memory exhaustion of the host when handling large unauthenticated and authenticated HTTP requests from a client. Vault will attempt to map the request to memory, resulting in the exhaustion of available memory on the host, which may cause Vault to crash.\n\nFixed in Vault 1.15.4, 1.14.8, 1.13.12.\n\n",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "High",
"Rights": "Copyright 2024 BaseALT Ltd.",
"Issued": {
"Date": "2024-03-13"
},
"Updated": {
"Date": "2024-03-13"
},
"bdu": [
{
"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-770",
"Href": "https://bdu.fstec.ru/vul/2023-08660",
"Impact": "High",
"Public": "20231127",
"CveID": "BDU:2023-08660"
}
],
"Cves": [
{
"Cvss3": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"Cwe": "NVD-CWE-noinfo",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-3775",
"Impact": "Low",
"Public": "20230929",
"CveID": "CVE-2023-3775"
},
{
"Cvss3": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"Cwe": "CWE-20",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-4680",
"Impact": "Low",
"Public": "20230915",
"CveID": "CVE-2023-4680"
},
{
"Cvss3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"Cwe": "CWE-770",
"Href": "https://nvd.nist.gov/vuln/detail/CVE-2023-6337",
"Impact": "High",
"Public": "20231208",
"CveID": "CVE-2023-6337"
}
],
"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:20243678001",
"Comment": "vault is earlier than 0:1.13.12-alt2"
}
]
}
]
}
}
]
}

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:20243678001",
"Version": "1",
"comment": "vault is installed",
"Name": "vault"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RpmInfoState": [
{
"ID": "oval:org.altlinux.errata:ste:20243678001",
"Version": "1",
"Comment": "package EVR is earlier than 0:1.13.12-alt2",
"Arch": {},
"Evr": {
"Text": "0:1.13.12-alt2",
"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:20243678001",
"Version": "1",
"Check": "all",
"Comment": "vault is earlier than 0:1.13.12-alt2",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20243678001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20243678001"
}
}
]
}