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

Incorrect sanitization of forwarded query parameters in net/http/httputil

Go standard library · net/http/httputil

7.5HighCVSS 3.1
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
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
SSA-806742 · CSAF 2.0 · revision 1 · interimSiemens ProductCERTSSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4
11 known affected

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

  • SCALANCE XCH328 (6GK5328-4TS01-2EC2)
  • SCALANCE XCM324 (6GK5324-8TS01-2AC2)
  • SCALANCE XCM328 (6GK5328-4TS01-2AC2)
  • SCALANCE XCM332 (6GK5332-0GA01-2AC2)
  • SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
  • SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
  • SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
  • SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
  • SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
  • SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)
  • SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Summary
Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.
Remediation
Update to V2.4 or later version
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-2022-35112

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

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
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.

What

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.

Why

The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.

Why

The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

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 → Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-444

CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling'). The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.IHighIntegrity impact: A successful attack can cause a major loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-444Public exploit reference
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2024-0794Dell ECS: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuführen, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuführen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuführen.

Official advisory
BSI · German · WID-SEC-W-2023-2229Splunk Splunk Enterprise: Mehrere Schwachstellen

Ein entfernter, authentifizierter Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um beliebigen Code auszuführen, einen 'Denial of Service'-Zustand zu verursachen, seine Privilegien zu erweitern und weitere, nicht spezifizierte Auswirkungen zu verursachen.

Official advisory
BSI · German · WID-SEC-W-2023-1542Red Hat OpenShift: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2023-1424Xerox FreeFlow Print Server für Solaris: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2023-1350Splunk Splunk Enterprise: Mehrere Schwachstellen in Komponenten von Drittanbietern

Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise in diversen Komponenten von Drittanbietern ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2023-0318Red Hat Migration Toolkit for Containers: Mehrere Schwachstellen

Ein entfernter, anonymer oder angemeldeter Angreifer kann mehrere Schwachstellen in Red Hat Migration Toolkit for Containers ausnutzen, um seine Rechte zu erweitern, einen Denial of Service zu verursachen, Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen.

Official advisory
BSI · German · WID-SEC-W-2023-0111Red Hat OpenShift: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Angriff durchzuführen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen und Daten zu manipulieren.

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

roadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37287 Bulletin de sécurité VMware 37288 du 20 mars 2026 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37288 Référence CVE CVE-2022-1705 https://www.cve.org/CVERecord?id=CVE-2022-1705 Référence CVE CVE-2022-1962 https://www.cve.org/CVERecord?id=CVE-2022-1962 Référence CVE CVE-2022-27664 https://www.cve.org/CVERecord?id=CVE-2022-27664 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-29804 https://www.cve.org/CVERecord?id=CVE-2022-29804 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=C

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

ord?id=CVE-2022-27775 Référence CVE CVE-2022-27776 https://www.cve.org/CVERecord?id=CVE-2022-27776 Référence CVE CVE-2022-27780 https://www.cve.org/CVERecord?id=CVE-2022-27780 Référence CVE CVE-2022-27781 https://www.cve.org/CVERecord?id=CVE-2022-27781 Référence CVE CVE-2022-27782 https://www.cve.org/CVERecord?id=CVE-2022-27782 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-28327 https://www.cve.org/CVERecord?id=CVE-2022-28327 Référence CVE CVE-2022-28391 https://www.cve.org/CVERecord?id=CVE-2022-28391 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-28948 https://www.cve.org/CVERecord?id=CVE-2022-28948 Référence CVE CVE-2022-29189 https://www.cve.org/CVERecord?id=CVE-2022-29189 Référence CVE CVE-2022-29190 https://www.cve.org/CVERecord?id=CVE-2022-29190 Référence CVE CVE-2022-29222 https://www.cve.org/CVERecord?id=CVE-2022-29222 Référence CVE CVE-2022-29458 https://www.cve.org/CVERecord?id=CVE-2022-29458 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-29804 https://www.cve.org/CVERecord?id=CVE-2022-29804 Référence CVE CVE-2022-29946 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0969Multiples vulnérabilités dans les produits VMware

