
Proof-of-concept exploit for CVE-2025-0851, a file traversal vulnerability in Deep Java Library's tar/zip model extraction utility, enabling arbitrary file write on Windows systems.

dest.resolve(name).toAbsolutePath(); In the statement, when .toAbsolutePath() specifies an absolute path in name, it ignores dest.resolve(name) and =>
returns only name(C:\Windows\System32\config\TEST) =>
When creating a folder on Linux, it is possible to input \ in the folder name, so a folder named C:\Windows\System32\config\ is created and then the TEST file is created, tar archive or Zip
