Vulnerability 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 Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linkace | Linkace | <= 2.0.0 |
Related Weaknesses (CWE)
References
- https://github.com/Kovah/LinkAce/security/advisories/GHSA-f2mp-q78r-7jx7MitigationVendor Advisory
FAQ
What is CVE-2026-30953?
CVE-2026-30953 is a vulnerability with a CVSS score of 7.7 (HIGH). 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::...
How severe is CVE-2026-30953?
CVE-2026-30953 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-30953?
Check the references section above for vendor advisories and patch information. Affected products include: Linkace Linkace.