g/CVERecord?id=CVE-2022-28327 Référence CVE CVE-2022-28463 https://www.cve.org/CVERecord?id=CVE-2022-28463 Référence CVE CVE-2022-2867 https://www.cve.org/CVERecord?id=CVE-2022-2867 Référence CVE CVE-2022-2868 https://www.cve.org/CVERecord?id=CVE-2022-2868 Référence CVE CVE-2022-2869 https://www.cve.org/CVERecord?id=CVE-2022-2869 Référence CVE CVE-2022-28738 https://www.cve.org/CVERecord?id=CVE-2022-28738 Référence CVE CVE-2022-28739 https://www.cve.org/CVERecord?id=CVE-2022-28739 Référence CVE CVE-2022-2874 https://www.cve.org/CVERecord?id=CVE-2022-2874 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-28805 https://www.cve.org/CVERecord?id=CVE-2022-28805 Référence CVE CVE-2022-29217 https://www.cve.org/CVERecord?id=CVE-2022-29217 Référence CVE CVE-2022-2923 https://www.cve.org/CVERecord?id=CVE-2022-2923 Référence CVE CVE-2022-2928 https://www.cve.org/CVERecord?id=CVE-2022-2928 Référence CVE CVE-2022-2929 https://www.cve.org/CVERecord?id=CVE-2022-2929 Référence CVE CVE-2022-29458 https://www.cve.org/CVERecord?id=CVE-2022-29458 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-2953 https://www.cve.org/CVERecord?id=CVE-2022

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0622Multiples vulnérabilités dans les produits VMware

ord?id=CVE-2022-27774 Référence CVE CVE-2022-27775 https://www.cve.org/CVERecord?id=CVE-2022-27775 Référence CVE CVE-2022-27776 https://www.cve.org/CVERecord?id=CVE-2022-27776 Référence CVE CVE-2022-27780 https://www.cve.org/CVERecord?id=CVE-2022-27780 Référence CVE CVE-2022-27781 https://www.cve.org/CVERecord?id=CVE-2022-27781 Référence CVE CVE-2022-27782 https://www.cve.org/CVERecord?id=CVE-2022-27782 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-28327 https://www.cve.org/CVERecord?id=CVE-2022-28327 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-28948 https://www.cve.org/CVERecord?id=CVE-2022-28948 Référence CVE CVE-2022-29173 https://www.cve.org/CVERecord?id=CVE-2022-29173 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-29804 https://www.cve.org/CVERecord?id=CVE-2022-29804 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0524Multiples vulnérabilités dans VMware Tanzu

VERecord?id=CVE-2022-1705 Référence CVE CVE-2022-1941 https://www.cve.org/CVERecord?id=CVE-2022-1941 Référence CVE CVE-2022-1962 https://www.cve.org/CVERecord?id=CVE-2022-1962 Référence CVE CVE-2022-25942 https://www.cve.org/CVERecord?id=CVE-2022-25942 Référence CVE CVE-2022-25972 https://www.cve.org/CVERecord?id=CVE-2022-25972 Référence CVE CVE-2022-26061 https://www.cve.org/CVERecord?id=CVE-2022-26061 Référence CVE CVE-2022-27664 https://www.cve.org/CVERecord?id=CVE-2022-27664 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-30045 https://www.cve.org/CVERecord?id=CVE-2022-30045 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0256Multiples vulnérabilités dans Broadcom VMware Tanzu Greenplum

'obtention des correctifs (cf. section Documentation). Documentation Bulletin de sécurité Broadcom 25561 du 28 mars 2025 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25561 Bulletin de sécurité Broadcom 25562 du 28 mars 2025 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25562 Bulletin de sécurité Broadcom 25565 du 28 mars 2025 https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25565 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-41715 https://www.cve.org/CVERecord?id=CVE-2022-41715 Référence CVE CVE-2022-41716 https://www.cve.org/CVERecord?id=CVE-2022-41716 Référence CVE CVE-2022-41717 https://www.cve.org/CVERecord?id=CVE-2022-41717 Référence CVE CVE-2022-41720 https://www.cve.org/CVERecord?id=CVE-2022-41720 Référence CVE CVE-2022-41722 https://www.cve.org/CVERecord?id=CVE-2022-41722 Référence CVE CVE-2022-41723 https://www.cve.org/CVERecord?id=CVE-2022-41723 Référence CVE CVE-2022-41724 https://www.cve.org/CVERecord?id=CVE-2022-41724 Référence CVE CVE-2022-41725 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0741Multiples vulnérabilités dans Juniper Secure Analytics

