LiveActive security incident?Get immediate response
CVE Record

CVE-2022-25869: All versions of the package angular; all versions of the package angularjs.core; all versions of the packag...

All versions of the package angular; all versions of the package angularjs.core; all versions of the package angularjs are vulnerable to Cross-site Scripting (XSS) due to insecure page caching in the Internet Explorer browser, which allows interpolation of <textarea> elements.

MediumCVSS 4.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a medium-severity cross-site scripting issue in AngularJS package distributions. The reported trigger depends on Internet Explorer page caching and user interaction, so business urgency is highest for legacy applications still reachable through IE or IE compatibility modes.

Executive priority

Address during normal vulnerability remediation, with escalation for public legacy apps or regulated workflows still dependent on IE. This is not a KEV-listed emergency based on the provided sources, but legacy AngularJS exposure should not be ignored.

Technical view

CVE-2022-25869 is CWE-79 XSS affecting listed AngularJS-related packages, including npm angular, WebJars variants, AngularJS.Core, and angularjs. The source describes insecure Internet Explorer page caching that can allow interpolation of textarea elements. CVSS 3.1 is 4.2 with high attack complexity and required user interaction.

Likely exposure

Exposure is most likely in legacy AngularJS applications that include the listed packages and are accessed with Internet Explorer or compatibility-mode browser paths. The bundle says all versions are affected, but exact fixed-version data is not provided here.

Exploitation context

The source bundle includes public proof-of-concept references, but KEV is false and no cited source states active exploitation. Exploitation requires network reachability and user interaction, with limited confidentiality and integrity impact in the provided CVSS vector.

Researcher notes

Evidence ties the issue to AngularJS package distributions and IE page caching. The bundle lists public PoC resources, but does not provide exploit telemetry, a vendor patch, or precise fixed versions. Avoid assuming modern Angular products beyond the named packages.

Mitigation direction

  • Inventory use of angular, angularjs, AngularJS.Core, and listed WebJars packages.
  • Check Snyk and vendor/package guidance for supported remediation or replacement direction.
  • Prioritize legacy apps still supporting Internet Explorer or compatibility modes.
  • Reduce exposure of affected legacy AngularJS pages until guidance is confirmed.
  • Treat remediation as dependency modernization if no fixed version exists.

Validation and detection

  • Search dependency manifests for the listed package names and WebJars coordinates.
  • Identify public routes using AngularJS pages with textarea interpolation behavior.
  • Confirm whether users can access those routes with Internet Explorer compatibility paths.
  • Check scanners against Snyk advisories for CVE-2022-25869 coverage.
  • Record any affected application owner, route, and browser support dependency.
Prepared
Confidence
medium
Sources
10

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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-25869 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
4.2 (3.1)
Known Exploited
No
Published

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

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
13Source 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
4.2CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N/E:P1.62.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
n/aangular0Listed
n/aorg.webjars.npm:angular0Listed
n/aorg.webjars.bower:angular0Listed
n/aorg.webjars.bowergithub.angular:angular0Listed
n/aAngularJS.Core0Listed
n/aangularjs0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.