<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-05T12:58:04</oval:timestamp>
</generator>
<definitions>
<definition id="oval:com.oracle.elsa:def:2026500121" version="501" class="patch">
<metadata>
<title>
ELSA-2026-500121: Unbreakable Enterprise kernel security update (IMPORTANT)
</title>
<affected family="unix">
<platform>Oracle Linux 8</platform>
<platform>Oracle Linux 7</platform>

</affected>
<reference source="elsa" ref_id="ELSA-2026-500121" ref_url="https://linux.oracle.com/errata/ELSA-2026-500121.html"/>
<reference source="CVE" ref_id="CVE-2026-43038" ref_url="https://linux.oracle.com/cve/CVE-2026-43038.html"/>
<reference source="CVE" ref_id="CVE-2026-43499" ref_url="https://linux.oracle.com/cve/CVE-2026-43499.html"/>
<reference source="CVE" ref_id="CVE-2026-46043" ref_url="https://linux.oracle.com/cve/CVE-2026-46043.html"/>
<reference source="CVE" ref_id="CVE-2026-46331" ref_url="https://linux.oracle.com/cve/CVE-2026-46331.html"/>
<reference source="CVE" ref_id="CVE-2026-64600" ref_url="https://linux.oracle.com/cve/CVE-2026-64600.html"/>

<description>
[5.4.17-2136.358.2]
- xfs: resample the data fork mapping after cycling ILOCK (Darrick J. Wong)  [Orabug: 39776792]  {CVE-2026-64600}
- net: Work around Marvell NIC TX stalls (Venkat Venkatsubra)  [Orabug: 39765820]

