CVE-2026-30953
MEDIUM EPSS 12.2%
Published Mar 10, 20263mo ago · Modified Mar 17, 20263mo ago
6.5 CVSS 3.1
Published Mar 10, 2026 3mo ago
Last Modified Mar 17, 2026 3mo ago
Description
LinkAce is a self-hosted archive to collect website links. When a user creates a link via POST /links, the server fetches HTML metadata from the provided URL (LinkRepository::create() calls HtmlMeta::getFromUrl()). The LinkStoreRequest validation rules do not include NoPrivateIpRule, allowing server-side requests to internal network addresses, Docker service hostnames, and cloud metadata endpoints. The project already has a NoPrivateIpRule class (app/Rules/NoPrivateIpRule.php) but it is only applied in FetchController.php (line 99), not in the primary link creation path.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
12.2% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-918 Server-Side Request Forgery (SSRF) Validation
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| linkace | linkace | * | ≤2.0.0 |
References 1
- github.com https://github.com/Kovah/LinkAce/security/advisories/GHSA-f2mp-q78r-7jx7
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.