Skip to content

CWE-22 - Fix Android ZIP path traversal - #8541

Merged
danoli3 merged 1 commit into
openframeworks:masterfrom
danoli3:android-zip-path-traversal
Aug 15, 2026
Merged

CWE-22 - Fix Android ZIP path traversal#8541
danoli3 merged 1 commit into
openframeworks:masterfrom
danoli3:android-zip-path-traversal

Conversation

@danoli3

@danoli3 danoli3 commented Aug 15, 2026

Copy link
Copy Markdown
Member

Fixes #8509

Prevents arbitrary file writes outside the extraction directory (CWE-22 / Zip Slip).

Test:
tests/android/OFZipUtil/run.sh

Output:
OFZipUtil security regression tests passed

@danoli3
danoli3 force-pushed the android-zip-path-traversal branch from 78fa651 to 9aa3107 Compare August 15, 2026 04:45
@danoli3
danoli3 force-pushed the android-zip-path-traversal branch from 9aa3107 to 85acbc9 Compare August 15, 2026 04:46

@danoli3 danoli3 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@danoli3 danoli3 changed the title Fix Android ZIP path traversal CWE-22 - Fix Android ZIP path traversal Aug 15, 2026
@danoli3

danoli3 commented Aug 15, 2026

Copy link
Copy Markdown
Member Author

Push for v12.2

@danoli3 danoli3 added this to the 0.12.2 milestone Aug 15, 2026
@danoli3 danoli3 self-assigned this Aug 15, 2026
@danoli3
danoli3 merged commit 23ec9a5 into openframeworks:master Aug 15, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[BUG] Zip Path Traversal in openFrameworks Android Extraction Helper

1 participant