Skip to content

Gateway Release: 23.04

23.04-18 - September 3, 2023

  • Fix: Fixes an issue with Reverse Proxy where sending a HTTP POST with a payload greater than 200KB would cause the traffic to be dropped
  • Fix: Fixes an issue where a DNS-based Address Object that contains static IPs would fail to properly match

23.04-17 - August 23, 2023

  • Fix: Fixes an issue where URL encoded characters of [ and ] in an HTTP object name where decoded by the Gateway, but not re-encoded before sending the request to the server. This results in the server not being able to properly locate the object, returning a 400 response code. This fix properly re-encodes the characters prior to sending the request to the server.

23.04-16 - August 22, 2023

  • Fix: Fixes an issue where the presence of underscores in an SNI would cause the proxy to not pass traffic. This change enables the proxy configuration to accommodate the use of underscores in domain names.
  • Fix: Fixes an additional issue with large file transfers related to HTTP commands (e.g., Github repository cloning) where a proxy timeout would result in a 408 status code
  • Fix: Fixes an issue where traffic is matched to a correct policy, but an incorrect certificate is issued
  • Fix: Fixes an issue where URL Filtering category query timeout expires causing the traffic to be denied
  • Fix: Fixes a proxy connection leak
  • Fix: Improvements to the stability of the Gateway

23.04-15 - August 2, 2023

  • Fix: Fixes an issue where HTTP headers that use underscores would not be passed by a proxy Rule. This change enables the proxy configuration to accommodate headers with underscores.
  • Fix: Fixes an issue with large file transfers related to HTTP commands (e.g., Github repository cloning) where a proxy timeout would result in a 408 status code
  • Fix: Fixes an issue where HTTP traffic processed initially by a Forward Proxy Rule, then subsequently processed by a Forwarding Rule due to refined matching, would be allowed when it should be denied.

23.04-14 - July 27, 2023

  • Fix: Fixes an issue where certain types of traffic processed by the anti-malware engine could result in high CPU causing delays in traffic processing

23.04-13 - July 21, 2023

  • Fix: Fixes an issue where a new Gateway deployment could result in a bring-up failure if a Policy Rule Set contains Address Objects that utilize a mix of IP/CIDR inclusion and exclusion

23.04-12 - July 19, 2023

  • Fix: Fixes an issue where an update to a CIDR-based Address Object is not properly applied to the datapath workers, resulting in incorrect Rule matching
  • Fix: Fixes an issue with a DNS-based FQDN Address Object where a DNS cache is properly established, but not properly applied to the datapath workers, resulting in incorrect Rule matching
  • Fix: Fixes a datapath processing behavior where a Forward Proxy Rule preceded by a Forwarding Rule for the same L3/L4 (IP/port/protocol) matching criteria, but distinct L5 (SNI) matching would result in traffic processed as Forwarding even though proper Rule matching occurs. A similar behavior would be seen if the Forwarding and Forward Proxy Rules order were reversed. The reason this behavior occurs is that in order to accommodate L5 (SNI) matching, the TCP handshake must be fully established to receive the TLS hello message to obtain the SNI. Once the TCP handshake has completed, the traffic has already been processed by the Rule type of the first Rule. Once the session has been established, it is not possible to change the traffic processing from Forwarding to Forward Proxy (or vice versa). If a Policy Rule Set has been configured with this conflict, the datapath will detect the conflict and generate a System Log message. The traffic will be denied as it cannot successfully be processed by the conflicting Rule.
  • Fix: Fixes a stability issue with the Ingress Gateway where the datapath could self heal due to an issue with the upstream proxy
  • Fix: Fixes an issue where a datapath restart would result in a spike in CPU that could cause an unnecessary auto-scale

23.04-11 - July 10, 2023

  • Fix: Fixes a stability issue in the Snort engine that could cause the Gateway to self heal
  • Fix: Fixes an issue where Ingress traffic containing a long header will cause the Reverse Proxy to generate a 400 response code
  • Fix: Fixes an issue where traffic is not processed properly by a Forward Proxy Rule when the Rule uses a FQDN Match Profile with multiple rows containing a mixture of Decryption Exception settings

23.04-10 - June 28, 2023

  • Fix: Fixes an issue where applying a DNS-based cache setting to a Gateway will cause the Gateway instance to become unhealthy

23.04-09 - June 25, 2023

  • Fix: Removes 15-day periodic Gateway datapath self-heal that was in place to help ensure consistent Gateway health. This was incorporated more than 2 years ago to address an issue that was challenging to catch and fix. That issue has since been addressed, but the periodic self-heal was never removed. It is no longer needed and has now been removed.
  • Fix: Fixes an issue where a GCP Gateway could not generate support-related diagnostic bundles
  • Fix: Fixes an issue where an NTP Profile was repeatedly applied to a Gateway even though no Profile change was introduced
  • Fix: Fixes an issue where a Policy Rule Set could be in a persistent "Updating" state when an FQDN Filtering Profile is applied
  • Fix: Fixes an issue where an empty Address Object applied to a Gateway would result in a traffic processing issue
  • Fix: Fixes an issue where an unnecessary datapath self-heal would occur when simultaneously applying both an NTP Profile and Log Forwarding Profile to a Gateway. This issue would only surface if the Profiles are applied using orchestration since the operations are independent, would occur sequentially and all within a very short separation in time.

23.04-07 - June 14, 2023

  • Fix: Fixes an issue where changing the WAF action from "Allow Log" to "Rule Default" could cause the datapath to restart multiple times
  • Fix: Provides an update to revert a change that was made in 23.04-05 related to a slow session pool leak addressed by a preemptive datapath self-heal. The previous update has the potential to cause datapath self-heals that cannot be preempted. This release ensures stability while the initial issue is fully addressed.

