LiveActive security incident?Get immediate response
CVE Record

CVE-2021-41097: Prototype pollution in aurelia-path

aurelia-path is part of the Aurelia platform and contains utilities for path manipulation. There is a prototype pollution vulnerability in aurelia-path before version 1.1.7. The vulnerability exposes Aurelia application that uses `aurelia-path` package to parse a string. The majority of this will be Aurelia applications that employ the `aurelia-router` package. An example is this could allow an attacker to change the prototype of base object class `Object` by tricking an application to parse the following URL: `https://aurelia.io/blog/?__proto__[asdf]=asdf`. The problem is patched in version `1.1.7`.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-41097 affects the aurelia-path JavaScript package used by Aurelia apps. A crafted URL or parsed string can pollute JavaScript object prototypes, potentially altering application behavior and creating confidentiality and integrity risk. Public sources identify a fix in aurelia-path 1.1.7.

Executive priority

Prioritize remediation for any public Aurelia application using the vulnerable package. The issue is critical by CVSS and has a straightforward vendor patch. Lack of confirmed active exploitation lowers emergency certainty, but exposed URL parsing makes delayed remediation hard to justify.

Technical view

aurelia-path before 1.1.7 fails to safely handle prototype-related keys while parsing strings. Because aurelia-router commonly uses this package, affected Aurelia apps may parse attacker-controlled URL input and modify Object prototype state. CVSS v3.1 is 9.1: network, low complexity, no privileges, no user interaction.

Likely exposure

Exposure is most likely in Aurelia applications that include aurelia-path below 1.1.7 directly or through aurelia-router. Internet-facing routes that parse URL query or path data are the clearest concern. The sources do not identify other affected products.

Exploitation context

The source bundle describes attacker-controlled URL parsing as the trigger condition. CISA KEV is false in the provided data, and no cited source here confirms active exploitation. Treat exploit status as unconfirmed, not absent.

Researcher notes

The advisory ties impact to prototype pollution in string parsing, with aurelia-router called out as the common exposure path. The available sources provide affected version and fix version, but do not provide environment-specific impact evidence, exploit prevalence, or compensating controls.

Mitigation direction

  • Upgrade aurelia-path to version 1.1.7 or later.
  • Update dependencies that bring aurelia-path transitively, especially aurelia-router.
  • Regenerate lockfiles only through the normal dependency update workflow.
  • Check the Aurelia advisory and release notes for vendor-specific guidance.
  • Prioritize internet-facing Aurelia applications that parse URL input.

Validation and detection

  • Search package manifests and lockfiles for aurelia-path versions below 1.1.7.
  • Check dependency trees for aurelia-router pulling vulnerable aurelia-path.
  • Confirm production builds resolve aurelia-path to 1.1.7 or later.
  • Run existing route and query parsing regression tests after upgrading.
  • Review SCA results for lingering CVE-2021-41097 findings.
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 · low confidence lookup

CWE-1321: 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-2021-41097 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
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
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
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N3.95.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2021-41097Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
aureliapath< 1.1.7Listed
Weakness

CWE details

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

CWE-1321 · source CWE mapping

Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.