GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

SUSE-SU-2025:4053-1

Vulnerability from csaf_suse - Published: 2025-11-11 13:46 - Updated: 2025-11-11 13:46
Summary
Security update for qatengine, qatlib
Severity
Moderate
Notes
Title of the patch: Security update for qatengine, qatlib
Description of the patch: This update for qatengine, qatlib fixes the following issues: Note that the 1.6.1 release included in 1.7.0 fixes the following vulnerabilities: * CVE-2024-28885: Fixed observable discrepancy in some Intel(R) QAT Engine for OpenSSL software before version v1.6.1 may allow information disclosure via network access. (bsc#1233363) * CVE-2024-31074: Fixed observable timing discrepancy may allow information disclosure via network access (bsc#1233365) * CVE-2024-33617: Fixed insufficient control flow management may allow information disclosure via network access (bsc#1233366) qatengine was updated to 1.7.0: * ipp-crypto name change to cryptography-primitives * QAT_SW GCM memory leak fix in cleanup function * Update limitation section in README for v1.7.0 release * Fix build with OPENSSL_NO_ENGINE * Fix for build issues with qatprovider in qatlib * Bug fixes and README updates to v1.7.0 * Remove qat_contig_mem driver support * Add support for building QAT Engine ENGINE and PROVIDER modules with QuicTLS 3.x libraries * Fix for DSA issue with openssl3.2 * Fix missing lower bounds check on index i * Enabled SW Fallback support for FBSD * Fix for segfault issue when SHIM config section is unavailable * Fix for Coverity & Resource leak * Fix for RSA failure with SVM enabled in openssl-3.2 * SM3 Memory Leak Issue Fix * Fix qatprovider lib name issue with system openssl Update to 1.6.0: * Fix issue with make depend for QAT_SW * QAT_HW GCM Memleak fix & bug fixes * QAT2.0 FreeBSD14 intree driver support * Fix OpenSSL 3.2 compatibility issues * Optimize hex dump logging * Clear job tlv on error * QAT_HW RSA Encrypt and Decrypt provider support * QAT_HW AES-CCM Provider support * Add ECDH keymgmt support for provider * Fix QAT_HW SM2 memory leak * Enable qaeMemFreeNonZeroNUMA() for qatlib * Fix polling issue for the process that doesn't have QAT_HW instance * Fix SHA3 qctx initialization issue & potential memleak * Fix compilation error in SM2 with qat_contig_mem * Update year in copyright information to 2024 - update to 24.09.0: * Improved performance scaling in multi-thread applications * Set core affinity mapping based on NUMA (libnuma now required for building) * bug fixes, see https://github.com/intel/qatlib#resolved-issues - version update to 24.02.0 * Support DC NS (NoSession) APIs * Support Symmetric Crypto SM3 & SM4 * Support Asymmetric Crypto SM2 * Support DC CompressBound APIs * Bug Fixes. See Resolved section in README.md
Patchnames: SUSE-2025-4053,SUSE-SLE-Module-Basesystem-15-SP6-2025-4053,openSUSE-SLE-15.6-2025-4053
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 10 products, the same list as for CVE-2024-28885
Threats
Impact moderate
Affected products
Recommended 10 products, the same list as for CVE-2024-28885
Threats
Impact moderate

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for qatengine, qatlib",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for qatengine, qatlib fixes the following issues:\n\nNote that the 1.6.1 release included in 1.7.0 fixes the following vulnerabilities:\n\n* CVE-2024-28885: Fixed observable discrepancy in some Intel(R) QAT Engine for OpenSSL software before version v1.6.1 may allow information disclosure via network access. (bsc#1233363)\n* CVE-2024-31074: Fixed observable timing discrepancy may allow information disclosure via network access  (bsc#1233365)\n* CVE-2024-33617: Fixed insufficient control flow management may allow information disclosure via network access (bsc#1233366)\n\nqatengine was updated to 1.7.0:\n\n  * ipp-crypto name change to cryptography-primitives\n  * QAT_SW GCM memory leak fix in cleanup function\n  * Update limitation section in README for v1.7.0 release\n  * Fix build with OPENSSL_NO_ENGINE\n  * Fix for build issues with qatprovider in qatlib\n  * Bug fixes and README updates to v1.7.0\n  * Remove qat_contig_mem driver support\n  * Add support for building QAT Engine ENGINE and PROVIDER modules\n    with QuicTLS 3.x libraries\n  * Fix for DSA issue with openssl3.2\n  * Fix missing lower bounds check on index i\n  * Enabled SW Fallback support for FBSD\n  * Fix for segfault issue when SHIM config section is unavailable\n  * Fix for Coverity \u0026 Resource leak\n  * Fix for RSA failure with SVM enabled in openssl-3.2\n  * SM3 Memory Leak Issue Fix\n  * Fix qatprovider lib name issue with system openssl\n\nUpdate to 1.6.0:\n\n  * Fix issue with make depend for QAT_SW\n  * QAT_HW GCM Memleak fix \u0026 bug fixes\n  * QAT2.0 FreeBSD14 intree driver support\n  * Fix OpenSSL 3.2 compatibility issues\n  * Optimize hex dump logging\n  * Clear job tlv on error\n  * QAT_HW RSA Encrypt and Decrypt provider support\n  * QAT_HW AES-CCM Provider support\n  * Add ECDH keymgmt support for provider\n  * Fix QAT_HW SM2 memory leak \n  * Enable qaeMemFreeNonZeroNUMA() for qatlib \n  * Fix polling issue for the process that doesn\u0027t have QAT_HW instance\n  * Fix SHA3 qctx initialization issue \u0026 potential memleak \n  * Fix compilation error in SM2 with qat_contig_mem \n  * Update year in copyright information to 2024 \n\n- update to 24.09.0:\n  * Improved performance scaling in multi-thread applications\n  * Set core affinity mapping based on NUMA\n    (libnuma now required for building)\n  * bug fixes, see https://github.com/intel/qatlib#resolved-issues\n\n- version update to 24.02.0\n  * Support DC NS (NoSession) APIs\n  * Support Symmetric Crypto SM3 \u0026 SM4\n  * Support Asymmetric Crypto SM2\n  * Support DC CompressBound APIs\n  * Bug Fixes. See Resolved section in README.md\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2025-4053,SUSE-SLE-Module-Basesystem-15-SP6-2025-4053,openSUSE-SLE-15.6-2025-4053",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_4053-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2025:4053-1",
        "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254053-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2025:4053-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023250.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1233363",
        "url": "https://bugzilla.suse.com/1233363"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1233365",
        "url": "https://bugzilla.suse.com/1233365"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1233366",
        "url": "https://bugzilla.suse.com/1233366"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-28885 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-28885/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-31074 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-31074/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-33617 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-33617/"
      }
    ],
    "title": "Security update for qatengine, qatlib",
    "tracking": {
      "current_release_date": "2025-11-11T13:46:58Z",
      "generator": {
        "date": "2025-11-11T13:46:58Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2025:4053-1",
      "initial_release_date": "2025-11-11T13:46:58Z",
      "revision_history": [
        {
          "date": "2025-11-11T13:46:58Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libqat4-24.09.0-150600.3.3.1.x86_64",
                "product": {
                  "name": "libqat4-24.09.0-150600.3.3.1.x86_64",
                  "product_id": "libqat4-24.09.0-150600.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libusdm0-24.09.0-150600.3.3.1.x86_64",
                "product": {
                  "name": "libusdm0-24.09.0-150600.3.3.1.x86_64",
                  "product_id": "libusdm0-24.09.0-150600.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "qatengine-1.7.0-150600.3.3.1.x86_64",
                "product": {
                  "name": "qatengine-1.7.0-150600.3.3.1.x86_64",
                  "product_id": "qatengine-1.7.0-150600.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "qatlib-24.09.0-150600.3.3.1.x86_64",
                "product": {
                  "name": "qatlib-24.09.0-150600.3.3.1.x86_64",
                  "product_id": "qatlib-24.09.0-150600.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "qatlib-devel-24.09.0-150600.3.3.1.x86_64",
                "product": {
                  "name": "qatlib-devel-24.09.0-150600.3.3.1.x86_64",
                  "product_id": "qatlib-devel-24.09.0-150600.3.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libqat4-24.09.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "libqat4-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libusdm0-24.09.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "libusdm0-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qatengine-1.7.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64"
        },
        "product_reference": "qatengine-1.7.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qatlib-24.09.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "qatlib-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qatlib-devel-24.09.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "qatlib-devel-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libqat4-24.09.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "libqat4-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libusdm0-24.09.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "libusdm0-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qatengine-1.7.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64"
        },
        "product_reference": "qatengine-1.7.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qatlib-24.09.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "qatlib-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qatlib-devel-24.09.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
        },
        "product_reference": "qatlib-devel-24.09.0-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-28885",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-28885"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Observable discrepancy in some Intel(R) QAT Engine for OpenSSL software before version v1.6.1 may allow information disclosure via network access.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-28885",
          "url": "https://www.suse.com/security/cve/CVE-2024-28885"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1233363 for CVE-2024-28885",
          "url": "https://bugzilla.suse.com/1233363"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-11-11T13:46:58Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-28885"
    },
    {
      "cve": "CVE-2024-31074",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-31074"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Observable timing discrepancy in some Intel(R) QAT Engine for OpenSSL software before version v1.6.1 may allow information disclosure via network access.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-31074",
          "url": "https://www.suse.com/security/cve/CVE-2024-31074"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1233365 for CVE-2024-31074",
          "url": "https://bugzilla.suse.com/1233365"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-11-11T13:46:58Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-31074"
    },
    {
      "cve": "CVE-2024-33617",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-33617"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Insufficient control flow management in some Intel(R) QAT Engine for OpenSSL software before version v1.6.1 may allow information disclosure via network access.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-33617",
          "url": "https://www.suse.com/security/cve/CVE-2024-33617"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1233366 for CVE-2024-33617",
          "url": "https://bugzilla.suse.com/1233366"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:qatlib-devel-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libqat4-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:libusdm0-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatengine-1.7.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-24.09.0-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:qatlib-devel-24.09.0-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-11-11T13:46:58Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-33617"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…