CVE-2025-59334 Details
Description
Linkr is a lightweight file delivery system that downloads files from a webserver. Linkr versions through 2.0.0 do not verify the integrity or authenticity of .linkr manifest files before using their contents, allowing a tampered manifest to inject arbitrary file entries into a package distribution. An attacker can modify a generated .linkr manifest (for example by adding a new entry with a malicious URL) and when a user runs the extract command the client downloads the attacker-supplied file without verification. This enables arbitrary file injection and creates a potential path to remote code execution if a downloaded malicious binary or script is later executed. Version 2.0.1 adds a manifest integrity check that compares the checksum of the original author-created manifest to the one being extracted and aborts on mismatch, warning if no original manifest is hosted. Users should update to 2.0.1 or later. As a workaround prior to updating, use only trusted .linkr manifests, manually verify manifest integrity, and host manifests on trusted servers.
A vulnerability in Linkr, a file delivery system, exists in versions through 2.0.0. The issue arises because the application does not verify the integrity or authenticity of .linkr manifest files before use. This lack of verification allows a tampered manifest to inject arbitrary file entries into a package distribution. An attacker could modify a .linkr manifest by adding a new entry with a malicious URL. When the extract command is executed, the client downloads the attacker-supplied file without any verification. This flaw enables arbitrary file injection and could lead to remote code execution if a downloaded malicious binary or script is executed.
Users should update to Linkr version 2.0.1 or later, which includes a manifest integrity check. This update ensures that the checksum of the original author-created manifest matches the one being extracted, aborting the process in case of a mismatch. If the original manifest is not hosted, the user will be warned. As a temporary measure, users can manually verify the integrity of .linkr manifests and host them on trusted servers.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Sep 16, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/mohammadzain2008/Linkr/security/advisories/GHSA-6wph-mpv2-29xv | CISA-ADP | ExploitVendor Advisory |
| https://github.com/mohammadzain2008/Linkr/commit/182e5ddaa51972e144005b500c4bcebf2fd1a6c0 | [email protected] | Patch |
| https://github.com/mohammadzain2008/Linkr/security/advisories/GHSA-6wph-mpv2-29xv | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-347 | Improper Verification of Cryptographic Signature | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| mohammadzain2008 linkr | < 2.0.1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 8, 2025 | Initial Analysis | [email protected] |
| Sep 16, 2025 | CVE Modified | CISA-ADP |
| Sep 16, 2025 | New CVE Received | [email protected] |