<oval_definitions xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:red-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns:ind-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd">
<generator>
<oval:product_name>Oracle Errata System</oval:product_name>
<oval:product_version>Oracle Linux</oval:product_version>
<oval:schema_version>5.11</oval:schema_version>
<oval:timestamp>2026-08-21T12:40:45</oval:timestamp>
</generator>
<definitions>
<definition id="oval:com.oracle.elsa:def:202655764" version="501" class="patch">
<metadata>
<title>
ELSA-2026-55764:  kernel security, bug fix, and enhancement update (IMPORTANT)
</title>
<affected family="unix">
<platform>Oracle Linux 8</platform>

</affected>
<reference source="elsa" ref_id="ELSA-2026-55764" ref_url="https://linux.oracle.com/errata/ELSA-2026-55764.html"/>
<reference source="CVE" ref_id="CVE-2025-39902" ref_url="https://linux.oracle.com/cve/CVE-2025-39902.html"/>
<reference source="CVE" ref_id="CVE-2026-17523" ref_url="https://linux.oracle.com/cve/CVE-2026-17523.html"/>
<reference source="CVE" ref_id="CVE-2026-43206" ref_url="https://linux.oracle.com/cve/CVE-2026-43206.html"/>
<reference source="CVE" ref_id="CVE-2026-53016" ref_url="https://linux.oracle.com/cve/CVE-2026-53016.html"/>
<reference source="CVE" ref_id="CVE-2026-53136" ref_url="https://linux.oracle.com/cve/CVE-2026-53136.html"/>
<reference source="CVE" ref_id="CVE-2026-53329" ref_url="https://linux.oracle.com/cve/CVE-2026-53329.html"/>
<reference source="CVE" ref_id="CVE-2026-53374" ref_url="https://linux.oracle.com/cve/CVE-2026-53374.html"/>
<reference source="CVE" ref_id="CVE-2026-63879" ref_url="https://linux.oracle.com/cve/CVE-2026-63879.html"/>
<reference source="CVE" ref_id="CVE-2026-63884" ref_url="https://linux.oracle.com/cve/CVE-2026-63884.html"/>
<reference source="CVE" ref_id="CVE-2026-64219" ref_url="https://linux.oracle.com/cve/CVE-2026-64219.html"/>

<description>
[4.18.0-553.155.1]
- Update Oracle Linux certificates (Kevin Lyons)
- Disable signing for aarch64 (Ilya Okomin)
- Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list (olkmod_signing_key.pem) [Orabug: 29539237]
- Update x509.genkey [Orabug: 24817676]
- Conflict with shim-ia32 and shim-x64 &lt;= 15.3-1.0.3
- Remove upstream reference during boot (Kevin Lyons) [Orabug: 34750652]
- Add new Oracle Linux Driver Signing (key 1) certificate [Orabug: 37985772]
- udf: fix partition descriptor append bookkeeping (Ravi Singh) [RHEL-179571] {CVE-2026-45991}
- ice: fix double-free of tx_buf skb (Michal Schmidt) [RHEL-192193] {CVE-2026-53009}

