Skip to content

Commit f8393a0

Browse files
1 parent 8fca93b commit f8393a0

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-r3r2-35v9-v238",
4+
"modified": "2026-03-23T21:40:10Z",
5+
"published": "2026-03-23T21:40:10Z",
6+
"aliases": [
7+
"CVE-2026-33430"
8+
],
9+
"summary": "Briefcase: Windows MSI Installer Privilege Escalation via Insecure Directory Permissions ",
10+
"details": "### Impact\n\nIf 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.\n\n### Patches\n\nThe problem is caused by the template used to generate the WXS file for Windows projects. It was fixed with the following PRs:\n\n* beeware/briefcase-windows-app-template#86\n* beeware/briefcase-windows-VisualStudio-template#85\n\nThese patches have been backported to 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.\n\n### Workarounds\n\nThe change from beeware/briefcase-windows-app-template#86 can be added to any existing Briefcase .wxs file generated by Briefcase 0.3.24 or later.\n\n### Resources\n\nbeeware/briefcase#2759 is a formal bug report of the problem.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "briefcase"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.3.0"
29+
},
30+
{
31+
"fixed": "0.3.26"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/beeware/briefcase/security/advisories/GHSA-r3r2-35v9-v238"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/beeware/briefcase/issues/2759"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/beeware/briefcase-windows-VisualStudio-template/pull/85"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/beeware/briefcase-windows-app-template/pull/86"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/beeware/briefcase"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-732"
63+
],
64+
"severity": "HIGH",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-03-23T21:40:10Z",
67+
"nvd_published_at": null
68+
}
69+
}

0 commit comments

Comments
 (0)