Skip to content

fix: resolved zip-slip vulnerability (W-23558165) - #1812

Open
jfeingold35 wants to merge 1 commit into
mainfrom
d/W-23558165
Open

fix: resolved zip-slip vulnerability (W-23558165)#1812
jfeingold35 wants to merge 1 commit into
mainfrom
d/W-23558165

Conversation

@jfeingold35

Copy link
Copy Markdown
Contributor

What does this PR do?

Today, a malicious static resource could use a zip-slip attack to seize control of a user's machine when the resource is retrieved and unpacked. This PR closes that security gap.

What issues does this PR fix or reference?

@W-23558165@

Functionality Before

Unpacking a malicious resource could lead to a file getting dropped into, e.g., the user's startup folder, taking over the machine the next time they reboot.

Functionality After

A static resource attempting a zip-slip attack is detected, and the retrieval fails with a message about how the resource attempted to extract a file outside of its extraction directory.

Metadata Registry: Successful Deploy and Retrieve (required if applicable)

N/A

Deploy output:

N/A

Retrieve output:

N/A

@jfeingold35
jfeingold35 requested a review from a team as a code owner July 30, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants