LiveActive security incident?Get immediate response
CVE Record

CVE-2020-26239: Cross-Site Scripting in Scratch browser addons

Scratch Addons is a WebExtension that supports both Chrome and Firefox. Scratch Addons before version 1.3.2 is vulnerable to DOM-based XSS. If the victim visited a specific website, the More Links addon of the Scratch Addons extension used incorrect regular expression which caused the HTML-escaped values to be unescaped, leading to XSS. Scratch Addons version 1.3.2 fixes the bug. The extension will be automatically updated by the browser. More Links addon can be disabled via the option of the extension.

HighCVSS 7.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue affects older Scratch Addons browser extensions. A flaw in the More Links addon could turn escaped page content back into executable script when a victim visited a specific site. The main business action is to ensure Scratch Addons is updated to 1.3.2 or later, or disable More Links where updating is not possible.

Executive priority

Prioritize remediation for managed browsers that allow Scratch Addons. The fix is straightforward, and current exposure should be low where browser auto-update is working. Organizations with extension pinning or unmanaged browsers should validate quickly.

Technical view

Scratch Addons before 1.3.2 has DOM-based XSS in the More Links addon. An incorrect regular expression could unescape HTML-escaped values, enabling script execution in the extension context after user interaction. CVSS 3.1 is 7.6 with scope changed, low confidentiality impact, high integrity impact, and no availability impact.

Likely exposure

Exposure is limited to users running Scratch Addons versions earlier than 1.3.2, especially where browser extension auto-updates were disabled, delayed, or centrally pinned. The vulnerable component is the More Links addon, which can also be disabled through the extension options.

Exploitation context

The source bundle does not show KEV listing or public evidence of active exploitation. Exploitation requires user interaction and visiting a specific website. Treat it as a real browser-extension XSS risk, but do not assume in-the-wild exploitation from the provided evidence.

Researcher notes

The affected product is ScratchAddons <1.3.2. The vulnerability is CWE-79 DOM XSS in addons/more-links/userscript.js. The provided evidence identifies the fix commit and v1.3.2 release, but not exploit-in-the-wild activity, affected CPEs, or additional impacted products.

Mitigation direction

  • Update Scratch Addons to version 1.3.2 or later.
  • Confirm browser extension auto-update is enabled and functioning.
  • Disable the More Links addon if immediate updating is not possible.
  • Check the GitHub advisory and release notes for vendor guidance.

Validation and detection

  • Inventory installed Scratch Addons versions across managed browsers.
  • Verify no users remain on Scratch Addons below 1.3.2.
  • Check whether the More Links addon is enabled on vulnerable installations.
  • Review extension management policy for pinned or blocked updates.
Prepared
Confidence
high
Sources
6

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-2020-26239 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
7.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/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
5Source 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
7.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:H/A:N2.34.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.6High
CVSS 3.1 vector shape for CVE-2020-26239Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/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
ScratchAddonsScratchAddons< 1.3.2Listed
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.