<?xml version='1.0' encoding='UTF-8'?>
<oval_definitions xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-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" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
  <generator>
    <oval:product_name>Tuxcare Errata System</oval:product_name>
    <oval:product_version>0.0.1</oval:product_version>
    <oval:schema_version>5.10</oval:schema_version>
    <oval:timestamp>2026-09-08T13:10:49</oval:timestamp>
  </generator>
  <definitions>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1788335992" version="1">
      <metadata>
        <title>alt-nodejs14-nodejs: Fix of 26 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1788335992" ref_url="https://cve.tuxcare.com/els-alt-nodejs/releases/CLSA-2026:1788335992" source="CLSA"/>
        <reference ref_id="CVE-2023-30589" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30589" source="CVE"/>
        <reference ref_id="CVE-2023-38552" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-38552" source="CVE"/>
        <reference ref_id="CVE-2023-32002" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32002" source="CVE"/>
        <reference ref_id="CVE-2026-48934" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48934" source="CVE"/>
        <reference ref_id="CVE-2023-30590" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30590" source="CVE"/>
        <reference ref_id="CVE-2023-30581" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30581" source="CVE"/>
        <reference ref_id="CVE-2024-22019" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-22019" source="CVE"/>
        <reference ref_id="CVE-2026-21717" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21717" source="CVE"/>
        <reference ref_id="CVE-2023-32559" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32559" source="CVE"/>
        <reference ref_id="CVE-2026-48933" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48933" source="CVE"/>
        <reference ref_id="CVE-2026-48937" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48937" source="CVE"/>
        <reference ref_id="CVE-2023-46809" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-46809" source="CVE"/>
        <reference ref_id="CVE-2025-55131" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-55131" source="CVE"/>
        <reference ref_id="CVE-2023-32006" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32006" source="CVE"/>
        <reference ref_id="CVE-2026-48928" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48928" source="CVE"/>
        <reference ref_id="CVE-2023-39333" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-39333" source="CVE"/>
        <reference ref_id="CVE-2026-48930" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48930" source="CVE"/>
        <reference ref_id="CVE-2026-21637" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21637" source="CVE"/>
        <reference ref_id="CVE-2026-48931" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48931" source="CVE"/>
        <reference ref_id="CVE-2026-21714" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21714" source="CVE"/>
        <reference ref_id="CVE-2024-27983" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-27983" source="CVE"/>
        <reference ref_id="CVE-2024-27982" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-27982" source="CVE"/>
        <reference ref_id="CVE-2026-48618" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48618" source="CVE"/>
        <reference ref_id="CVE-2025-59466" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-59466" source="CVE"/>
        <reference ref_id="CVE-2025-23085" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-23085" source="CVE"/>
        <reference ref_id="CVE-2023-44487" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-44487" source="CVE"/>
        <description>- Extend the ALTNJS-278 bundled-zlib build to el6. The guard added in
  14.21.3-30 only excluded el7, so CL6 kept getting --shared-zlib and linked
  the base OS zlib 1.2.3, which is older than the 1.2.7 that made npm fail on
  CL7. npm install against registry.npmjs.org fails there with
  "Z_STREAM_ERROR: Invalid response body ...: Zlib error" on both x86_64 and
  i686. Building against node's bundled deps/zlib (&gt;= 1.2.11) fixes it, as it
  did on el7. No other platform changes: el8+ still links the system zlib.</description>
        <advisory from="packager@tuxcare.com">
          <severity>Critical</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-02"/>
          <updated date="2026-09-02"/>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30589" impact="important" public="20230701">CVE-2023-30589</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" cwe="CWE-345" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-38552" impact="important" public="20231018">CVE-2023-38552</cve>
          <cve cvss3="9.8/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32002" impact="critical" public="20230821">CVE-2023-32002</cve>
          <cve cvss3="4.3/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48934" impact="moderate" public="20260626">CVE-2026-48934</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30590" impact="important" public="20231128">CVE-2023-30590</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30581" impact="important" public="20231123">CVE-2023-30581</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-404" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-22019" impact="important" public="20240220">CVE-2024-22019</cve>
          <cve cvss3="5.9/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-328" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21717" impact="moderate" public="20260330">CVE-2026-21717</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32559" impact="important" public="20230824">CVE-2023-32559</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48933" impact="important" public="20260626">CVE-2026-48933</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48937" impact="important" public="20260618">CVE-2026-48937</cve>
          <cve cvss3="7.4/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" cwe="CWE-385" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-46809" impact="important" public="20240907">CVE-2023-46809</cve>
          <cve cvss3="7.1000000000000005/CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L" cwe="CWE-120" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-55131" impact="important" public="20260120">CVE-2025-55131</cve>
          <cve cvss3="8.8/CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32006" impact="important" public="20230815">CVE-2023-32006</cve>
          <cve cvss3="5.4/CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" cwe="CWE-284" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48928" impact="moderate" public="20260626">CVE-2026-48928</cve>
          <cve cvss3="5.3/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" cwe="CWE-94" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-39333" impact="moderate" public="20240907">CVE-2023-39333</cve>
          <cve cvss3="9.8/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" cwe="CWE-284" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48930" impact="critical" public="20260626">CVE-2026-48930</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21637" impact="important" public="20260120">CVE-2026-21637</cve>
          <cve cvss3="3.7/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" cwe="CWE-367" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48931" impact="low" public="20260622">CVE-2026-48931</cve>
          <cve cvss3="5.3/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" cwe="CWE-401" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21714" impact="moderate" public="20260330">CVE-2026-21714</cve>
          <cve cvss3="8.2/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-362" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-27983" impact="important" public="20240409">CVE-2024-27983</cve>
          <cve cvss3="6.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" cwe="CWE-444" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-27982" impact="moderate" public="20240507">CVE-2024-27982</cve>
          <cve cvss3="6.5/CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" cwe="CWE-176" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48618" impact="moderate" public="20260626">CVE-2026-48618</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-248" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-59466" impact="important" public="20260120">CVE-2025-59466</cve>
          <cve cvss3="5.3/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" cwe="CWE-401" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-23085" impact="moderate" public="20250207">CVE-2025-23085</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-44487" impact="important" public="20231010">CVE-2023-44487</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-nodejs14-nodejs is earlier than 0:14.21.3-32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788335992001"/>
        <criterion comment="alt-nodejs14-nodejs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992002"/>
        <criterion comment="alt-nodejs14-nodejs-devel is earlier than 0:14.21.3-32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788335992003"/>
        <criterion comment="alt-nodejs14-nodejs-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992004"/>
        <criterion comment="alt-nodejs14-nodejs-docs is earlier than 0:14.21.3-32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788335992005"/>
        <criterion comment="alt-nodejs14-nodejs-docs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992006"/>
        <criterion comment="alt-nodejs14-npm is earlier than 1:6.14.18-14.21.3.32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788335992007"/>
        <criterion comment="alt-nodejs14-npm isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992008"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1788389923" version="1">
      <metadata>
        <title>alt-nodejs12-nodejs: Fix of 26 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1788389923" ref_url="https://cve.tuxcare.com/els-alt-nodejs/releases/CLSA-2026:1788389923" source="CLSA"/>
        <reference ref_id="CVE-2024-22025" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-22025" source="CVE"/>
        <reference ref_id="CVE-2023-30589" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30589" source="CVE"/>
        <reference ref_id="CVE-2022-32213" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2022-32213" source="CVE"/>
        <reference ref_id="CVE-2023-38552" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-38552" source="CVE"/>
        <reference ref_id="CVE-2023-32002" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32002" source="CVE"/>
        <reference ref_id="CVE-2025-59465" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-59465" source="CVE"/>
        <reference ref_id="CVE-2026-48934" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48934" source="CVE"/>
        <reference ref_id="CVE-2023-30590" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30590" source="CVE"/>
        <reference ref_id="CVE-2024-22019" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-22019" source="CVE"/>
        <reference ref_id="CVE-2026-21717" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21717" source="CVE"/>
        <reference ref_id="CVE-2023-32559" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32559" source="CVE"/>
        <reference ref_id="CVE-2023-23918" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-23918" source="CVE"/>
        <reference ref_id="CVE-2026-48933" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48933" source="CVE"/>
        <reference ref_id="CVE-2026-48937" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48937" source="CVE"/>
        <reference ref_id="CVE-2023-46809" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-46809" source="CVE"/>
        <reference ref_id="CVE-2025-55131" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-55131" source="CVE"/>
        <reference ref_id="CVE-2026-48928" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48928" source="CVE"/>
        <reference ref_id="CVE-2026-48930" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48930" source="CVE"/>
        <reference ref_id="CVE-2026-21637" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21637" source="CVE"/>
        <reference ref_id="CVE-2026-48931" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48931" source="CVE"/>
        <reference ref_id="CVE-2026-21714" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21714" source="CVE"/>
        <reference ref_id="CVE-2024-27982" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-27982" source="CVE"/>
        <reference ref_id="CVE-2026-48618" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48618" source="CVE"/>
        <reference ref_id="CVE-2025-59466" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-59466" source="CVE"/>
        <reference ref_id="CVE-2025-23085" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-23085" source="CVE"/>
        <reference ref_id="CVE-2023-44487" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-44487" source="CVE"/>
        <description>- Extend the ALTNJS-278 bundled-zlib build to el6. The guard added in
  12.22.12-27 only excluded el7, so CL6 kept getting --shared-zlib and linked
  the base OS zlib 1.2.3, which is older than the 1.2.7 that made npm fail on
  CL7. npm install against registry.npmjs.org fails there with
  "Z_STREAM_ERROR: Invalid response body ...: Zlib error". Building against
  node's bundled deps/zlib (&gt;= 1.2.11) fixes it, as it did on el7. No other
  platform changes: el8+ still links the system zlib.
- Build el6 against alt-python27. el6's base python is 2.6.6 and Node.js 12
  requires 2.7, so ./configure aborted with "Please use Python 2.7". el6 now
  BuildRequires alt-python27 (2.7.18, from the alt-python flavour repo) and
  puts it on PATH, as alt-nodejs14 already does. This also fixes the shebang
  rewrites in %prep, which emitted a literal "%{__python2}" on el6 because
  el6's rpm does not define that macro.
- Fix the i686 build of the now-bundled deps/zlib. zlib.gyp compiles the SSE2
  paths without adding -msse2, which only works where SSE2 is in the baseline
  ABI; on i686 gcc rejects the always_inline intrinsics with "target specific
  option mismatch". Backport the one-line-per-file sse2 target pragma that
  node 14's bundled zlib already carries (chunkcopy.h, fill_window_sse.c);
  a no-op on x86_64.</description>
        <advisory from="packager@tuxcare.com">
          <severity>Critical</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-02"/>
          <updated date="2026-09-02"/>
          <cve cvss3="6.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" cwe="CWE-404" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-22025" impact="moderate" public="20240319">CVE-2024-22025</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30589" impact="important" public="20230701">CVE-2023-30589</cve>
          <cve cvss3="6.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" cwe="CWE-444" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2022-32213" impact="moderate" public="20220714">CVE-2022-32213</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" cwe="CWE-345" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-38552" impact="important" public="20231018">CVE-2023-38552</cve>
          <cve cvss3="9.8/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32002" impact="critical" public="20230821">CVE-2023-32002</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-59465" impact="important" public="20260120">CVE-2025-59465</cve>
          <cve cvss3="4.3/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48934" impact="moderate" public="20260626">CVE-2026-48934</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-30590" impact="important" public="20231128">CVE-2023-30590</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-404" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-22019" impact="important" public="20240220">CVE-2024-22019</cve>
          <cve cvss3="5.9/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-328" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21717" impact="moderate" public="20260330">CVE-2026-21717</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-32559" impact="important" public="20230824">CVE-2023-32559</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" cwe="CWE-863" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-23918" impact="important" public="20230223">CVE-2023-23918</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-190" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48933" impact="important" public="20260626">CVE-2026-48933</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48937" impact="important" public="20260618">CVE-2026-48937</cve>
          <cve cvss3="7.4/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" cwe="CWE-385" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-46809" impact="important" public="20240907">CVE-2023-46809</cve>
          <cve cvss3="7.1000000000000005/CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L" cwe="CWE-120" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-55131" impact="important" public="20260120">CVE-2025-55131</cve>
          <cve cvss3="5.4/CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" cwe="CWE-284" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48928" impact="moderate" public="20260626">CVE-2026-48928</cve>
          <cve cvss3="9.8/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" cwe="CWE-284" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48930" impact="critical" public="20260626">CVE-2026-48930</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21637" impact="important" public="20260120">CVE-2026-21637</cve>
          <cve cvss3="3.7/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" cwe="CWE-367" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48931" impact="low" public="20260622">CVE-2026-48931</cve>
          <cve cvss3="5.3/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" cwe="CWE-401" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-21714" impact="moderate" public="20260330">CVE-2026-21714</cve>
          <cve cvss3="6.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" cwe="CWE-444" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2024-27982" impact="moderate" public="20240507">CVE-2024-27982</cve>
          <cve cvss3="6.5/CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" cwe="CWE-176" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-48618" impact="moderate" public="20260626">CVE-2026-48618</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" cwe="CWE-248" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-59466" impact="important" public="20260120">CVE-2025-59466</cve>
          <cve cvss3="5.3/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" cwe="CWE-401" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2025-23085" impact="moderate" public="20250207">CVE-2025-23085</cve>
          <cve cvss3="7.5/CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2023-44487" impact="important" public="20231010">CVE-2023-44487</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-nodejs12-nodejs is earlier than 0:12.22.12-29.el6" test_ref="oval:com.tuxcare.clsa:tst:1788389923001"/>
        <criterion comment="alt-nodejs12-nodejs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923002"/>
        <criterion comment="alt-nodejs12-nodejs-devel is earlier than 0:12.22.12-29.el6" test_ref="oval:com.tuxcare.clsa:tst:1788389923003"/>
        <criterion comment="alt-nodejs12-nodejs-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923004"/>
        <criterion comment="alt-nodejs12-nodejs-docs is earlier than 0:12.22.12-29.el6" test_ref="oval:com.tuxcare.clsa:tst:1788389923005"/>
        <criterion comment="alt-nodejs12-nodejs-docs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923006"/>
        <criterion comment="alt-nodejs12-npm is earlier than 1:6.14.16-12.22.12.29.el6" test_ref="oval:com.tuxcare.clsa:tst:1788389923007"/>
        <criterion comment="alt-nodejs12-npm isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923008"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1788856058" version="1">
      <metadata>
        <title>alt-nodejs12-nodejs: Fix of CVE-2022-43548</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1788856058" ref_url="https://cve.tuxcare.com/els-alt-nodejs/releases/CLSA-2026:1788856058" source="CLSA"/>
        <reference ref_id="CVE-2022-43548" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2022-43548" source="CVE"/>
        <description>- CVE-2022-43548: harden the inspector IsIPAddress() to parse IPv4 and bracketed
  IPv6 hosts with uv_inet_pton(), rejecting octal, hexadecimal and leading-zero
  octet formats and treating 0.0.0.0/8 and ::/128 as non-routable, closing the
  --inspect DNS-rebinding host allow-list bypass
