BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-42945High confidence

NGINX ngx_http_rewrite_module vulnerability

F5 · NGINX Plus

9.2CriticalCVSS 4.0
Recommended action
Within 72 hours

Critical technical impact with a remotely reachable, unauthenticated path and a public exploit reference; no CISA KEV confirmation is currently recorded.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivenginxVendor fix publishedCanonical reports that a fixed source package version has been published. Repository candidate availability is not checked by BlackTree.1.24.0-2ubuntu7.8Canonical record ↗Source updated 9 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-42945 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitynginx: NGINX: Arbitrary Code Execution Vulnerability
1 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • insights-proxy/insights-proxy-container-rhel9 as a component of Red Hat Lightspeed proxy 1
Summary
A flaw was found in NGINX, specifically within the ngx_http_rewrite_module. An unauthenticated attacker can exploit this vulnerability by sending crafted HTTP requests under specific rewrite configurations. This can lead to a heap buffer overflow in the NGINX worker process, which may result in arbitrary code execution if Address Space Layout Randomization (ASLR), a security technique to prevent exploitation, is disabled. Otherwise, this flaw causes a denial of service due to a restart of the NGINX worker process.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-30010

No EUVD known-exploited evidence

NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_rewrite_module module. This vulnerability exists when the rewrite directive is followed by a rewrite, if, or set directive and an unnamed Perl-Compatible Regular Expression (PCRE) capture (for example, $1, $2) with a replacement string that includes a question mark (?). An unauthenticated attacker along with conditions beyond its control can exploit this vulnerability by sending crafted HTTP requests. This may cause a heap buffer overflow in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
9.2 · CVSS 4.0
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 72 hours

Critical technical impact with a remotely reachable, unauthenticated path and a public exploit reference; no CISA KEV confirmation is currently recorded.

Patch available
01

What, why and how

NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_rewrite_module module. This vulnerability exists when the rewrite directive is followed by a rewrite, if, or set directive and an unnamed Perl-Compatible Regular Expression (PCRE) capture (for example, $1, $2) with a replacement string that includes a question mark (?). An unauthenticated attacker along with conditions beyond its control can exploit this vulnerability by sending crafted HTTP requests. This may cause a heap buffer overflow in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

What

NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_rewrite_module module. This vulnerability exists when the rewrite directive is followed by a rewrite, if, or set directive and an unnamed Perl-Compatible Regular Expression (PCRE) capture (for example, $1, $2) with a replacement string that includes a question mark (?). An unauthenticated attacker along with conditions beyond its control can exploit this vulnerability by sending crafted HTTP requests. This may cause a heap buffer overflow in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Why

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may execute code or commands in the affected security context.

What

NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_rewrite_module module. This vulnerability exists when the rewrite directive is followed by a rewrite, if, or set directive and an unnamed Perl-Compatible Regular Expression (PCRE) capture (for example, $1, $2) with a replacement string that includes a question mark (?). An unauthenticated attacker along with conditions beyond its control can exploit this vulnerability by sending crafted HTTP requests. This may cause a heap buffer overflow in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Why

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may execute code or commands in the affected security context.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Heap-based Buffer Overflow → execute code or commands in the affected security context
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-122

CWE-122: Heap-based Buffer Overflow. A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.ATNoneAttack requirements: No additional deployment or execution condition is required.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VIHighVulnerable-system integrity: A successful attack can cause a major loss.VAHighVulnerable-system availability: A successful attack can cause a major loss.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
After compromise, an attacker may use built-in shells, scripting engines, scheduled tasks and native network utilities for discovery, persistence or movement. This is a plausible LoTL path, not evidence that it has occurred for every attack.
NetworkUnauthenticatedRemote code executionCWE-122Public exploit reference
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

ENISA EUVD · EUVD-2026-30010Official EUVD mapping

NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_rewrite_module module. This vulnerability exists when the rewrite directive is followed by a rewrite, if, or set directive and an unnamed Perl-Compatible Regular Expression (PCRE) capture (for example, $1, $2) with a replacement string that includes a question mark (?). An unauthenticated attacker along with conditions beyond its control can exploit this vulnerability by sending crafted HTTP requests. This may cause a heap buffer overflow in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Official EUVD record
BSI · German · WID-SEC-W-2026-2933Splunk SOAR: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Splunk SOAR ausnutzen, um Sicherheitsvorkehrungen zu umgehen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen SQL-Injection Angriff durchzuführen, um einen Cross-Site Scripting Angriff durchzuführen, und um beliebigen Programmcode auszuführen.