ord?id=CVE-2021-47185 Référence CVE CVE-2021-47236 https://www.cve.org/CVERecord?id=CVE-2021-47236 Référence CVE CVE-2021-47310 https://www.cve.org/CVERecord?id=CVE-2021-47310 Référence CVE CVE-2021-47311 https://www.cve.org/CVERecord?id=CVE-2021-47311 Référence CVE CVE-2021-47353 https://www.cve.org/CVERecord?id=CVE-2021-47353 Référence CVE CVE-2021-47356 https://www.cve.org/CVERecord?id=CVE-2021-47356 Référence CVE CVE-2021-47456 https://www.cve.org/CVERecord?id=CVE-2021-47456 Référence CVE CVE-2021-47495 https://www.cve.org/CVERecord?id=CVE-2021-47495 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-3287 https://www.cve.org/CVERecord?id=CVE-2022-3287 Référence CVE CVE-2022-39253 https://www.cve.org/CVERecord?id=CVE-2022-39253 Référence CVE CVE-2022-41715 https://www.cve.org/CVERecord?id=CVE-2022-41715 Référence CVE CVE-2022-48624 https://www.cve.org/CVERecord?id=CVE-2022-48624 Référence CVE CVE-2022-48627 https://www.cve.org/CVERecord?id=CVE-2022-48627 Référence CVE CVE-2022-48669 https://www.cve.org/CVERecord?id=CVE-2022-48669 Référence CVE CVE-2023-25193 https://www.cve.org/CVERecord?id=CVE-2023-25193 Référence CVE CVE-2023-29409 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0646Multiples vulnérabilités dans les produits IBM

ord?id=CVE-2021-34558 Référence CVE CVE-2021-46934 https://www.cve.org/CVERecord?id=CVE-2021-46934 Référence CVE CVE-2021-47013 https://www.cve.org/CVERecord?id=CVE-2021-47013 Référence CVE CVE-2021-47055 https://www.cve.org/CVERecord?id=CVE-2021-47055 Référence CVE CVE-2021-47118 https://www.cve.org/CVERecord?id=CVE-2021-47118 Référence CVE CVE-2021-47153 https://www.cve.org/CVERecord?id=CVE-2021-47153 Référence CVE CVE-2021-47171 https://www.cve.org/CVERecord?id=CVE-2021-47171 Référence CVE CVE-2021-47185 https://www.cve.org/CVERecord?id=CVE-2021-47185 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-38096 https://www.cve.org/CVERecord?id=CVE-2022-38096 Référence CVE CVE-2022-41715 https://www.cve.org/CVERecord?id=CVE-2022-41715 Référence CVE CVE-2022-48624 https://www.cve.org/CVERecord?id=CVE-2022-48624 Référence CVE CVE-2022-48627 https://www.cve.org/CVERecord?id=CVE-2022-48627 Référence CVE CVE-2022-48669 https://www.cve.org/CVERecord?id=CVE-2022-48669 Référence CVE CVE-2023-29400 https://www.cve.org/CVERecord?id=CVE-2023-29400 Référence CVE CVE-2023-29406 https://www.cve.org/CVERecord?id=CVE-2023-29406 Référence CVE CVE-2023-29409 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0145Multiples vulnérabilités dans les produits IBM

ord?id=CVE-2022-25881 Référence CVE CVE-2022-25883 https://www.cve.org/CVERecord?id=CVE-2022-25883 Référence CVE CVE-2022-27664 https://www.cve.org/CVERecord?id=CVE-2022-27664 Référence CVE CVE-2022-27776 https://www.cve.org/CVERecord?id=CVE-2022-27776 Référence CVE CVE-2022-27781 https://www.cve.org/CVERecord?id=CVE-2022-27781 Référence CVE CVE-2022-27782 https://www.cve.org/CVERecord?id=CVE-2022-27782 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-28327 https://www.cve.org/CVERecord?id=CVE-2022-28327 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29244 https://www.cve.org/CVERecord?id=CVE-2022-29244 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=CVE-2022-30633 Référence CVE CVE-2022-30635 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0119Multiples vulnérabilités dans les produits Siemens