- Folded in upstream follow-up 73fa9ab7a5, which keeps the IPv6 string
  terminator inside the INET6_ADDRSTRLEN buffer</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-08"/>
          <updated date="2026-09-08"/>
          <cve cvss3="8.1/CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" cwe="CWE-78" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2022-43548" impact="important" public="20221205">CVE-2022-43548</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-nodejs12-nodejs is earlier than 0:12.22.12-31.el6" test_ref="oval:com.tuxcare.clsa:tst:1788856058001"/>
        <criterion comment="alt-nodejs12-nodejs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923002"/>
        <criterion comment="alt-nodejs12-nodejs-devel is earlier than 0:12.22.12-31.el6" test_ref="oval:com.tuxcare.clsa:tst:1788856058002"/>
        <criterion comment="alt-nodejs12-nodejs-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923004"/>
        <criterion comment="alt-nodejs12-nodejs-docs is earlier than 0:12.22.12-31.el6" test_ref="oval:com.tuxcare.clsa:tst:1788856058003"/>
        <criterion comment="alt-nodejs12-nodejs-docs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923006"/>
        <criterion comment="alt-nodejs12-npm is earlier than 1:6.14.16-12.22.12.31.el6" test_ref="oval:com.tuxcare.clsa:tst:1788856058004"/>
        <criterion comment="alt-nodejs12-npm isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923008"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1788866111" version="1">
      <metadata>
        <title>alt-nodejs12-nodejs: Fix of 2 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1788866111" ref_url="https://cve.tuxcare.com/els-alt-nodejs/releases/CLSA-2026:1788866111" source="CLSA"/>
        <reference ref_id="CVE-2026-56846" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56846" source="CVE"/>
        <reference ref_id="CVE-2026-56848" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56848" source="CVE"/>
        <description>- CVE-2026-56846: keep HTTP/2 header blocks charged against maxSessionMemory
  while the JS objects built from them can still keep them alive. A new
  Http2Stream::retained_headers_length_ accumulates what
  Http2Session::HandleHeadersFrame() used to un-charge the moment it handed
  the headers up to JS, and Http2Session::RemoveStream() drains both counters
  when the stream leaves the session, so a peer can no longer hold unbounded
  header memory alive across many stalled streams while the credit-based
  limit reads as near zero (backport of nodejs/node f14d78b9e0). Node 12's
  RemoveStream() takes the stream as a parameter instead of looking it up by
  id, and its now-redundant un-charge in Http2Stream::~Http2Stream() is
  removed so the counter is not decremented twice
