Skip to main content

Amundsen Frontend EUVDEUVD-2026-76993

| CVE-2026-90772 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-09-13 VulnCheck GHSA-pxc2-2wvq-r8jw
8.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.3 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
7.6 HIGH

Network-reachable stored XSS requiring low-privilege write access, victim page-view, scope change to other users' browsers, high confidentiality impact via session theft.

3.1 AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
P
Scope
X

Lifecycle Timeline

2
Analysis Generated
Sep 13, 2026 - 11:21 vuln.today
CVE Published
Sep 13, 2026 - 10:45 cve.org
HIGH 8.3

DescriptionCVE.org

Amundsen frontend through 4.3.0 renders table, dashboard, and feature descriptions with dangerouslySetInnerHTML without HTML sanitization in ResourceListItem components. Attackers can inject malicious markup like img elements with onerror handlers into descriptions via the metadata service or Elasticsearch, executing JavaScript in every user's browser that views search results.

AnalysisAI

Stored cross-site scripting in Amundsen Frontend through 4.3.0 allows authenticated users with description-write access to inject arbitrary JavaScript into table, dashboard, and feature description fields, executing attacker-controlled code in the browser of every user who subsequently views search results. The root cause is React's dangerouslySetInnerHTML used without any HTML sanitization in ResourceListItem components (TableListItem and siblings), meaning payloads such as img elements with onerror handlers stored via the metadata service or Elasticsearch persist and fire on each page load. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Install
technique details hidden
C2
technique details hidden
Execute
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Exploitation requires two prerequisites: first, the attacker must have write access to Amundsen's metadata service or direct write access to the underlying Elasticsearch index in order to store a malicious description - this is not an unauthenticated path and is limited to users granted catalog editing rights. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 score of 8.3 reflects the stored (persistent) nature of the XSS, the subsequent-system confidentiality impact (SC:H - attacker code runs in victims' browser sessions and can harvest session tokens, API credentials, or query data), and the realistic PR:L requirement - write access to Amundsen descriptions is not universally granted but is common for data stewards or any user with catalog editing rights. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation The primary fix is to replace dangerouslySetInnerHTML rendering of user-controlled description strings with a sanitization pass using a library such as DOMPurify before insertion, or to switch to React's standard text rendering which escapes HTML by default. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all deployed Amundsen Frontend instances and versions, audit recent metadata write activity and stored descriptions for injected payloads (particularly img elements with onerror handlers), and review access logs for anomalous description-write operations. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-76993 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy