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.
References
| Link | Resource |
|---|---|
| https://github.com/Kovah/LinkAce/security/advisories/GHSA-f2mp-q78r-7jx7 | Mitigation Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-03-10 21:16
Updated : 2026-03-17 16:13
NVD link : CVE-2026-30953
Mitre link : CVE-2026-30953
CVE.ORG link : CVE-2026-30953
JSON object : View
Products Affected
linkace
- linkace
CWE
CWE-918
Server-Side Request Forgery (SSRF)
