LiveActive security incident?Get immediate response
CVE Record

CVE-2022-43548: A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due t...

A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-43548 is a high-severity Node.js flaw where host validation could be bypassed in some DNS rebinding conditions, leading to OS command injection risk. The issue completed an earlier incomplete fix. Organizations running vulnerable Node.js release lines should prioritize runtime updates, especially on internet-facing or operationally sensitive systems.

Executive priority

Prioritize remediation in normal emergency patch windows for internet-facing, privileged, or business-critical Node.js deployments. No active exploitation is evidenced here, but the impact is high enough to avoid deferral behind routine maintenance.

Technical view

The flaw affects Node.js versions before 14.21.1, 16.18.1, 18.12.1, and 19.0.1. An insufficient IsAllowedHost check and improper invalid IP handling before DBS requests can permit rebinding attacks. CVSS 3.1 is 8.1 with high complexity and no privileges required.

Likely exposure

Exposure is most likely where vulnerable Node.js runtimes are deployed in services, tooling, or downstream products referenced by Debian and NetApp advisories. The bundle does not prove every Node.js application is exploitable; runtime version, configuration, and reachable attack surface matter.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The CVSS vector indicates network attackability but high attack complexity. Treat this as serious because successful exploitation could affect confidentiality, integrity, and availability.

Researcher notes

Focus validation on runtime version and exposure rather than generic application fingerprinting. The issue is tied to an incomplete CVE-2022-32212 fix, IsAllowedHost behavior, invalid IP handling, and rebinding conditions. Do not assume exploitability without matching configuration and reachability evidence.

Mitigation direction

  • Upgrade Node.js to 14.21.1, 16.18.1, 18.12.1, 19.0.1, or later.
  • Apply Debian nodejs security updates where Debian packages are used.
  • Review NetApp advisories for affected product-specific remediation guidance.
  • Reduce untrusted network reachability to vulnerable Node.js services until patched.

Validation and detection

  • Inventory Node.js versions across production, CI, build, and developer systems.
  • Confirm all runtimes meet or exceed the fixed versions listed by Node.js.
  • Check Debian package status against DSA-5326 and DLA 3344-1 where applicable.
  • Review NetApp advisory applicability for deployed NetApp products.
  • Document exceptions where vulnerable runtimes remain and track vendor guidance.
Prepared
Confidence
high
Sources
7

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 · medium confidence lookup

CWE-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-43548 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
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

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

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
6Source 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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2022-43548Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
NodeJSNode4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0unaffected
Weakness

CWE details

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

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.