Skip to content

Gateway Release: 23.08

23.08-15-b1 - April 12, 2024 (Hot Fix)

  • Fix: Fixes an issue with log rotation for Gateways in OCI. The fix ensures that the logs are properly rotated to not consume unnecessary disk space.

23.08-15-a1 - April 11, 2024 (Hot Fix)

  • Fix: Fixes an issue related to blue/green policy change. When the policy change occurs and the new datapath becomes active, the Gateway begins draining current sessions off the old datapath. If the datapath cannot properly drain the sessions, it treats the datapath as unhealthy and will employ a datapath restart. This will terminate both old and new datapaths, which could cause disruption to old and new sessions. The fix ensures that the session draining completes properly and eliminates the situation where the datapath is seen as unhealthy.

23.08-14-e1 - March 28, 2024 (Hot Fix)

  • Fix: Fixes an issue where a Policy Rule that uses DNS-based FQDN cache could become corrupted causing the Gateway to not properly process traffic
  • Fix: Addresses the CVE-2023-4863 vulnerability related to libwebp version 1.2.0-3.el9
  • Fix: Fixes an issue where HTTP traffic passing through an Ingress Gateway was not using the proper domain specified in the Reverse Proxy Target associated with the matched Policy Rule Set Rule.
  • Fix: Fixes an issue where HTTP traffic passing through an Ingress Gateway was not properly matching the proper Policy Rule Set Rule
  • Fix: Fixes an issue related to forwarding and how the datapath protocol stack handles timings with TCP FINs and RSTs. A FIN from the server and a RST from the client could occur in a sequence such that the protocol stack would inhibit accepting (and forwarding) the RST after it has already seen a FIN. The change relaxes the protocol stacks acceptance of the RST so it can be forwarded to the server and not dropped by the protocol stack. The RST drop occurs due to a mismatch in the expected sequence number since the protocol stack has already received a FIN from the server.
  • Fix: Fixes an issue where the datapath could restart due to a policy change taking too long to apply
  • Fix: Fixes an issue that results in increased CPU usage during a blue/green policy update where two datapaths would be running at the same time. Each datapath would consume CPU in a way that assumes it is the only datapath running. When the second datapath is instantiated to accommodate the new policy, the CPU would not be shared properly and the CPU metrics would not be recorded properly.
  • Fix: Fixes an issue related to a memory leak for that would result in a preemptive datapath self-heal
  • Fix: Addresses the CVE-2023-4863 vulnerability related to libwebp version 1.2.0-3.el9
  • Fix: Fixes an issue related to a lost write event after a write operation to the backend server returns EAGAIN. This lost event causes the Gateway to think it has sent the request body to the backend server and is awaiting a response that will never arrive. This is a timing issue related to the speed of the Gateway vs. the speed of the backend server.
  • Fix: Fixes an issue with generating diagnostic bundles for Gateways deployed in OCI
  • Fix: Fixes an issue related to active connection reset where the TCP RST was being sent with the wrong sequence number and not actively resetting the connection
  • Fix: Fixes a traffic processing issue during a policy change where traffic passing through the datapath running the old policy would be unnecessarily delayed
  • Fix: Fixes an issue with large request body traffic where the WAF component would consume the client request body. This causes the Gateway to keep expecting the request body from the client, while the client is expecting a response from the Gateway, leading to a client timeout.

23.08-14-a2 - March 20, 2024 (Hot Fix)

  • Fix: Fixes an issue related to forwarding and how the datapath protocol stack handles timings with TCP FINs and RSTs. A FIN from the server and a RST from the client could occur in a sequence such that the protocol stack would inhibit accepting (and forwarding) the RST after it has already seen a FIN. The change relaxes the protocol stacks acceptance of the RST so it can be forwarded to the server and not dropped by the protocol stack. The RST drop occurs due to a mismatch in the expected sequence number since the protocol stack has already received a FIN from the server.
  • Fix: Fixes an issue that results in increased CPU usage during a blue/green policy update where two datapaths would be running at the same time. Each datapath would consume CPU in a way that assumes it is the only datapath running. When the second datapath is instantiated to accommodate the new policy, the CPU would not be shared properly and the CPU metrics would not be recorded properly.

23.08-14-d1 - March 13, 2024 (Hot Fix)

  • Fix: Fixes an issue where HTTP traffic passing through an Ingress Gateway was not using the proper domain specified in the Reverse Proxy Target associated with the matched Policy Rule Set Rule.
  • Fix: Fixes an issue where HTTP traffic passing through an Ingress Gateway was not matching the proper Policy Rule Set Rule

23.08-14-c1 - February 20, 2024 (Hot Fix)

  • Fix: Addresses the CVE-2023-4863 vulnerability related to libwebp version 1.2.0-3.el9

23.08-14-b1 - February 21, 2024 (Hot Fix)

  • Fix: Fixes an issue related to a lost write event after a write operation to the backend server returns EAGAIN. This lost event causes the Gateway to think it has sent the request body to the backend server and is awaiting a response that will never arrive. This is a timing issue related to the speed of the Gateway vs. the speed of the backend server.
  • Fix: Fixes an issue with generating diagnostic bundles for Gateways deployed in OCI
  • Fix: Fixes an issue with large request body traffic where the WAF component would consume the client request body. This causes the Gateway to keep expecting the request body from the client, while the client is expecting a response from the Gateway, leading to a client timeout.

