LiveActive security incident?Get immediate response
CVE Record

CVE-2022-43847: IBM Aspera Console HTTP header injection

IBM Aspera Console 3.4.0 through 3.4.4 is vulnerable to HTTP header injection, caused by improper validation of input by the HOST headers. This could allow an attacker to conduct various attacks against the vulnerable system, including cross-site scripting, cache poisoning or session hijacking.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

IBM Aspera Console versions 3.4.0 through 3.4.4 may trust malformed Host headers. A privileged attacker could abuse that weakness to influence responses and enable attacks such as cross-site scripting, cache poisoning, or session hijacking. The score is medium, but exposed admin tools should still be prioritized.

Executive priority

Treat as a moderate-priority remediation item. It is not known to be exploited from the supplied evidence, but affected Console systems can influence sensitive administrative workflows and session trust, especially if exposed beyond trusted networks.

Technical view

The issue is HTTP header injection from improper validation of Host header input in IBM Aspera Console. CVSS 3.1 is 5.4 with network reachability, low attack complexity, privileges required, no user interaction, unchanged scope, and low confidentiality and integrity impact. Availability impact is not identified.

Likely exposure

Exposure is limited to IBM Aspera Console 3.4.0 through 3.4.4, especially instances reachable from untrusted networks. The supplied affected data names IBM Aspera Console and does not identify other IBM Aspera components as affected.

Exploitation context

The source bundle does not show active exploitation, and CISA KEV status is false. The CVSS vector requires privileges, reducing broad opportunistic risk, but successful abuse could still affect browser trust, cached content, or session integrity.

Researcher notes

Evidence identifies Host header input validation as the root issue and CWE-644 as the weakness class. The supplied data does not include proof-of-concept details, exploit telemetry, or a specific fixed version, so validation should stay inventory- and vendor-advisory-driven.

Mitigation direction

  • Check IBM advisory guidance for the patched or supported Console version.
  • Prioritize upgrades for externally reachable Aspera Console deployments.
  • Restrict Console access to trusted networks or VPN where operationally feasible.
  • Review reverse proxy and cache behavior for Host header trust assumptions.
  • Monitor IBM support channels for any updated remediation detail.

Validation and detection

  • Inventory IBM Aspera Console instances and record exact versions.
  • Confirm whether any deployment runs 3.4.0 through 3.4.4.
  • Review internet exposure and access controls for Console endpoints.
  • Check patch status against IBM advisory node 7169766.
  • Look for unusual Host header patterns in relevant web logs.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-644: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-43847 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2022-43847Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
IBMAspera Console3.4.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-644 · source CWE mapping

Improper Neutralization of HTTP Headers for Scripting Syntax

Improper Neutralization of HTTP Headers for Scripting Syntax represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.