CVE-2026-1260: Invalid Memory Access in Sentencepiece,
Invalid memory access in Sentencepiece versions less than 0.2.1 when using a vulnerable model file, which is not created in the normal training procedure.
Security readout for executives and security teams
Plain-English summary
Sentencepiece can mishandle a specially formed model file and access memory incorrectly. Business risk is highest where ML or NLP systems load model files from outside trusted build pipelines. The source says the triggering model is not produced by normal training, which narrows typical exposure but does not eliminate risk from third-party artifacts.
Executive priority
Prioritize remediation for ML environments that ingest third-party or user-provided model files. Treat as high severity, but not an internet-wide emergency based on the provided evidence because exploitation requires loading a special model file and KEV is false.
Technical view
CVE-2026-1260 is a CWE-119 invalid memory access issue in Google Sentencepiece before 0.2.1. The CVSS 4.0 score is 8.5 High with local attack vector and user interaction required. Impact is rated high for vulnerable-system confidentiality, integrity, and availability when a vulnerable model file is loaded.
Likely exposure
Systems using Google Sentencepiece versions before 0.2.1 are potentially exposed if they load a vulnerable model file. Exposure is more likely in ML pipelines, research tooling, desktop workflows, or services that accept model files from third parties or users.
Exploitation context
The provided sources do not show CISA KEV listing or confirmed active exploitation. Exploitation requires use of a vulnerable model file, and the CVE text says that file is not created by the normal training procedure. Evidence is insufficient to claim remote exploitation.
Researcher notes
Focus analysis on model-file trust boundaries and library version provenance. The source bundle does not provide exploit details, affected downstream applications, or proof of active exploitation. Avoid broad product claims unless local dependency data confirms Sentencepiece before 0.2.1.
Mitigation direction
Upgrade Google Sentencepiece to version 0.2.1 or later.
Apply relevant Red Hat advisories where Sentencepiece is supplied by Red Hat packages.
Restrict model-file ingestion to trusted sources and controlled build pipelines.
Review vendor guidance for downstream products that bundle Sentencepiece.
Reject or quarantine unexpected Sentencepiece model files from untrusted users.
Validation and detection
Inventory direct and transitive Sentencepiece versions across applications and ML environments.
Confirm no deployed package remains below Sentencepiece 0.2.1.
Identify workflows that load external or user-supplied model files.
Check Red Hat errata applicability for affected enterprise systems.
Verify production pipelines only consume approved model artifacts.
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 · low confidence lookup
CWE-119: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
2CVSS vectors
5Timeline events
2ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-119 · source CWE mapping
Improper Restriction of Operations within the Bounds of a Memory Buffer
Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.