23.04-06 - June 8, 2023

  • Fix: Fixes an issue where an L4_FW event was not consistently produced when for traffic processed by the Gateway
  • Fix: Fixes an issue where HTTP traffic with chunked Transfer-Encoding could cause large memory consumption in WAF that would trigger a datapath self heal

23.04-05 - June 1, 2023

  • Fix: Fixes a slow memory leak that results in a silent datapath restart that could disrupt traffic
  • Fix: Fixes a very slow session pool leak that would result in a preemptive datapath self-heal
  • Fix: Fixes an issue where a Reset on Deny (TCP Reset) would not be issued when traffic is processed by a Ruleset that uses FQDN Match
  • Fix: Fixes an issue where an Ingress Gateway could issue an incorrect certificate when a Rule has been configured with a domain that contains more than 3 levels
  • Fix: Fixes an issue where frequent changes to an Address Object could result in the datapath not accepting further changes
  • Fix: Fixes various Gateway stability issues that would result in a datapath self-heal

23.04-04 - May 19, 2023

  • Fix: Fixes an issue with traffic processing for a Policy Ruleset Rule that uses FQDN Match. Sessions containing a TLS SNI that would match the FQDN would initially be denied, but subsequent sessions would be incorrectly allowed.

23.04-03 - May 16, 2023

  • Enhancement: Provides an enhanced memory profiling mode enabled as a Gateway setting. This is useful for advanced troubleshooting to understand memory consumption.

23.04-02 - May 2, 2023

  • Fix: Fixes an issue where establishing an SSH session to an OCI Gateway management interface would fail with a permission denied due to invalid user account
  • Fix: Fixes an issue where a user-defined NTP Profile associated with a Gateway would not properly configure the NTP settings when applied to the Gateway

23.04-01 - April 20, 2023

  • Enhancement: Support for Azure GWLB-based architectures for Ingress protection
  • Enhancement: Provides support for configuring the NTP settings of a Gateway. The Gateway NTP settings can be configured using an NTP Profile that can be assigned to the Gateway.
  • Enhancement: Enhances the hardening of the Centos base image used in the Valtix Gateway. The base image has now been moved to Centos9 and is hardened to accommodate environments that have strict compliance requirements.
  • Enhancement: Enhances the error message reporting by the Gateway when a TLS session cannot be negotiated due to no shared cipher suite. The error message for Security Events of type "TLS_ERROR" have been enhanced to be more descriptive.
  • Fix: Fixes an issue with FQDN Match Object where the traffic would be processed by an incorrect Rule when no SNI is present in the traffic
  • Fix: Fixes an issue where DLP and IDS/IPS Profiles that were created prior to IDS/IPS and WAF Custom Rule support might not operate as expected unless the Profile was modified and saved
  • Fix: Fixes an Ingress Gateway issue related to large-volume bursty TLS traffic where the Gateway could issue an incorrect certificate to the client. This scenario is rare and is a downstream issue that could occur in Gateway releases 22.12-04 and earlier. This fix addresses the downstream issue by ensuring it is never reached and is a safeguard to ensure the issue never occurs.
  • Fix: Fixes an issue where the same certificate could be issued when the policy is specified with two or more unique listener ports, with each sharing the same SNI and backend configuration
  • Fix: Fixes an issue where the datapath engine would not start after failing to load an updated package. This issue has been addressed with the new CentOS 9 base image where package updates are handled by Valtix and not by the Linux kernel itself.
  • Fix: Fixes an issue where FQDNFILTER Events where showing a reversed source and destination IP/Port information
  • Fix: Fixes an issue related to URL Filter Profile where the a Profile created using an older Controller version would not properly deny URLs when the action is configured as deny
  • Fix: Fixes a traffic processing issue related to L7DOS Profile configuration. When the Profile is configured with a Request Rate or Burst Size of 1, the datapath would not limit the traffic properly.
  • Fix: Fixes a traffic processing issue related to L7DOS Profile configuration. When the Profile is configured with Request Rate or Burst Size values of 0, the datapath should inhibit any traffic related to the specified URL/URI. Even though the L7DOS Profile can be used to block URLs/URIs by using this method, the recommended method is to create a URL Filter Profile and apply the Profile to the Policy Ruleset Rules that are processing traffic related to the URL.
  • Fix: Fixes an issue with Traffic Summary Logs and Events that are sent directly from the Gateway to CSP storage systems (S3 Bucket, GCP Logging) where the friendly name to field values were represented by an integer. This would require a documented integer to friendly name translation by the user. The Logs and Events will now contain the friendly name and not the integer value.
  • Fix: Fixes a stability issue in an Egress Gateway related to various traffic patterns
  • Fix: Fixes an issue related to Websockets Proxy where a duplicate host header would be added to the backend connection. In general, this is not an issue as the RFC states that multiple (and duplicate) host headers are allowed. But there are some application frameworks that do not accept multiple host headers. Ngnix as an application server is one of those systems. When Nginx receives HTTP traffic with multiple host headers, it will reject the session and respond back with a 400 Bad Request.
  • Fix: Fixes OS vulnerabilities related to Gateway Management Centos Linux container that would result in information notices in vulnerability scanners
  • Fix: Fixes an issue with MLX4 DPDK driver for Azure Gateway that could cause an infrequent datapath self-heal
  • Fix: Changes the auto-scaling CPU threshold from 75% to 95% to reduce the CPU-based auto-scaling sensitivity