LiveActive security incident?Get immediate response
CVE Record

CVE-2026-45243: Summarize < 0.15.1 Browser Extension Missing Authorization via Content Script

Summarize prior to 0.15.1 contains a missing authorization vulnerability in the content script window.postMessage bridge that allows malicious pages to perform unauthorized operations on automation artifacts. Attackers can simulate runtime messages with spoofed sender identifiers to list, read, create, overwrite, or delete automation artifacts scoped to the affected tab without proper authorization checks.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Summarize browser extension before 0.15.1 allowed a malicious webpage visited by a user to misuse the extension’s message bridge. The page could access or alter automation artifacts for that tab, including reading, creating, overwriting, or deleting them. This is not server compromise, but it can expose sensitive automation data.

Executive priority

Treat this as a moderate browser-extension exposure. It needs timely remediation for affected users, especially those using automation artifacts with sensitive business content, but current sources do not support emergency active-exploitation handling.

Technical view

The content script window.postMessage bridge lacked proper authorization checks. Malicious pages could spoof sender identifiers and simulate runtime messages, triggering unauthorized artifact operations scoped to the affected tab. The CVSS 3.1 score is 6.1 with network attack vector, low complexity, no privileges required, and user interaction required.

Likely exposure

Exposure is limited to users running the steipete Summarize browser extension before 0.15.1 who visit attacker-controlled or compromised pages. Impact is scoped to automation artifacts associated with the affected tab, not broadly documented as full browser or host compromise.

Exploitation context

The source bundle does not report active exploitation, and KEV status is false. Exploitation requires user interaction because a user must browse to a malicious page where the page can abuse the extension bridge.

Researcher notes

Focus review on the content-script postMessage trust boundary, sender validation, and artifact operation authorization. The documented impact is unauthorized list, read, create, overwrite, and delete operations for tab-scoped automation artifacts. Evidence is strongest for versions before 0.15.1; no exploit status beyond the source bundle is provided.

Mitigation direction

  • Upgrade Summarize to 0.15.1 or later; prefer the latest available release.
  • Prioritize version 0.15.2 where the referenced release is available.
  • Remove or disable vulnerable extension versions until upgraded.
  • Review vendor release notes, PR 222, and patch commit for implementation details.
  • Limit use of the extension on untrusted websites where possible.

Validation and detection

  • Inventory browsers for installed Summarize extension versions below 0.15.1.
  • Confirm managed browser policies deploy only patched Summarize versions.
  • Check whether affected users handled sensitive automation artifacts in browser tabs.
  • Review extension update telemetry or endpoint inventory for upgrade completion.
  • Monitor vendor and CVE records for any changed exploitation or remediation guidance.
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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2026-45243 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
6.1 (3.1)
Known Exploited
No
Published

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

2CVSS vectors
3Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

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
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7VulnCheck
5.3CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

5.3Medium
CVSS 4.0 vector shape for CVE-2026-45243Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
steipetesummarize0, 357544063af535bd574752622f9eb94be33ee5fdaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.