[4.18.0-553.156.1]
- drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set() (CKI Backport Bot) [RHEL-221327] {CVE-2026-43206}
- drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async (CKI Backport Bot) [RHEL-222576] {CVE-2026-64219}
- drm/amdgpu: fix amdgpu_hmm_range_get_pages (CKI Backport Bot) [RHEL-222620] {CVE-2026-63879}
- drm/i915: Fix potential UAF in TTM object purge (CKI Backport Bot) [RHEL-222738] {CVE-2026-63884}
- drm/amd/display: Use krealloc_array() in dal_vector_reserve() (CKI Backport Bot) [RHEL-222662] {CVE-2026-53329}
- drm/amd/display: Clamp VBIOS HDMI retimer register count to array size (CKI Backport Bot) [RHEL-222680] {CVE-2026-53136}
- mm/slub: avoid accessing metadata when pointer is invalid in object_err() (Luiz Capitulino) [RHEL-226551] {CVE-2025-39902}
- drm/amdgpu: zero-initialize GART table on allocation (CKI Backport Bot) [RHEL-222656] {CVE-2026-53374}
- vhost: reset the vring metadata cache on vring reconfiguration (CKI Backport Bot) [RHEL-224556]
- can: bcm: extend bcm_tx_lock usage for data and timer updates (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: add locking when updating filter and timer values (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: fix locking for bcm_op runtime updates (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: add locking for bcm_op runtime updates (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: check the result of can_send() in bcm_can_tx() (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: Use hrtimer_forward_now() (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_tasklet (Guillaume Nault) [RHEL-216711] {CVE-2026-17523}
- sched/deadline: Update GRUB description in the documentation (Herton R. Krzesinski) [RHEL-189997]
- sched/deadline: fix kABI breakage after the introduction of max_bw on dl_rq (Herton R. Krzesinski) [RHEL-189997]
- sched/deadline: Fix bandwidth reclaim equation in GRUB (Herton R. Krzesinski) [RHEL-189997]
- crypto: ccp - copy IV using skcipher ivsize (CKI Backport Bot) [RHEL-188453] {CVE-2026-53016}
</description>
<!--
 ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ 
-->
<advisory>
<severity>IMPORTANT</severity>
<rights>Copyright 2026 Oracle, Inc.</rights>
<issued date="2026-08-20"/>
<cve cvss3="5.8/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H" href="https://linux.oracle.com/cve/CVE-2025-39902.html" public="20251001">CVE-2025-39902</cve>
<cve cvss3="7.8/CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-17523.html" public="20260727">CVE-2026-17523</cve>
<cve cvss3="7.8/CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-43206.html" public="20260506">CVE-2026-43206</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-53016.html" public="20260624">CVE-2026-53016</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-53136.html" public="20260625">CVE-2026-53136</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-53329.html" public="20260701">CVE-2026-53329</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-53374.html" public="20260719">CVE-2026-53374</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-63879.html" public="20260719">CVE-2026-63879</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-63884.html" public="20260719">CVE-2026-63884</cve>
<cve cvss3="7.0/CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://linux.oracle.com/cve/CVE-2026-64219.html" public="20260724">CVE-2026-64219</cve>

<affected_cpe_list>
<cpe>cpe:/o:oracle:linux:8::baseos_latest</cpe>
<cpe>cpe:/o:oracle:linux:8:10:baseos_patch</cpe>
<cpe>cpe:/a:oracle:linux:8::codeready_builder</cpe>
</affected_cpe_list>
</advisory>
</metadata>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764001" comment="Oracle Linux 8 is installed"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764002" comment="Oracle Linux arch is aarch64"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764003" comment="kernel-tools-libs-devel is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764004" comment="kernel-tools-libs-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764005" comment="bpftool is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764006" comment="bpftool is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764007" comment="kernel-cross-headers is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764008" comment="kernel-cross-headers is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764009" comment="kernel-headers is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764010" comment="kernel-headers is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764011" comment="kernel-tools is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764012" comment="kernel-tools is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764013" comment="kernel-tools-libs is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764014" comment="kernel-tools-libs is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764015" comment="perf is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764016" comment="perf is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764017" comment="python3-perf is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764018" comment="python3-perf is signed with the Oracle Linux 8 key"/>
</criteria>
</criteria>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764019" comment="Oracle Linux arch is x86_64"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764003" comment="kernel-tools-libs-devel is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764004" comment="kernel-tools-libs-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764005" comment="bpftool is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764006" comment="bpftool is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764020" comment="kernel is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764021" comment="kernel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764022" comment="kernel-abi-stablelists is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764023" comment="kernel-abi-stablelists is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764024" comment="kernel-core is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764025" comment="kernel-core is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764007" comment="kernel-cross-headers is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764008" comment="kernel-cross-headers is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764026" comment="kernel-debug is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764027" comment="kernel-debug is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764028" comment="kernel-debug-core is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764029" comment="kernel-debug-core is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764030" comment="kernel-debug-devel is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764031" comment="kernel-debug-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764032" comment="kernel-debug-modules is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764033" comment="kernel-debug-modules is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764034" comment="kernel-debug-modules-extra is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764035" comment="kernel-debug-modules-extra is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764036" comment="kernel-devel is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764037" comment="kernel-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764038" comment="kernel-doc is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764039" comment="kernel-doc is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764009" comment="kernel-headers is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764010" comment="kernel-headers is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764040" comment="kernel-modules is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764041" comment="kernel-modules is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764042" comment="kernel-modules-extra is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764043" comment="kernel-modules-extra is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764011" comment="kernel-tools is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764012" comment="kernel-tools is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764013" comment="kernel-tools-libs is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764014" comment="kernel-tools-libs is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764015" comment="perf is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764016" comment="perf is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:202655764017" comment="python3-perf is earlier than 0:4.18.0-553.156.1.el8_10"/>
<criterion test_ref="oval:com.oracle.elsa:tst:202655764018" comment="python3-perf is signed with the Oracle Linux 8 key"/>
</criteria>
</criteria>
</criteria>
</criteria>
</criteria>

</definition>
</definitions>
<!--
 ~~~~~~~~~~~~~~~~~~~~~   rpminfo tests   ~~~~~~~~~~~~~~~~~~~~~ 
-->
<tests>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764001"  version="501" comment="Oracle Linux 8 is installed" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764001" />
<state state_ref="oval:com.oracle.elsa:ste:202655764002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764002"  version="501" comment="Oracle Linux arch is aarch64" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764001" />
<state state_ref="oval:com.oracle.elsa:ste:202655764003" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764003"  version="501" comment="kernel-tools-libs-devel is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764002" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764004"  version="501" comment="kernel-tools-libs-devel is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764002" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764005"  version="501" comment="bpftool is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764003" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764006"  version="501" comment="bpftool is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764003" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764007"  version="501" comment="kernel-cross-headers is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764004" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764008"  version="501" comment="kernel-cross-headers is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764004" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764009"  version="501" comment="kernel-headers is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764005" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764010"  version="501" comment="kernel-headers is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764005" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764011"  version="501" comment="kernel-tools is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764006" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764012"  version="501" comment="kernel-tools is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764006" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764013"  version="501" comment="kernel-tools-libs is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764007" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764014"  version="501" comment="kernel-tools-libs is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764007" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764015"  version="501" comment="perf is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764008" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764016"  version="501" comment="perf is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764008" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764017"  version="501" comment="python3-perf is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764009" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764018"  version="501" comment="python3-perf is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764009" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764019"  version="501" comment="Oracle Linux arch is x86_64" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764001" />
<state state_ref="oval:com.oracle.elsa:ste:202655764005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764020"  version="501" comment="kernel is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764010" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764021"  version="501" comment="kernel is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764010" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764022"  version="501" comment="kernel-abi-stablelists is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764011" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764023"  version="501" comment="kernel-abi-stablelists is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764011" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764024"  version="501" comment="kernel-core is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764012" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764025"  version="501" comment="kernel-core is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764012" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764026"  version="501" comment="kernel-debug is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764013" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764027"  version="501" comment="kernel-debug is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764013" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764028"  version="501" comment="kernel-debug-core is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764014" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764029"  version="501" comment="kernel-debug-core is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764014" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764030"  version="501" comment="kernel-debug-devel is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764015" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764031"  version="501" comment="kernel-debug-devel is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764015" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764032"  version="501" comment="kernel-debug-modules is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764016" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764033"  version="501" comment="kernel-debug-modules is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764016" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764034"  version="501" comment="kernel-debug-modules-extra is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764017" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764035"  version="501" comment="kernel-debug-modules-extra is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764017" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764036"  version="501" comment="kernel-devel is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764018" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764037"  version="501" comment="kernel-devel is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764018" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764038"  version="501" comment="kernel-doc is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764019" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764039"  version="501" comment="kernel-doc is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764019" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764040"  version="501" comment="kernel-modules is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764020" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764041"  version="501" comment="kernel-modules is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764020" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764042"  version="501" comment="kernel-modules-extra is earlier than 0:4.18.0-553.156.1.el8_10" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764021" />
<state state_ref="oval:com.oracle.elsa:ste:202655764004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:202655764043"  version="501" comment="kernel-modules-extra is signed with the Oracle Linux 8 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:202655764021" />
<state state_ref="oval:com.oracle.elsa:ste:202655764001" />
</rpminfo_test>

</tests>
<!--
 ~~~~~~~~~~~~~~~~~~~~   rpminfo objects   ~~~~~~~~~~~~~~~~~~~~ 
-->
<objects>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764005" version="501">
<name>kernel-headers</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764010" version="501">
<name>kernel</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764014" version="501">
<name>kernel-debug-core</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764011" version="501">
<name>kernel-abi-stablelists</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764002" version="501">
<name>kernel-tools-libs-devel</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764003" version="501">
<name>bpftool</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764012" version="501">
<name>kernel-core</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764001" version="501">
<name>oraclelinux-release</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764019" version="501">
<name>kernel-doc</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764013" version="501">
<name>kernel-debug</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764007" version="501">
<name>kernel-tools-libs</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764020" version="501">
<name>kernel-modules</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764018" version="501">
<name>kernel-devel</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764017" version="501">
<name>kernel-debug-modules-extra</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764016" version="501">
<name>kernel-debug-modules</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764015" version="501">
<name>kernel-debug-devel</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764004" version="501">
<name>kernel-cross-headers</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764021" version="501">
<name>kernel-modules-extra</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764009" version="501">
<name>python3-perf</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764006" version="501">
<name>kernel-tools</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:202655764008" version="501">
<name>perf</name>
</rpminfo_object>
</objects>
<states>
<!--
 ~~~~~~~~~~~~~~~~~~~~   rpminfo states   ~~~~~~~~~~~~~~~~~~~~~ 
-->
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:202655764001" version="501">
<signature_keyid operation="equals">82562ea9ad986da3</signature_keyid>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:202655764002" version="501">
<version operation="pattern match">^8</version>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:202655764003" version="501">
<arch operation="pattern match">aarch64</arch>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:202655764004" version="501">
<evr datatype="evr_string" operation="less than">0:4.18.0-553.156.1.el8_10</evr>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:202655764005" version="501">
<arch operation="pattern match">x86_64</arch>
</rpminfo_state>

</states>
</oval_definitions>