Official advisory
BSI · German · WID-SEC-W-2026-1527NGINX Open Source and NGINX Plus: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in NGINX Open Source and NGINX Plus ausnutzen, um Sicherheitsvorkehrungen zu umgehen, beliebigen Code auszuführen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-1056Multiples vulnérabilités dans les produits Splunk

d?id=CVE-2026-39883 Référence CVE CVE-2026-40087 https://www.cve.org/CVERecord?id=CVE-2026-40087 Référence CVE CVE-2026-40460 https://www.cve.org/CVERecord?id=CVE-2026-40460 Référence CVE CVE-2026-40701 https://www.cve.org/CVERecord?id=CVE-2026-40701 Référence CVE CVE-2026-41066 https://www.cve.org/CVERecord?id=CVE-2026-41066 Référence CVE CVE-2026-42215 https://www.cve.org/CVERecord?id=CVE-2026-42215 Référence CVE CVE-2026-42284 https://www.cve.org/CVERecord?id=CVE-2026-42284 Référence CVE CVE-2026-42766 https://www.cve.org/CVERecord?id=CVE-2026-42766 Référence CVE CVE-2026-42934 https://www.cve.org/CVERecord?id=CVE-2026-42934 Référence CVE CVE-2026-42945 https://www.cve.org/CVERecord?id=CVE-2026-42945 Référence CVE CVE-2026-42946 https://www.cve.org/CVERecord?id=CVE-2026-42946 Référence CVE CVE-2026-44243 https://www.cve.org/CVERecord?id=CVE-2026-44243 Référence CVE CVE-2026-44244 https://www.cve.org/CVERecord?id=CVE-2026-44244 Référence CVE CVE-2026-45409 https://www.cve.org/CVERecord?id=CVE-2026-45409 Référence CVE CVE-2026-45447 https://www.cve.org/CVERecord?id=CVE-2026-45447 Référence CVE CVE-2026-4800 https://www.cve.org/CVERecord?id=CVE-2026-4800 Référence CVE CVE-2026-6276 https://www.cve.org/CVERecord?id=CVE-2026-6276 Référence CVE CVE-2026-6429 https://www.cve.org/CVERecord?id=CVE-2

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0998Multiples vulnérabilités dans les produits SAP

Documentation). Documentation Bulletin de sécurité SAP august-2026 du 11 août 2026 https://support.sap.com/en/my-support/knowledge-base/security-notes-news/august-2026.html Référence CVE CVE-2025-42947 https://www.cve.org/CVERecord?id=CVE-2025-42947 Référence CVE CVE-2025-58057 https://www.cve.org/CVERecord?id=CVE-2025-58057 Référence CVE CVE-2026-33871 https://www.cve.org/CVERecord?id=CVE-2026-33871 Référence CVE CVE-2026-34265 https://www.cve.org/CVERecord?id=CVE-2026-34265 Référence CVE CVE-2026-34480 https://www.cve.org/CVERecord?id=CVE-2026-34480 Référence CVE CVE-2026-40130 https://www.cve.org/CVERecord?id=CVE-2026-40130 Référence CVE CVE-2026-42945 https://www.cve.org/CVERecord?id=CVE-2026-42945 Référence CVE CVE-2026-44758 https://www.cve.org/CVERecord?id=CVE-2026-44758 Référence CVE CVE-2026-44762 https://www.cve.org/CVERecord?id=CVE-2026-44762 Référence CVE CVE-2026-44763 https://www.cve.org/CVERecord?id=CVE-2026-44763 Référence CVE CVE-2026-44764 https://www.cve.org/CVERecord?id=CVE-2026-44764 Référence CVE CVE-2026-44765 https://www.cve.org/CVERecord?id=CVE-2026-44765 Référence CVE CVE-2026-44772 https://www.cve.org/CVERecord?id=CVE-2026-44772 Référence CVE CVE-2026-5598 https://www.cve.org/CVERecord?id=CVE-2026-5598 Référence CVE CVE-2026-58230 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0750Vulnérabilité dans les produits HPE Aruba Networking

