Skip to main content
Nintex Community Menu Bar
Knowledge Base

Upgrade Redis to Address CVE-2025-49844 on Nintex RPA Server

  • February 9, 2026
  • 0 replies
  • 10 views

Forum|alt.badge.img

Topic
Overview

This knowledge base article provides guidance for addressing the security vulnerability CVE-2025-49844 identified on Redis running on the Nintex RPA server.
The vulnerability is resolved by upgrading Redis to version 7.4.7, which includes the required security fixes.

A PowerShell script has been created to assist with upgrading Redis. The script is included in the upgrade-redis.zip file. You can download it from the following link:
https://files.nintex.com/message/ii6ISvALPNhD2Dn389MaKL 

The following validations were successfully completed after the upgrade:

  • Console functionality (Tasks, Triggers, Robots) works as expected.
  • Redis cache clearing was tested and confirmed to retrieve data and recreate the cache successfully.

 

Instructions 
Please find the steps below for using the PowerShell script to upgrade the Redis:

  1. Create a checkpoint of the environment before running the upgrade
  2. Download the zip file (upgrade-redis.zip) and extract it in the RPA server environment.
  3. Run Windows PowerShell as administrator.
  4. cd to the directory containing the PowerShell script and the Redis zip
  5. Then, run the following command
    .\Upgrade-Redis-CVE-2025-49844.ps1 -NewRedisZipPath "{Redis-x64-7.4.7.zip file path}-" -NintexInstallPath "{Path where nintex rpa is being installed at}"
    {Redis-x64-7.4.7.zip file path} - This file is located in the same directory as the powershell script
    {Path where nintex rpa is being installed at} - Directory of Nintex RPA (Default is C:\nintex)

The logs in the PowerShell console will show the result (upgrade success or failure)

After the upgrade is done:

  • Make sure the Nintex Cache Service is running.
  • Test the RPA functionality (especially Console)
  • Monitor the Redis log
  • Monitor SEQ log