- CVE-2026-56848: stop Http2Stream::SubmitRstStream() from force-purging the
  session's pending outbound data for a refused stream. Resetting a stream
  that nghttp2 refused after a GOAWAY happens from inside a receive callback,
  where session_-&gt;SendPendingData() re-enters nghttp2_session_mem_send()
  while nghttp2_session_mem_recv() is still on the stack and can free streams
  the active receive is still using. Such a reset now goes out through
  FlushRstStream() alone, extending the deferral that already covered
  NGHTTP2_CANCEL to NGHTTP2_REFUSED_STREAM (backport of nodejs/node
  daa6d25e3d)</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-08"/>
          <updated date="2026-09-08"/>
          <cve cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56846" impact="unknown" public="20260804">CVE-2026-56846</cve>
          <cve cwe="CWE-416" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56848" impact="unknown" public="20260804">CVE-2026-56848</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-nodejs12-nodejs is earlier than 0:12.22.12-32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788866111001"/>
        <criterion comment="alt-nodejs12-nodejs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923002"/>
        <criterion comment="alt-nodejs12-nodejs-devel is earlier than 0:12.22.12-32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788866111002"/>
        <criterion comment="alt-nodejs12-nodejs-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923004"/>
        <criterion comment="alt-nodejs12-nodejs-docs is earlier than 0:12.22.12-32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788866111003"/>
        <criterion comment="alt-nodejs12-nodejs-docs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923006"/>
        <criterion comment="alt-nodejs12-npm is earlier than 1:6.14.16-12.22.12.32.el6" test_ref="oval:com.tuxcare.clsa:tst:1788866111004"/>
        <criterion comment="alt-nodejs12-npm isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788389923008"/>
      </criteria>
    </definition>
    <definition class="patch" id="oval:com.tuxcare.clsa:def:1788873015" version="1">
      <metadata>
        <title>alt-nodejs14-nodejs: Fix of 2 CVEs</title>
        <affected family="unix">
          <platform>Community Enterprise Operating System 6</platform>
        </affected>
        <reference ref_id="CLSA-2026:1788873015" ref_url="https://cve.tuxcare.com/els-alt-nodejs/releases/CLSA-2026:1788873015" source="CLSA"/>
        <reference ref_id="CVE-2026-56846" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56846" source="CVE"/>
        <reference ref_id="CVE-2026-56848" ref_url="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56848" source="CVE"/>
        <description>- CVE-2026-56846: http2: retain header memory in session accounting --
  HandleHeadersFrame() un-charged the decoded header block from
  maxSessionMemory as soon as it handed it to JS, even though the JS objects
  can keep the block alive for the whole lifetime of the stream, so a peer
  that opens many streams with large header blocks and never lets them
  complete keeps unbounded header memory alive while the credit-based limit
  reads as near zero and never rejects a new stream. The amount is now moved
  into a new per-stream counter, Http2Stream::retained_headers_length_, and
  RemoveStream() drains both counters when the stream is erased (backport of
  nodejs/node@f14d78b9, the v22.x release-line commit shipped in v22.23.2,
  carrying the upstream regression test with two deviations. The header block
  is built as an object with a multi-valued cookie field because 14.21.3's
  Http2Session#request() rejects the flat array upstream passes; that one is
  required, or the test throws ERR_INVALID_ARG_TYPE before it ever reaches
  the fix. The server also raises maxHeaderListPairs to 4096, which is
  hardening: it puts the pair-count branch of AddHeader() structurally out of
  reach, leaving the session-memory branch as the only thing the test can be
  measuring. The wire shape still matches upstream's -- 120 cookie fields
  plus four pseudo-headers, 124 entries. The three doc/api/http2.md hunks are
  deliberately omitted, so the -docs sub-package keeps describing
  maxSessionMemory without the "header blocks retained by open streams"
  clause)