cord?id=CVE-2022-1348 Référence CVE CVE-2022-23471 https://www.cve.org/CVERecord?id=CVE-2022-23471 Référence CVE CVE-2022-23521 https://www.cve.org/CVERecord?id=CVE-2022-23521 Référence CVE CVE-2022-24834 https://www.cve.org/CVERecord?id=CVE-2022-24834 Référence CVE CVE-2022-2586 https://www.cve.org/CVERecord?id=CVE-2022-2586 Référence CVE CVE-2022-26691 https://www.cve.org/CVERecord?id=CVE-2022-26691 Référence CVE CVE-2022-28737 https://www.cve.org/CVERecord?id=CVE-2022-28737 Référence CVE CVE-2022-28738 https://www.cve.org/CVERecord?id=CVE-2022-28738 Référence CVE CVE-2022-28739 https://www.cve.org/CVERecord?id=CVE-2022-28739 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29154 https://www.cve.org/CVERecord?id=CVE-2022-29154 Référence CVE CVE-2022-29162 https://www.cve.org/CVERecord?id=CVE-2022-29162 Référence CVE CVE-2022-29187 https://www.cve.org/CVERecord?id=CVE-2022-29187 Référence CVE CVE-2022-29536 https://www.cve.org/CVERecord?id=CVE-2022-29536 Référence CVE CVE-2022-29862 https://www.cve.org/CVERecord?id=CVE-2022-29862 Référence CVE CVE-2022-32148 https://www.cve.org/CVERecord?id=CVE-2022-32148 Référence CVE CVE-2022-3294 https://www.cve.org/CVERecord?id=CVE-2022-3294 Référence CVE CVE-2022-3437 https://www.cve.org/CVERecord?id=CVE-

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0701Multiples vulnérabilités dans Splunk

ord?id=CVE-2022-27776 Référence CVE CVE-2022-27778 https://www.cve.org/CVERecord?id=CVE-2022-27778 Référence CVE CVE-2022-27779 https://www.cve.org/CVERecord?id=CVE-2022-27779 Référence CVE CVE-2022-27780 https://www.cve.org/CVERecord?id=CVE-2022-27780 Référence CVE CVE-2022-27781 https://www.cve.org/CVERecord?id=CVE-2022-27781 Référence CVE CVE-2022-27782 https://www.cve.org/CVERecord?id=CVE-2022-27782 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-28327 https://www.cve.org/CVERecord?id=CVE-2022-28327 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-29804 https://www.cve.org/CVERecord?id=CVE-2022-29804 Référence CVE CVE-2022-30115 https://www.cve.org/CVERecord?id=CVE-2022-30115 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=C

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

ord?id=CVE-2022-27776 Référence CVE CVE-2022-27778 https://www.cve.org/CVERecord?id=CVE-2022-27778 Référence CVE CVE-2022-27779 https://www.cve.org/CVERecord?id=CVE-2022-27779 Référence CVE CVE-2022-27780 https://www.cve.org/CVERecord?id=CVE-2022-27780 Référence CVE CVE-2022-27781 https://www.cve.org/CVERecord?id=CVE-2022-27781 Référence CVE CVE-2022-27782 https://www.cve.org/CVERecord?id=CVE-2022-27782 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-28327 https://www.cve.org/CVERecord?id=CVE-2022-28327 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29526 https://www.cve.org/CVERecord?id=CVE-2022-29526 Référence CVE CVE-2022-29804 https://www.cve.org/CVERecord?id=CVE-2022-29804 Référence CVE CVE-2022-30115 https://www.cve.org/CVERecord?id=CVE-2022-30115 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0276Multiples vulnérabilités dans les produits IBM

ERecord?id=CVE-2022-25901 Référence CVE CVE-2022-25927 https://www.cve.org/CVERecord?id=CVE-2022-25927 Référence CVE CVE-2022-2625 https://www.cve.org/CVERecord?id=CVE-2022-2625 Référence CVE CVE-2022-26373 https://www.cve.org/CVERecord?id=CVE-2022-26373 Référence CVE CVE-2022-27664 https://www.cve.org/CVERecord?id=CVE-2022-27664 Référence CVE CVE-2022-2795 https://www.cve.org/CVERecord?id=CVE-2022-2795 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-28733 https://www.cve.org/CVERecord?id=CVE-2022-28733 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-2964 https://www.cve.org/CVERecord?id=CVE-2022-2964 Référence CVE CVE-2022-29900 https://www.cve.org/CVERecord?id=CVE-2022-29900 Référence CVE CVE-2022-29901 https://www.cve.org/CVERecord?id=CVE-2022-29901 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0272Multiples vulnérabilités dans les produits IBM

