CVE-2025-15523 allows local attackers to abuse Inkscape's TCC permissions on macOS via…
CVE-2025-15523 allows local attackers to abuse Inkscape's TCC permissions on macOS via bundled Python interpreter to access protected user files without prompts.
CERT Polska coordinated disclosure of CVE-2025-15523, a privilege escalation vulnerability in Inkscape for macOS. The vulnerability stems from Inkscape's bundled Python interpreter inheriting Transparency, Consent, and Control (TCC) permissions granted to the main application. An attacker with local user access can invoke this interpreter with arbitrary commands or scripts, leveraging already-granted TCC permissions to silently access privacy-protected folders. Attempts to access resources beyond existing permissions will prompt the user, but the prompt appears in Inkscape's name, potentially masking malicious activity.
This is a classic example of TCC inheritance abuse in macOS application bundles. The attack requires prior local access but bypasses macOS privacy protections by piggybacking on legitimate application permissions. The vulnerability was responsibly disclosed by researchers Karol Mazurek and Hubert Decyusz from the AFINE Team and has been patched in Inkscape version 1.4.3.
Organisations using macOS with Inkscape deployed should prioritise updating to version 1.4.3. The vulnerability underscores the risk of bundled interpreters in application packages inheriting broad system permissions without proper isolation.
Mentioned in this report
Detection guidance
Inkscape Bundled Python Interpreter Invoked with Inline Code or Script Argument
Detects execution of the Python interpreter bundled inside Inkscape.app with inline code (-c) or arbitrary script arguments, which can be abused to inherit Inkscape's TCC permissions for silent access to privacy-protected data. Auto-generated starting point — validate and tune in your environment before deploying. IOC matches can false-positive on shared infrastructure and decay as adversary infrastructure rotates.
title: Inkscape Bundled Python Interpreter Invoked with Inline Code or Script Argument
logsource:
category: process_creation
product: macos
detection:
selection_image:
Image|contains: python
selection_args:
CommandLine|contains:
- ' -c '
- ' -m '
- .py
filter_expected:
CommandLine|contains:
- /Contents/Resources/extensions/
- inkex
condition: selection_image and selection_args and not filter_expected
falsepositives:
- Legitimate Inkscape extensions invoking the bundled Python interpreter with scripts
located under the official extensions directory
- Inkscape developers testing custom extensions during development
level: high
tags:
- attack.t1059.006
- attack.t1068
id: cb56c4ea-cd86-551d-addf-8debfc1481fa
status: experimental
author: Vorant
Inkscape Bundled Python Process Accessing TCC-Protected User Directories
Detects file access by the Python interpreter embedded in Inkscape.app to privacy-protected macOS directories (e.g., Photos, Contacts, Messages, Documents), indicating potential abuse of inherited TCC permissions. Auto-generated starting point — validate and tune in your environment before deploying. IOC matches can false-positive on shared infrastructure and decay as adversary infrastructure rotates.
title: Inkscape Bundled Python Process Accessing TCC-Protected User Directories
logsource:
category: file_event
product: macos
detection:
selection_image:
Image|contains: python
selection_target:
TargetFilename|contains:
- /Library/Application Support/com.apple.TCC
- /Pictures/Photos Library
- /Library/Messages/
- /Library/Mail/
- /Library/Safari/
- /Contacts/
condition: selection_image and selection_target
falsepositives:
- User legitimately opening or importing images from Photos library via Inkscape's
normal file dialogs
- Inkscape extension scripts operating on user-selected files stored in these locations
with explicit consent
level: high
tags:
- attack.t1068
- attack.t1059.006
id: f5f1c8f1-a022-56e9-a133-d1dc608a4cc7
status: experimental
author: Vorant
Child Process Spawned from Inkscape Bundled Python Interpreter
Detects shell, network, or system utility processes spawned by the Python interpreter bundled inside Inkscape.app, which may indicate exploitation of CVE-2025-15523 to piggyback on Inkscape's TCC permissions for further access or exfiltration. Auto-generated starting point — validate and tune in your environment before deploying. IOC matches can false-positive on shared infrastructure and decay as adversary infrastructure rotates.
title: Child Process Spawned from Inkscape Bundled Python Interpreter
logsource:
category: process_creation
product: macos
detection:
selection_parent:
ParentImage|contains: python
selection_child:
Image|endswith:
- /bash
- /zsh
- /sh
- /curl
- /osascript
- /nc
condition: selection_parent and selection_child
falsepositives:
- Legitimate Inkscape extensions that shell out to helper utilities as part of normal
export or conversion workflows
level: medium
tags:
- attack.t1068
- attack.t1059.006
id: 7a721d2a-136c-5d99-b594-0fd2775c4f57
status: experimental
author: Vorant
Behavioural rules are generated from public reporting — validate in your environment before deploying.
Source reporting: https://cert.pl/en/posts/2026/01/CVE-2025-15523
This is the public brief
Subscribers see the full picture: extracted IOCs, ready-to-deploy detections (Sigma, Splunk, KQL, Elastic, YARA, Suricata), the entity graph, TAXII 2.1 feed and real-time alerts matched to your sectors.
Start free