AI 黑客 - 黑客如何在網路攻擊中使用人工智慧

立即閱讀
我們利用人工智慧進行網站翻譯,雖然我們力求準確性,但它們可能並不總是 100% 精確。感謝您的理解。

MetaDefender Endpoint Security SDK Release Announcement | November 2025

by OPSWAT 發布
分享此文章

喜歡離線閱讀?

1 - 最新消息?

我們很高興在本月推出MetaDefender Endpoint Security SDK 的最新更新。準備好為您的端點防護解決方案增強功能,擴大對更多產品的支援,以及一些令人興奮的新功能。利用可無縫整合至產品的先進功能,建立更強大的防禦能力。準備迎接史詩般的升級,讓您的安全性更上一層樓。

1.1 Vulnerability Assessment support for SUSE 15.6 & 15.7

ENHANCEMENT, ANALOG PACKAGE, DATA UPDATE NEEDED

We’re excited to announce that our SDK now supports vulnerability assessment for SUSE Linux Enterprise Server versions 15.6 and 15.7. This update brings enhanced detection of CVEs for these latest SUSE releases, ensuring your Linux environments remain secure and compliant. 

Stay protected with the latest vulnerability intelligence!

1.2 Ability to input the expected SHA-256 when installing patches

ENHANCEMENT, ALL PLATFORMS, ENGINE UPDATE NEEDED, CODE CHANGE

We’ve enhanced the InstallFromFiles method to support passing an expected SHA-256 hash for installer verification. 

If the installer’s hash does not match, our SDK will now return a WAAPI_ERROR_HASH_MISMATCH error, preventing potential tampering or corruption. This enhancement ensures greater integrity and security during patch installations. 

This update is live and production-ready across all supported platforms. 

*You will need to make a code change to implement this feature. Please contact the OPSWAT team to assist with this.*

1.3 Last Server Connection Time for CrowdStrike Falcon

NEW FEATURE, ALL PLATFORMS, ENGINE UPDATE NEEDED, CODE CHANGE

Our SDK now supports retrieving the “last connection time to server” attribute from CrowdStrike Falcon agents on Windows, macOS, and Linux. 

This update empowers administrators to monitor when endpoints last communicated with the CrowdStrike Falcon cloud, strengthening visibility and security management. 

By including the assessment_queries field in your request, you can now retrieve the last server connection time as a numeric epoch value.

輸入樣本:
{
  "input": {
    "signature": <number>,
    "method": 1012,
    "assessment_queries": [
      {
        "data_type": "last_server_connect_time",
        // credentials is only needed to query last_server_connect_time for macOS
        "credentials": {
          "base_url": <string>,
          "client_id": <string>,
          "client_secret": <string>
        }
      }
    ]
  }
}
  
樣本結果:
{
  "result": {
    "assessment_results": [
      {
        "data_type": "last_server_connect_time",
        "value": <number>,
        "return_code": <number>, // 0 for a successful query
        "message": <string>
      }
      ...
    ]
  }
}
  

This release marks just the first step, plans are already underway to extend this capability to additional EDR products soon.

1.4 Flexible Patch Installation for macOS

ENHANCEMENTMAC, DATA UPDATE NEEDED, CODE CHANGE

We’re excited to announce a significant enhancement in the InstallMissingPatches method of macOS Software Update. This update enables patch installation using any user account on the device, not just the currently active one.

To apply this update, simply ensure your SDK version is updated to the latest release. When calling InstallMissingPatches method on macOS for Software Update, include the optional username and password fields in your request payload to specify the desired user account for patch installation. If these fields are omitted, our SDK will default to using the currently active user as before.

This enhancement adds flexibility and is especially valuable for managed environments, allowing administrators to specify the username and password for patch installation, regardless of which user is logged in. Both standard and admin accounts are supported (with some limitations on Intel-based Macs), making patch management more adaptable and compliant with diverse organizational policies.

*You will need to make a code change to implement this feature. Please contact the OPSWAT team to assist with this*

1.5 Behavior change in the Installer Signature Check feature

增強, MAC, WINDOWS, ENGINE UPDATE NEEDED, CODE CHANGE

Starting November 1, 2025, a behavior change will be applied to the Installer Signature Check feature to enhance security maturity. When the digital signature of an installer is checked during the patching process:

• (no change) If the installer’s digital signature is valid and passes the check, the installer will be verified by the SDK, and the patching process will continue as normal.

• (no change) If the installer’s digital signature is invalid and fails the check, an appropriate error message will be returned, and the installation process will be aborted.

• (NEW) If the installer’s digital signature is missing, an appropriate error message will be returned, and the installation process will also be aborted.