Record?id=CVE-2022-1962 Référence CVE CVE-2022-23491 https://www.cve.org/CVERecord?id=CVE-2022-23491 Référence CVE CVE-2022-23816 https://www.cve.org/CVERecord?id=CVE-2022-23816 Référence CVE CVE-2022-23825 https://www.cve.org/CVERecord?id=CVE-2022-23825 Référence CVE CVE-2022-2588 https://www.cve.org/CVERecord?id=CVE-2022-2588 Référence CVE CVE-2022-26373 https://www.cve.org/CVERecord?id=CVE-2022-26373 Référence CVE CVE-2022-27664 https://www.cve.org/CVERecord?id=CVE-2022-27664 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-29900 https://www.cve.org/CVERecord?id=CVE-2022-29900 Référence CVE CVE-2022-29901 https://www.cve.org/CVERecord?id=CVE-2022-29901 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=C

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0258Multiples vulnérabilités dans les produits IBM

e.org/CVERecord?id=CVE-2019-20444 Référence CVE CVE-2022-0854 https://www.cve.org/CVERecord?id=CVE-2022-0854 Référence CVE CVE-2022-1016 https://www.cve.org/CVERecord?id=CVE-2022-1016 Référence CVE CVE-2022-2047 https://www.cve.org/CVERecord?id=CVE-2022-2047 Référence CVE CVE-2022-2421 https://www.cve.org/CVERecord?id=CVE-2022-2421 Référence CVE CVE-2022-2588 https://www.cve.org/CVERecord?id=CVE-2022-2588 Référence CVE CVE-2022-2601 https://www.cve.org/CVERecord?id=CVE-2022-2601 Référence CVE CVE-2022-27664 https://www.cve.org/CVERecord?id=CVE-2022-27664 Référence CVE CVE-2022-2879 https://www.cve.org/CVERecord?id=CVE-2022-2879 Référence CVE CVE-2022-2880 https://www.cve.org/CVERecord?id=CVE-2022-2880 Référence CVE CVE-2022-28893 https://www.cve.org/CVERecord?id=CVE-2022-28893 Référence CVE CVE-2022-32190 https://www.cve.org/CVERecord?id=CVE-2022-32190 Référence CVE CVE-2022-3996 https://www.cve.org/CVERecord?id=CVE-2022-3996 Référence CVE CVE-2022-4139 https://www.cve.org/CVERecord?id=CVE-2022-4139 Référence CVE CVE-2022-41715 https://www.cve.org/CVERecord?id=CVE-2022-41715 Référence CVE CVE-2022-41716 https://www.cve.org/CVERecord?id=CVE-2022-41716 Référence CVE CVE-2022-41717 https://www.cve.org/CVERecord?id=CVE-2022-41717 Référence CVE CVE-2022-4203 https://www.cve.org/CVERecord?id=CVE-20

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
SCALANCE XCH328 (6GK5328-4TS01-2EC2); SCALANCE XCM324 (6GK5324-8TS01-2AC2); SCALANCE XCM328 (6GK5328-4TS01-2AC2); SCALANCE XCM332 (6GK5332-0GA01-2AC2); SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3); SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3); SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3); SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3); SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3); SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3); SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)
Fixed
An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
Action
Update to V2.4 or later version
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 14 Oct 2022 · Last source change 13 Feb 2025, 16:32 UTC · CWE-444 · Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

CVE recordCVE.org · 5.1
CVSS sourceNIST NVD
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-2022-35112
Product sourceVendor CSAF · Siemens ProductCERT
Remediation sourceVendor CSAF · Siemens ProductCERT
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 →

No material field changes have been recorded since change tracking began. Routine source refreshes and cosmetic edits are intentionally excluded.

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-2022-2880 · cve.blacktree.nl