- CVE-2026-56848: http2: defer rst stream while in scope --
  SubmitRstStream() force-purged pending session data via SendPendingData()
  for every error code except NGHTTP2_CANCEL, so a RST_STREAM submitted for
  a refused stream from inside an nghttp2 receive callback re-entered
  nghttp2_session_mem_send() while nghttp2_session_mem_recv() was still on
  the stack, and the send path could free streams the active receive was
  still using (heap use-after-free, reachable by sending GOAWAY with
  last_stream_id 0 immediately followed by HEADERS for further streams).
  NGHTTP2_REFUSED_STREAM now takes the same deferred path, flushing the
  RST_STREAM and leaving the pending data for the enclosing Http2Scope
  (backport of nodejs/node@daa6d25e, the v22.x release-line commit shipped
  in v22.23.2, carrying the upstream regression test verbatim; the cosmetic
  re-indent of the pre-existing AddPendingRstStream block is not carried)</description>
        <advisory from="packager@tuxcare.com">
          <severity>Important</severity>
          <rights>TuxCare License Agreement</rights>
          <issued date="2026-09-08"/>
          <updated date="2026-09-08"/>
          <cve cwe="CWE-400" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56846" impact="unknown" public="20260804">CVE-2026-56846</cve>
          <cve cwe="CWE-416" href="https://cve.tuxcare.com/els-alt-nodejs/cve/CVE-2026-56848" impact="unknown" public="20260804">CVE-2026-56848</cve>
          <affected_cpe_list>
            <cpe>cpe:/o:centos:linux:6:GA</cpe>
          </affected_cpe_list>
        </advisory>
      </metadata>
      <criteria operator="OR">
        <criterion comment="alt-nodejs14-nodejs is earlier than 0:14.21.3-34.el6" test_ref="oval:com.tuxcare.clsa:tst:1788873015001"/>
        <criterion comment="alt-nodejs14-nodejs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992002"/>
        <criterion comment="alt-nodejs14-nodejs-devel is earlier than 0:14.21.3-34.el6" test_ref="oval:com.tuxcare.clsa:tst:1788873015002"/>
        <criterion comment="alt-nodejs14-nodejs-devel isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992004"/>
        <criterion comment="alt-nodejs14-nodejs-docs is earlier than 0:14.21.3-34.el6" test_ref="oval:com.tuxcare.clsa:tst:1788873015003"/>
        <criterion comment="alt-nodejs14-nodejs-docs isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992006"/>
        <criterion comment="alt-nodejs14-npm is earlier than 1:6.14.18-14.21.3.34.el6" test_ref="oval:com.tuxcare.clsa:tst:1788873015004"/>
        <criterion comment="alt-nodejs14-npm isn't signed with TuxCare key" test_ref="oval:com.tuxcare.clsa:tst:1788335992008"/>
      </criteria>
    </definition>
  </definitions>
  <tests>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-nodejs is earlier than 0:14.21.3-32.el6" id="oval:com.tuxcare.clsa:tst:1788335992001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs14-nodejs isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788335992002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-nodejs-devel is earlier than 0:14.21.3-32.el6" id="oval:com.tuxcare.clsa:tst:1788335992003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs14-nodejs-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788335992004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-nodejs-docs is earlier than 0:14.21.3-32.el6" id="oval:com.tuxcare.clsa:tst:1788335992005" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992005"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs14-nodejs-docs isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788335992006" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-npm is earlier than 1:6.14.18-14.21.3.32.el6" id="oval:com.tuxcare.clsa:tst:1788335992007" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992007"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs14-npm isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788335992008" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs is earlier than 0:12.22.12-29.el6" id="oval:com.tuxcare.clsa:tst:1788389923001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788389923001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs12-nodejs isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788389923002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs-devel is earlier than 0:12.22.12-29.el6" id="oval:com.tuxcare.clsa:tst:1788389923003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788389923001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs12-nodejs-devel isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788389923004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs-docs is earlier than 0:12.22.12-29.el6" id="oval:com.tuxcare.clsa:tst:1788389923005" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788389923005"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs12-nodejs-docs isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788389923006" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-npm is earlier than 1:6.14.16-12.22.12.29.el6" id="oval:com.tuxcare.clsa:tst:1788389923007" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788389923007"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="none satisfy" comment="alt-nodejs12-npm isn't signed with TuxCare key" id="oval:com.tuxcare.clsa:tst:1788389923008" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788335992002"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs is earlier than 0:12.22.12-31.el6" id="oval:com.tuxcare.clsa:tst:1788856058001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788856058001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs-devel is earlier than 0:12.22.12-31.el6" id="oval:com.tuxcare.clsa:tst:1788856058002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788856058001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs-docs is earlier than 0:12.22.12-31.el6" id="oval:com.tuxcare.clsa:tst:1788856058003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788856058003"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-npm is earlier than 1:6.14.16-12.22.12.31.el6" id="oval:com.tuxcare.clsa:tst:1788856058004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788856058004"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs is earlier than 0:12.22.12-32.el6" id="oval:com.tuxcare.clsa:tst:1788866111001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788866111001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs-devel is earlier than 0:12.22.12-32.el6" id="oval:com.tuxcare.clsa:tst:1788866111002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788866111001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-nodejs-docs is earlier than 0:12.22.12-32.el6" id="oval:com.tuxcare.clsa:tst:1788866111003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788866111003"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs12-npm is earlier than 1:6.14.16-12.22.12.32.el6" id="oval:com.tuxcare.clsa:tst:1788866111004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788389923007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788866111004"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-nodejs is earlier than 0:14.21.3-34.el6" id="oval:com.tuxcare.clsa:tst:1788873015001" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992001"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788873015001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-nodejs-devel is earlier than 0:14.21.3-34.el6" id="oval:com.tuxcare.clsa:tst:1788873015002" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992003"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788873015001"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-nodejs-docs is earlier than 0:14.21.3-34.el6" id="oval:com.tuxcare.clsa:tst:1788873015003" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992005"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788873015003"/>
    </red-def:rpminfo_test>
    <red-def:rpminfo_test check="at least one" comment="alt-nodejs14-npm is earlier than 1:6.14.18-14.21.3.34.el6" id="oval:com.tuxcare.clsa:tst:1788873015004" version="1">
      <red-def:object object_ref="oval:com.tuxcare.clsa:obj:1788335992007"/>
      <red-def:state state_ref="oval:com.tuxcare.clsa:ste:1788873015004"/>
    </red-def:rpminfo_test>
  </tests>
  <objects>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788335992001" version="1">
      <red-def:name>alt-nodejs14-nodejs</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788335992003" version="1">
      <red-def:name>alt-nodejs14-nodejs-devel</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788335992005" version="1">
      <red-def:name>alt-nodejs14-nodejs-docs</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788335992007" version="1">
      <red-def:name>alt-nodejs14-npm</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788389923001" version="1">
      <red-def:name>alt-nodejs12-nodejs</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788389923003" version="1">
      <red-def:name>alt-nodejs12-nodejs-devel</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788389923005" version="1">
      <red-def:name>alt-nodejs12-nodejs-docs</red-def:name>
    </red-def:rpminfo_object>
    <red-def:rpminfo_object id="oval:com.tuxcare.clsa:obj:1788389923007" version="1">
      <red-def:name>alt-nodejs12-npm</red-def:name>
    </red-def:rpminfo_object>
  </objects>
  <states>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788335992001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:14.21.3-32.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788335992002" version="1">
      <red-def:signature_keyid operation="equals">d07bf2a08d50eb66</red-def:signature_keyid>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788335992005" version="1">
      <red-def:evr datatype="evr_string" operation="less than">0:14.21.3-32.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788335992007" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">1:6.14.18-14.21.3.32.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788389923001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:12.22.12-29.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788389923005" version="1">
      <red-def:evr datatype="evr_string" operation="less than">0:12.22.12-29.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788389923007" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">1:6.14.16-12.22.12.29.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788856058001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:12.22.12-31.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788856058003" version="1">
      <red-def:evr datatype="evr_string" operation="less than">0:12.22.12-31.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788856058004" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">1:6.14.16-12.22.12.31.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788866111001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:12.22.12-32.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788866111003" version="1">
      <red-def:evr datatype="evr_string" operation="less than">0:12.22.12-32.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788866111004" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">1:6.14.16-12.22.12.32.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788873015001" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">0:14.21.3-34.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788873015003" version="1">
      <red-def:evr datatype="evr_string" operation="less than">0:14.21.3-34.el6</red-def:evr>
    </red-def:rpminfo_state>
    <red-def:rpminfo_state id="oval:com.tuxcare.clsa:ste:1788873015004" version="1">
      <red-def:arch datatype="string" operation="equals">x86_64</red-def:arch>
      <red-def:evr datatype="evr_string" operation="less than">1:6.14.18-14.21.3.34.el6</red-def:evr>
    </red-def:rpminfo_state>
  </states>
</oval_definitions>
