cvedb.io
CVE-2026-30953
HIGH · CVSS 7.7
EPSS exploitation probability: 0%
Published 2026-03-10T21:16:48.347 · Last modified 2026-06-17T10:33:12.943

Summary

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.

Affected products

linkace — linkace

Does this affect you?

Add your gear to cvedb and we'll alert you only when linkace ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.