[5.4.17-2136.358.1]
- KVM: x86: Fix shadow paging use-after-free due to unexpected role (Paolo Bonzini)  [Orabug: 39673871]
- KVM: x86: Fix shadow paging use-after-free due to unexpected GFN (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/MMU: Recursively zap nested TDP SPs when zapping last/only parent (Ben Gardon)  [Orabug: 39673871]
- KVM: x86/mmu: Move flush logic from mmu_page_zap_pte() to FNAME(invlpg) (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page() (Paolo Bonzini)  [Orabug: 39673871]
- KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots() (Like Xu)  [Orabug: 39673871]
- KVM: MMU: load PDPTRs outside mmu_lock (Paolo Bonzini)  [Orabug: 39673871]
- KVM: x86/mmu: Check PDPTRs before allocating PAE roots (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes (David Matlack)  [Orabug: 39673871]
- KVM: x86/mmu: Derive shadow MMU page role from parent (David Matlack)  [Orabug: 39673871]
- KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct (Lai Jiangshan)  [Orabug: 39673871]
- KVM: X86: Synchronize the shadow pagetable before link it (Lai Jiangshan)  [Orabug: 39673871]
- KVM: X86: Fix missed remote tlb flush in rmap_write_protect() (Lai Jiangshan)  [Orabug: 39673871]
- KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Stop passing 'direct' to mmu_alloc_root() (David Matlack)  [Orabug: 39673871]
- KVM: x86/mmu: Use a bool for direct (David Matlack)  [Orabug: 39673871]
- kvm: mmu: Replace unsigned with unsigned int for PTE access (Ben Gardon)  [Orabug: 39673871]
- KVM: x86/mmu: Ensure MMU pages are available when allocating roots (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Allocate the lm_root before allocating PAE roots (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mmu_free_roots() (Sean Christopherson)  [Orabug: 39673871]
- KVM: x86/mmu: Add a helper to consolidate root sp allocation (Sean Christopherson)  [Orabug: 39673871]
- Revert 'net/rds: poll eq during user-reset' (Praveen Kumar Kannoju)  [Orabug: 39659401]
- net/sched: act_pedit: fix action bind logic (Pedro Tammela)  [Orabug: 39567287]
- net/sched: act_pedit: free pedit keys on bail from offset check (Pedro Tammela)  [Orabug: 39567287]
- net/sched: fix pedit partial COW leading to page cache corruption (Rajat Gupta)  [Orabug: 39567287]  {CVE-2026-46331}
- net/sched: act_pedit: Parse L3 Header for L4 offset (Max Tottenham)  [Orabug: 39567287]
- net/sched: act_pedit: rate limit datapath messages (Pedro Tammela)  [Orabug: 39567287]
- net/sched: act_pedit: check static offsets a priori (Pedro Tammela)  [Orabug: 39567287]
- net/sched: act_pedit: remove extra check for key type (Pedro Tammela)  [Orabug: 39567287]
- net/sched: simplify tcf_pedit_act (Pedro Tammela)  [Orabug: 39567287]
- net/sched: transition act_pedit to rcu and percpu stats (Pedro Tammela)  [Orabug: 39567287]
- net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keys (Pedro Tammela)  [Orabug: 39567287]
- RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv (hkbinbin)  [Orabug: 39452261]  {CVE-2026-46043}
- locking/rtmutex: Skip remove_waiter() when waiter is not enqueued (Davidlohr Bueso)  [Orabug: 39426001]
- rtmutex: Use waiter::task instead of current in remove_waiter() (Keenan Dong)  [Orabug: 39426001]  {CVE-2026-43499}
- ipv6: icmp: clear skb2-&gt;cb[] in ip6_err_gen_icmpv6_unreach() (Eric Dumazet)  [Orabug: 39300930]  {CVE-2026-43038}
- tracing/events: Expand global buffer for in-kernel event enables (Manjunath Patil)  [Orabug: 38790406]
- net/mlx5: poll mlx5 eq during irq migration (Praveen Kumar Kannoju)  [Orabug: 38776184]

[5.4.17-2136.357.3]
- net: skbuff: fix missing zerocopy reference in pskb_carve helpers (Minh Nguyen)  [Orabug: 39619389]  {CVE-2026-52943}

[5.4.17-2136.357.2]
- net: fix fanout UAF in packet_release() via NETDEV_UP race (Yochai Eisenrich)  [Orabug: 39250953]  {CVE-2026-31504}
- x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumers (Dan Williams)  [Orabug: 39429802]
- x86/kaslr: Reduce KASLR entropy on most x86 systems (Balbir Singh)  [Orabug: 39429802]
- net: tap: NULL pointer derefence in dev_parse_header_protocol when skb-&gt;dev is null (Cezar Bulinaru)  [Orabug: 39526882]  {CVE-2022-50073}
- arm64: errata: Mitigate TLBI errata on various Arm CPUs (Mark Rutland)  [Orabug: 39548666]  {CVE-2025-10263}
- arm64: tlb: Add ARM64_WORKAROUND_REPEAT_TLBI_SYNC (Mark Rutland)  [Orabug: 39548666]
- ARM: uek: Disable CONFIG_QCOM_FALKOR_ERRATUM_1003 (Boris Ostrovsky)  [Orabug: 39548666]
- arm64: tlb: allow XZR argument to TLBI ops (Mark Rutland)  [Orabug: 39548666]
- arm64: cputype: Add C1-Premium definitions (Mark Rutland)  [Orabug: 39548666]
- arm64: cputype: Add C1-Ultra definitions (Mark Rutland)  [Orabug: 39548666]
- ip6_tunnel: clear skb2-&gt;cb[] in ip4ip6_err() (Eric Dumazet)  [Orabug: 39300926]  {CVE-2026-43037}

[5.4.17-2136.357.1]
- batman-adv: hold claim backbone gateways by reference (Haoze Xie)  [Orabug: 39262375]  {CVE-2026-31657}
- scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walker (Michael Bommarito)  [Orabug: 39446045]
- scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd() (Michael Bommarito)  [Orabug: 39446045]
- scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf (Michael Bommarito)  [Orabug: 39446045]
- rds: Drop rds conn in connect worker if not in down state. (Rohit Nair)  [Orabug: 39152239]

[5.4.17-2136.356.4.1]
- smb: client: reject userspace cifs.spnego descriptions (Asim Viladi Oglu Manizada)  [Orabug: 39463669] {CVE-2026-46243}

[5.4.17-2136.356.4]
- tun: free page on build_skb failure in tun_xdp_one() (Weiming Shi) [Orabug: 39429147]
- tap: free page on error paths in tap_get_user_xdp() (Weiming Shi) [Orabug: 39429147]
- tun: free page on short-frame rejection in tun_xdp_one() (Weiming Shi) [Orabug: 39429147]

[5.4.17-2136.356.3]
- ptrace: slightly saner 'get_dumpable()' logic (Linus Torvalds) [Orabug: 39384275,39391459] {CVE-2026-46333}
- net: skbuff: propagate shared-frag marker through frag-transfer helpers (Hyunwoo Kim) [Orabug: 39368828,39441326] {CVE-2026-43503,CVE-2026-46300}
- net: skbuff: preserve shared-frag marker during coalescing (William Bowling) [Orabug: 39368828] {CVE-2026-46300}

[5.4.17-2136.356.2]
- nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (Jeff Layton) [Orabug: 39167617,39368718] {CVE-2026-31402}
- scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (Maurizio Lombardi) [Orabug: 38985173,39368732] {CVE-2026-23216}
- scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (Maurizio Lombardi) [Orabug: 38970455,39368774] {CVE-2026-23193}
- xfrm: esp: avoid in-place decrypt on shared skb frags (Kuan-Ting Chen) [Orabug: 39334580,39367147] {CVE-2026-43284}
- x86/CPU/AMD: Add a fix for AMD-SB-7052 (Prathyushi Nangia) [Orabug: 39218897] {CVE-2025-54518}

[5.4.17-2136.356.1]
- arm64/kvm: Include linux/random.h in trng.c (Siddh Raman Pant) [Orabug: 39327096]
- i2c: designware: Disable TX_EMPTY irq while waiting for block length byte (Tam Nguyen) [Orabug: 39174662]
- i2c: designware: Handle invalid SMBus block data response length value (Tam Nguyen) [Orabug: 39174662]
- i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low (Yann Sionneau) [Orabug: 39174662]
</description>
<!--
 ~~~~~~~~~~~~~~~~~~~~   advisory details   ~~~~~~~~~~~~~~~~~~~ 
-->
<advisory>
<severity>IMPORTANT</severity>
<rights>Copyright 2026 Oracle, Inc.</rights>
<issued date="2026-08-03"/>
<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-43038.html" public="20260501">CVE-2026-43038</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-43499.html" public="20260521">CVE-2026-43499</cve>
<cve cvss3="5.9/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" href="https://linux.oracle.com/cve/CVE-2026-46043.html" public="20260527">CVE-2026-46043</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-46331.html" public="20260616">CVE-2026-46331</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-64600.html" public="20260723">CVE-2026-64600</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::UEKR6</cpe>
<cpe>cpe:/a:oracle:linux:7:9:UEKR6_ELS</cpe>
</affected_cpe_list>
</advisory>
</metadata>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121001" comment="Oracle Linux 8 is installed"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121002" comment="Oracle Linux arch is aarch64"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121003" comment="kernel-uek is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121004" comment="kernel-uek is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121005" comment="kernel-uek-debug is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121006" comment="kernel-uek-debug is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121007" comment="kernel-uek-debug-devel is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121008" comment="kernel-uek-debug-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121009" comment="kernel-uek-devel is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121010" comment="kernel-uek-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121011" comment="kernel-uek-doc is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121012" comment="kernel-uek-doc is signed with the Oracle Linux 8 key"/>
</criteria>
</criteria>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121013" comment="Oracle Linux arch is x86_64"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121003" comment="kernel-uek is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121004" comment="kernel-uek is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121014" comment="kernel-uek-container is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121015" comment="kernel-uek-container is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121016" comment="kernel-uek-container-debug is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121017" comment="kernel-uek-container-debug is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121005" comment="kernel-uek-debug is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121006" comment="kernel-uek-debug is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121007" comment="kernel-uek-debug-devel is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121008" comment="kernel-uek-debug-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121009" comment="kernel-uek-devel is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121010" comment="kernel-uek-devel is signed with the Oracle Linux 8 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121011" comment="kernel-uek-doc is earlier than 0:5.4.17-2136.358.2.el8uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121012" comment="kernel-uek-doc is signed with the Oracle Linux 8 key"/>
</criteria>
</criteria>
</criteria>
</criteria>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121018" comment="Oracle Linux 7 is installed"/>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121019" comment="Oracle Linux arch is x86_64"/>
<criteria operator="OR">
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121020" comment="kernel-uek is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121021" comment="kernel-uek is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121022" comment="kernel-uek-container is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121023" comment="kernel-uek-container is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121024" comment="kernel-uek-container-debug is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121025" comment="kernel-uek-container-debug is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121026" comment="kernel-uek-debug is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121027" comment="kernel-uek-debug is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121028" comment="kernel-uek-debug-devel is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121029" comment="kernel-uek-debug-devel is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121030" comment="kernel-uek-devel is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121031" comment="kernel-uek-devel is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121032" comment="kernel-uek-doc is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121033" comment="kernel-uek-doc is signed with the Oracle Linux 7 key"/>
</criteria>
<criteria operator="AND">
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121034" comment="kernel-uek-tools is earlier than 0:5.4.17-2136.358.2.el7uek"/>
<criterion test_ref="oval:com.oracle.elsa:tst:2026500121035" comment="kernel-uek-tools is signed with the Oracle Linux 7 key"/>
</criteria>
</criteria>
</criteria>
</criteria>
</criteria>
</definition>
</definitions>
<!--
 ~~~~~~~~~~~~~~~~~~~~~   rpminfo tests   ~~~~~~~~~~~~~~~~~~~~~ 
-->
<tests>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121001"  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:2026500121001" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121003" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121002"  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:2026500121001" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121004" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121003"  version="501" comment="kernel-uek is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121002" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121004"  version="501" comment="kernel-uek 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:2026500121002" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121005"  version="501" comment="kernel-uek-debug is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121005" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121006"  version="501" comment="kernel-uek-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:2026500121005" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121007"  version="501" comment="kernel-uek-debug-devel is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121006" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121008"  version="501" comment="kernel-uek-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:2026500121006" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121009"  version="501" comment="kernel-uek-devel is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121007" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121010"  version="501" comment="kernel-uek-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:2026500121007" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121011"  version="501" comment="kernel-uek-doc is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121008" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121012"  version="501" comment="kernel-uek-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:2026500121008" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121013"  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:2026500121001" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121006" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121014"  version="501" comment="kernel-uek-container is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121003" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121015"  version="501" comment="kernel-uek-container 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:2026500121003" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121016"  version="501" comment="kernel-uek-container-debug is earlier than 0:5.4.17-2136.358.2.el8uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121004" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121005" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121017"  version="501" comment="kernel-uek-container-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:2026500121004" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121001" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121018"  version="501" comment="Oracle Linux 7 is installed" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121001" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121007" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121019"  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:2026500121001" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121006" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121020"  version="501" comment="kernel-uek is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121002" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121021"  version="501" comment="kernel-uek is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121002" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121022"  version="501" comment="kernel-uek-container is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121003" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121023"  version="501" comment="kernel-uek-container is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121003" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121024"  version="501" comment="kernel-uek-container-debug is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121004" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121025"  version="501" comment="kernel-uek-container-debug is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121004" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121026"  version="501" comment="kernel-uek-debug is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121005" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121027"  version="501" comment="kernel-uek-debug is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121005" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121028"  version="501" comment="kernel-uek-debug-devel is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121006" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121029"  version="501" comment="kernel-uek-debug-devel is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121006" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121030"  version="501" comment="kernel-uek-devel is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121007" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121031"  version="501" comment="kernel-uek-devel is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121007" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121032"  version="501" comment="kernel-uek-doc is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121008" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121033"  version="501" comment="kernel-uek-doc is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121008" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121034"  version="501" comment="kernel-uek-tools is earlier than 0:5.4.17-2136.358.2.el7uek" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121009" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121008" />
</rpminfo_test>
<rpminfo_test id="oval:com.oracle.elsa:tst:2026500121035"  version="501" comment="kernel-uek-tools is signed with the Oracle Linux 7 key" check="at least one" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux">
<object object_ref="oval:com.oracle.elsa:obj:2026500121009" />
<state state_ref="oval:com.oracle.elsa:ste:2026500121002" />
</rpminfo_test>

</tests>
<!--
 ~~~~~~~~~~~~~~~~~~~~   rpminfo objects   ~~~~~~~~~~~~~~~~~~~~ 
-->
<objects>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121001" 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:2026500121006" version="501">
<name>kernel-uek-debug-devel</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121003" version="501">
<name>kernel-uek-container</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121007" version="501">
<name>kernel-uek-devel</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121005" version="501">
<name>kernel-uek-debug</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121004" version="501">
<name>kernel-uek-container-debug</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121002" version="501">
<name>kernel-uek</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121009" version="501">
<name>kernel-uek-tools</name>
</rpminfo_object>
<rpminfo_object xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:obj:2026500121008" version="501">
<name>kernel-uek-doc</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:2026500121001" 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:2026500121002" version="501">
<signature_keyid operation="equals">72f97b74ec551f03</signature_keyid>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:2026500121003" 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:2026500121004" 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:2026500121005" version="501">
<version operation="pattern match">5.4.17</version>
<evr datatype="evr_string" operation="less than">0:5.4.17-2136.358.2.el8uek</evr>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:2026500121006" version="501">
<arch operation="pattern match">x86_64</arch>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:2026500121007" version="501">
<version operation="pattern match">^7</version>
</rpminfo_state>
<rpminfo_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" id="oval:com.oracle.elsa:ste:2026500121008" version="501">
<version operation="pattern match">5.4.17</version>
<evr datatype="evr_string" operation="less than">0:5.4.17-2136.358.2.el7uek</evr>
</rpminfo_state>

</states>
</oval_definitions>
