CVE-2026-45246: Summarize < 0.15.1 Insecure File Permissions Information Disclosure
Summarize prior to 0.15.1 contains an insecure file permission vulnerability in the refresh-free configuration rewrite path that allows local users to read sensitive credentials by exploiting default filesystem permissions. When the refresh-free path rewrites the configuration file, it creates the replacement with default process umask permissions instead of preserving the original file permissions, exposing the config file containing API keys and provider credentials to other local users on shared Unix-like systems.
Security readout for executives and security teams
Plain-English summary
Summarize before 0.15.1 could rewrite its configuration file with weaker filesystem permissions. On shared Unix-like systems, another local user may be able to read API keys or provider credentials stored in that file.
Executive priority
Treat this as a credential exposure risk, not a remote takeover. Prioritize shared developer, CI, or operations hosts where local users may access each other’s files, then rotate any potentially exposed credentials.
Technical view
The refresh-free configuration rewrite path creates a replacement config using default process umask permissions instead of preserving restrictive original permissions. This is CWE-732 and requires local user access, with high confidentiality impact and no stated integrity or availability impact.
Likely exposure
Exposure is most relevant on shared Unix-like hosts where untrusted or lower-privileged local users coexist with Summarize users. Single-user systems have lower practical risk, but credential exposure remains possible if backups or shared directories preserve weak permissions.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires local user access and depends on the vulnerable refresh-free rewrite behavior producing a config file readable by other local users.
Researcher notes
Evidence supports a local information disclosure caused by insecure replacement-file permissions. The bundle identifies the patch commit and PR, but does not include exploit-in-the-wild claims. Validate behavior only in authorized environments and avoid publishing reproduction details that expose credentials.
Mitigation direction
Upgrade Summarize to 0.15.1 or later; review v0.15.2 release notes for current vendor guidance.
Restrict configuration file permissions on shared Unix-like systems so only the owning user can read credentials.
Rotate API keys and provider credentials if the config was readable by other local users.
Avoid running vulnerable versions on shared hosts until vendor guidance is applied.
Validation and detection
Inventory Summarize installations and flag versions earlier than 0.15.1.
Check whether affected systems are shared Unix-like hosts with multiple local users.
Review configuration file permissions after refresh-free configuration rewrites.
Confirm whether API keys or provider credentials were present in any exposed config file.
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-732: 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.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-732 · source CWE mapping
Incorrect Permission Assignment for Critical Resource
Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.