Patch - Report vulnerability: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:


<code>
<code>
curl -s -k https://downloads.untangle.com/public/patches/17.0.0/reports_vulnerability_fix.patch.tgz | tar -xz && ./reports_vulnerability_fix.patch
curl -s -k https://downloads.untangle.com/public/patches/17.0.0/Security_Advisory93_Hotfix.tgz | tar -xz && ./reports_vulnerability_fix.patch
</code>
</code>
= Upgrade =
Alternatively, you can upgrade to 17.1.0 as follows:
# To upgrade from NGFW 17.0 to 17.1, perform the following steps:
# SSH into the NGFW.
# Run the following command (one line):
: <code>sed -i "s/stable-170/ngfw-17.1.0/" /etc/apt/sources.list.d/untangle.list</code>
# From the NGFW UI, go to Config, Upgrade.
# Click '''Upgrade Now'''.

Latest revision as of 21:32, 26 February 2024

What it is

This patch fixes a report vulnerability that can occur from Report users with "Online access" enabled.

Target Version

17.0.0

How to run

curl -s -k https://downloads.untangle.com/public/patches/17.0.0/Security_Advisory93_Hotfix.tgz | tar -xz && ./reports_vulnerability_fix.patch

Upgrade

Alternatively, you can upgrade to 17.1.0 as follows:

  1. To upgrade from NGFW 17.0 to 17.1, perform the following steps:
  2. SSH into the NGFW.
  3. Run the following command (one line):
sed -i "s/stable-170/ngfw-17.1.0/" /etc/apt/sources.list.d/untangle.list
  1. From the NGFW UI, go to Config, Upgrade.
  2. Click Upgrade Now.