LiveActive security incident?Get immediate response
CVE Record

CVE-2021-35196: Manuskript through 0.12.0 allows remote attackers to execute arbitrary code via a crafted settings.pickle f...

Manuskript through 0.12.0 allows remote attackers to execute arbitrary code via a crafted settings.pickle file in a project file, because there is insecure deserialization via the pickle.load() function in settings.py. NOTE: the vendor's position is that the product is not intended for opening an untrusted project file

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Opening a malicious Manuskript project can execute code on the user’s computer. This is not described as a server-side internet attack; it depends on convincing someone to open an untrusted project file. The vendor’s stated position is that Manuskript is not intended to open untrusted project files.

Executive priority

Treat this as a targeted-file risk, not broad perimeter exposure. Prioritize if Manuskript is used in workflows involving external collaborators or downloaded projects. If usage is rare, inventory and restrict quickly; if usage is business-critical, formalize trusted-file handling and monitor endpoints.

Technical view

CVE-2021-35196 is insecure deserialization in Manuskript through 0.12.0. The issue involves settings.py using Python pickle.load() on settings.pickle inside a project file. A crafted project file can trigger arbitrary code execution when opened. The CVSS vector requires user interaction and reports high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on endpoints where Manuskript through 0.12.0 is installed and users receive or download project files from others. Shared writing workflows, email attachments, file shares, and public project downloads are the relevant paths. The provided sources do not identify exposed servers or managed cloud services.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires a crafted project file and user interaction. The vendor disputes the threat model by saying the product is not intended for opening untrusted project files.

Researcher notes

The core weakness is CWE-502 unsafe deserialization via pickle.load(). The CVSS vector is AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H, so validation should focus on installed clients and user file-handling paths. The bundle does not name a patch level or concrete vendor mitigation.

Mitigation direction

  • Do not open Manuskript project files from untrusted or unknown sources.
  • Check vendor guidance and release notes for any fixed version or recommended handling change.
  • Remove or restrict Manuskript where business use is unnecessary.
  • Use endpoint controls to isolate document-opening workflows from sensitive systems.
  • Train users to treat unexpected project files as executable-risk content.

Validation and detection

  • Inventory endpoints for Manuskript installations and identify versions through 0.12.0.
  • Review whether users exchange Manuskript project files externally.
  • Check security telemetry for suspicious process launches after opening Manuskript projects.
  • Confirm file-association and download controls reduce accidental opening of untrusted projects.
  • Document any accepted risk if continued use depends on trusted-only project files.
Prepared
Confidence
medium
Sources
4

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-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-35196 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

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
3Source 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.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2021-35196Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

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
n/an/an/aListed
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.