๐Ÿ” CVE Alert

CVE-2026-33430

HIGH 7.3

Briefcase: Windows MSI Installer Privilege Escalation via Insecure Directory Permissions

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
1th

Briefcase is a tool for converting a Python project into a standalone native application. Starting in version 0.3.0 and prior to version 0.3.26, if a developer uses Briefcase to produce an Windows MSI installer for a project, and that project is installed for All Users (i.e., per-machine scope), the installation process creates an directory that inherits all the permissions of the parent directory. Depending on the location chosen by the installing user, this may allow a low privilege but authenticated user to replace or modify the binaries installed by the application. If an administrator then runs the altered binary, the binary will run with elevated privileges. The problem is caused by the template used to generate the WXS file for Windows projects. It was fixed in the templates used in Briefcase 0.3.26, 0.4.0, and 0.4.1. Re-running `briefcase create` on your Briefcase project will result in the updated templates being used. As a workaround, the patch can be added to any existing Briefcase .wxs file generated by Briefcase 0.3.24 or later.

CWE CWE-732
Vendor beeware
Product briefcase
Published Mar 26, 2026
Last Updated Apr 1, 2026
Stay Ahead of the Next One

Get instant alerts for beeware briefcase

Be the first to know when new high vulnerabilities affecting beeware briefcase are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

beeware / briefcase
>= 0.3.0, < 0.3.26

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/beeware/briefcase/security/advisories/GHSA-r3r2-35v9-v238 github.com: https://github.com/beeware/briefcase/issues/2759 github.com: https://github.com/beeware/briefcase-windows-VisualStudio-template/pull/85 github.com: https://github.com/beeware/briefcase-windows-app-template/pull/86