23.08-14-a1 - February 17, 2024 (Hot Fix)

  • Fix: Fix: Fixes an issue related to active connection reset where the TCP RST was being sent with the wrong sequence number and not actively resetting the connection
  • Fix: Fixes a traffic processing issue during a policy change where traffic passing through the datapath running the old policy would be unnecessarily delayed

23.08-14 - January 25, 2024

  • Fix: Fixes an issue addressed in 23.08-12 that still impacted 4-core instance types. The issue addresses high CPU utilization caused by debug I/O activity. The previous fix now addresses all instance types across all CSPs.
  • Fix: Fixes an issue where a policy change that results in a datapath hitless restart could cause high latencies that impact traffic processing, including load balancer health checks, under light or moderate load

23.08-12 - January 18, 2024

  • Fix: Fixes an issue related to high CPU utilization that was caused by I/O related debug activity
  • Fix: Fixes an issue related to intermittent LB healthcheck failures. The fix enhances the Gateway by prioritizing heathchecks to ensure the LB does not incorrectly mark instances as unhealthy.
  • Fix: Improves performance of the Gateway by optimizing API calls to the Controller to retrieve Gateway profile information

23.08-11 - January 11, 2024

  • Enhancement: Moves the policy type mismatch message generated for each session that is processed by two Rules that have mismatched policy type (Forwarding and Forward Proxy) to a Security Event log related to each session. This eliminates a large volume of per-session System Log messages without eliminating the per-session log. When this scenario occurs, the session will be denied and the Event associated with the session will report the reason. The deny will also be represented in the Traffic Summary Log.

23.08-10 - December 18, 2023

  • Fix: Changes the timeout for waiting for a SYN ACK after receiving a SYN. The original timeout was 120 seconds. In certain scenarios (e.g., port scanning) where a SYN ACK is never returned, a long timeout will consume an entry in the session pool longer than desired. For scenarios where many sessions do not respond with a SYN ACK, the session pool could become exhausted. This is referred to as a SYN flood. By reducing the timeout, the session will be released sooner in order to free up the session pool for use in processing valid sessions. The timeout has been reduced to 30s and is configurable via a Gateway setting.
  • Fix: Fixes an issue where the Gateway might not successfully build the IP cache when either an active or inactive rule has DNS-based FQDN caching configured. When the cache is not properly built, policy could fail to match traffic. This fix ensures the IP cache is properly built in order for the policy match and process traffic properly.
  • Fix: Fixes an issue where a generated Gateway diagnostic bundle would be larger than what would be permitted to send to the Controller resulting in the inability to analyze Gateway logs. This fix addreses the restrictive limit so generated diagnostic bundles will be successfully sent to the Controller.
  • Fix: Improvements to the stability of the Gateway

23.08-09 - November 16, 2023

  • Fix: Fixes an issue related with DNS-based FQDN Address Object resources where enabling DNS caching could result in a race condition between policy change and the DNS resolution interval that would result in the cache for a domain to be reset to a value of 0 (no cache). When this situation occurs, the domain resolution will never be cached and any existing cache values will be flushed as their TTL expire. The end result is the Gateway will eventually not match traffic for that domain. This fix addresses the race condition such that the cache will operate as expected.

23.08-08 - November 8, 2023

  • Fix: Improves Gateway stability for all use-cases

23.08-07 - October 18, 2023

  • Fix: Fixes an issue to ensure Log Forwarding to GCP Logging sends logs as a JSON structure rather than a JSON-encoded string

23.08-06 - October 7, 2023

  • Fix: Fixes an issue related to a Forward Proxy Rule that uses an FQDN Match Object for decryption exception could result in traffic processing issues

23.08-05 - October 3, 2023

  • Fix: Fixes an issue where traffic would be incorrectly denied by a Forward Proxy Rule configured with an FQDN Match Profile due to delays in certificate validation. The deny will be seen as an FQDNFILTER Security Event even though an FQDN Filtering Profile is not applied.

23.08-04 - September 19, 2023

  • Fix: Fixes an issue where a Rule that uses an FQDN Match object would incorrectly process traffic for an uncategorized domain

23.08-03 - September 10, 2023

  • Fix: Fixes an issue related to dynamic Address Objects where a large number of IPs and a large number of changes to those IPs could result in the datapath not accepting changes, causing matching issues resulting in traffic being processed incorrectly
  • Fix: Fixes a slow session pool leak related to UDP traffic that would result in the DP detecting the leak and restarting the datapath

23.08-02 - 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
  • Fix: Removes the dependency on SNI or Host header for TCP Forward Proxy

23.08-01 - August 25, 2023

  • Enhancement: Enhances the datapath to generate a session summary event when the Gateway connection and proxy timers are exceeded. This enhancement will help in troubleshooting when a session is closed by the Gateway due to timer settings.
  • Enhancement: Enhances the Forward Proxy Service Object to support L4 (TCP) and L5 (TLS) proxies
  • Enhancement: Enhances the Gateway datapath to track session performance
  • Enhancement: Enhances the Gateway datapath process to generate a TCP reset to actively close the connections during a datapath restart
  • 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.
  • 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 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 URL Filtering category query timeout expires causing the traffic to be denied
  • 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 the Gateway could introduce additional latency when processing certain types of traffic
  • Fix: Fixes an unnecessary datapath restart that is triggered when enabling memory profiling
  • Fix: Fixes an issue where the Gateway could intermittently generate a 502 due to a datapath restart triggered by a policy change
  • Fix: Fixes an issue with CPU-based auto-scale could result in an unnecessary scale out
  • Fix: Fixes a proxy connection leak
  • Fix: Improvements to the stability of the Gateway