Home

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.

PUBLISHED Reserved 2026-03-07 | Published 2026-03-10 | Updated 2026-03-11 | Assigner GitHub_M




HIGH: 7.7CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Problem types

CWE-918: Server-Side Request Forgery (SSRF)

Product status

<= 2.0.0
affected

References

github.com/...inkAce/security/advisories/GHSA-f2mp-q78r-7jx7

cve.org (CVE-2026-30953)

nvd.nist.gov (CVE-2026-30953)

Download JSON