Une vulnérabilité a été découverte dans les produits HPE Aruba Networking. Elle permet à un attaquant de provoquer une exécution de code arbitraire à distance et un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0612Multiples vulnérabilités dans les produits Microsoft

De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0591Multiples vulnérabilités dans les produits F5

d?id=CVE-2026-42780 Référence CVE CVE-2026-42781 https://www.cve.org/CVERecord?id=CVE-2026-42781 Référence CVE CVE-2026-42919 https://www.cve.org/CVERecord?id=CVE-2026-42919 Référence CVE CVE-2026-42920 https://www.cve.org/CVERecord?id=CVE-2026-42920 Référence CVE CVE-2026-42924 https://www.cve.org/CVERecord?id=CVE-2026-42924 Référence CVE CVE-2026-42926 https://www.cve.org/CVERecord?id=CVE-2026-42926 Référence CVE CVE-2026-42930 https://www.cve.org/CVERecord?id=CVE-2026-42930 Référence CVE CVE-2026-42934 https://www.cve.org/CVERecord?id=CVE-2026-42934 Référence CVE CVE-2026-42937 https://www.cve.org/CVERecord?id=CVE-2026-42937 Référence CVE CVE-2026-42945 https://www.cve.org/CVERecord?id=CVE-2026-42945 Référence CVE CVE-2026-42946 https://www.cve.org/CVERecord?id=CVE-2026-42946 Gestion détaillée du document le 15 mai 2026 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory
NCSC-NL · Dutch · NCSC-2026-0164Kwetsbaarheid verholpen in NGINX ngx_http_rewrite_module

NGINX Plus and Open Source versions have a critical heap buffer overflow vulnerability in the ngx_http_rewrite_module exploitable via crafted HTTP requests, potentially leading to arbitrary code execution if ASLR is disabled or denial of service otherwise.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
insights-proxy/insights-proxy-container-rhel9 as a component of Red Hat Lightspeed proxy 1
Fixed
nginx-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-all-modules-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-filesystem-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 1046 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 13 May 2026 · Last source change 10 Sept 2026, 12:04 UTC · CWE-122 · Heap-based Buffer Overflow

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-30010
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    3scale-amp2/apicast-gateway-rhel8 as a component of Red Hat 3scale API Management Platform 2; insights-proxy/insights-proxy-container-rhel9 as a component of Red Hat Lightspeed proxy 1 · Fixed: nginx-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-all-modules-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-filesystem-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 1046 more
    After
    insights-proxy/insights-proxy-container-rhel9 as a component of Red Hat Lightspeed proxy 1 · Fixed: nginx-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-all-modules-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-filesystem-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 1046 more
    Red Hat Product Security
  2. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · mitigation, vendor advisory to authoritative remediation link · mitigation.
    Before
    authoritative remediation link · mitigation, vendor advisory
    After
    authoritative remediation link · mitigation
    f5sirt@f5.com
  3. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · mitigation to authoritative remediation link · mitigation, vendor advisory.
    Before
    authoritative remediation link · mitigation
    After
    authoritative remediation link · mitigation, vendor advisory
    f5sirt@f5.com
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    3scale-amp2/apicast-gateway-rhel8 as a component of Red Hat 3scale API Management Platform 2; insights-proxy/insights-proxy-container-rhel9 as a component of Red Hat Lightspeed proxy 1 · Fixed: nginx-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-all-modules-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-filesystem-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 1044 more
    After
    3scale-amp2/apicast-gateway-rhel8 as a component of Red Hat 3scale API Management Platform 2; insights-proxy/insights-proxy-container-rhel9 as a component of Red Hat Lightspeed proxy 1 · Fixed: nginx-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-all-modules-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-core-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-filesystem-2:1.26.3-1.el10_0.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-image-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-perl-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-http-xslt-filter-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-mail-2:1.26.3-1.el10_0.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); nginx-mod-stream-2:1.26.3-1.el10_0.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0); and 1046 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-42945 · cve.blacktree.nl