CVE-2026-13723

A vulnerability in the `zipx.Unzip` extraction routine of Develar's app-builder allows an attacker to overwrite arbitrary files on macOS APFS by exploiting a Unicode Normalization Collision combined with symlink following behavior. APFS treats certain Unicode equivalent filenames as identical (e.g., ß ↔ ss), while app builder performs no canonical normalization before validating or writing paths. As a result, a crafted ZIP archive containing: • a symlink entry named ss pointing to a target file, and • a regular file named ß containing attacker controlled data, will cause the second write to follow the symlink and overwrite the target file.
Configurations

No configuration.

History

29 Jul 2026, 19:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5
CWE CWE-22
CWE-59
References
  • () https://www.kb.cert.org/vuls/id/293714 -

29 Jul 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-29 18:16

Updated : 2026-07-30 19:10


NVD link : CVE-2026-13723

Mitre link : CVE-2026-13723

CVE.ORG link : CVE-2026-13723


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-59

Improper Link Resolution Before File Access ('Link Following')