提示:如果因數位簽章遺失或無效而收到錯誤,您可以使用 InstallFromFiles 方法的 skip_signature_check 標記,以繞過安裝程式簽章檢查功能。

2 - 即將發生的變更

2.1 New Software Categories for Compliance

NEW FEATURE, ALL PLATFORMS, ENGINE UPDATE NEEDED, CODE CHANGE

We are pleased to announce that our Q1-2026 release will introduce three new software categories: Vulnerability Management, Artificial Intelligence, and Gaming. 

All new categories will include comprehensive support methods such as version detection, running state, installation directories, and more.

Stay tuned for further details as we approach the release date.

*You will need to make a code change to implement this feature. Please contact the OPSWAT team to assist with this.*

2.2 Support for the Windows 10 Extended Security Updates (ESU) program

需要增強視窗資料更新

After October 14, 2025, Microsoft will no longer provide security patches, feature updates, or technical support for Windows 10. Windows 10 systems will still function, but become progressively vulnerable to security threats and software compatibility issues.

因此,微軟推出Windows 10 Extended Security Updates (ESU) 計畫,讓客戶可以選擇為加入計畫的 PC 接收安全更新。

為了擴展對 Windows 10 的支援,並確保 MDES SDK 與 Windows 10 未來的更新保持相容,我們決定透過 Windows 10Extended Security Updates (ESU) 計畫繼續支援 Windows 10。此支援將適用於執行 Windows 10、版本 22H2 且已安裝KB5046613 或更新版本的裝置,以及具有有效 ESU 訂閱的裝置。

2.3 Support for Patching Multiple App Instances on macOS

ENHANCEMENT, MAC, ENGINE UPDATE NEEDED, CODE CHANGE

We are pleased to inform you that our team is actively investigating ways to improve patching support on macOS. 

In a future release, our SDK will support patching multiple instances of applications, even when they are renamed or installed outside the standard Applications folder.

This enhancement ensures that after patching, only the latest version remains, eliminating unpatched or vulnerable duplicates across all locations.

2.5 Detect Per-User Applications for All Users

NEW FEATURE, ALL PLATFORMS, ENGINE UPDATE NEEDED, CODE CHANGE

We are enhancing our SDK to enable detection of per-user applications across Windows, macOS, and Linux platforms. By the end of 2025, a new flag, detect_all_users_products, will be introduced to the DetectProducts method.

By default, this field is false and detection is limited to only applications installed for the active user and those available to all users (system-wide). When detect_all_users_products is set to true, this field enables detection of all applications installed on the device, including those specific to other user accounts.

On Windows, when detect_all_users_products is enabled, the output will include a new installed_for_users field for each detected product. This field lists all users (by SID and username) who have the product installed in per-user mode.

This enhancement provides a comprehensive view of software inventory across all user profiles on a device.

*You will need to make a code change to implement this feature. Please contact the OPSWAT team to assist with this.*

3 - 必須採取的行動

3.1 CVE-2025-0131

弱點視窗

在 Windows 裝置上 Palo Alto Networks GlobalProtect™ 應用程式所使用的OPSWAT MetaDefender Endpoint Security SDK 中,存在不正確的權限管理漏洞,允許本機認證的非管理 Windows 使用者將權限提升至 NT AUTHORITY/SYSTEM。然而,執行需要本機使用者同時成功利用競賽條件,這使得此漏洞難以被利用。

To address CVE-2025-0131, please upgrade your MDES SDK to version 4.3.4451 or later.

3.3 在 macOS 上使用舊引擎的 AppRemover 套件支援終止

支援結束,Mac

由於我們重構了 MacOS 上的 AppRemover 模組,以提供更優化、更簡化的體驗,因此在My OPSWAT Portal 上維護了 MacOS 上 AppRemover 模組的兩個套件:AppRemover OSX 和 AppRemover OSX V2。 

Starting January 1, 2026, the OSX package will be removed. We recommend upgrading to AppRemover OSX V2 to ensure your system receives all new updates and comprehensive technical support for the AppRemover module.

3.4 Windows 7 和 Windows 8 支援終止

支援結束視窗

After careful consideration, support for Windows 7 and Windows 8 (server versions included) will be removed from the SDK beginning January 1st 2027 (one year later than previous planned).

為確保 MDES SDK 的安全性、相容性及最佳效能,我們建議將端點升級至支援的 Microsoft 作業系統。

4 - 詳細的 SDK 資訊

這只是冰山一角!您可以在我們的支援圖表上查看所有支援的應用程式:

5 - 聯絡

您是客戶並對此清單有疑問?請透過opswat聯絡我們值得信賴的支援團隊opswat

隨時瞭解OPSWAT 的最新資訊!

立即註冊,即可收到公司的最新消息、 故事、活動資訊等。