CVE-2026-30953 HIGH

CVE-2026-30953: LinkAce affected by SSRF via link creation: NoPrivateIpRule not applied to LinkStoreRequest

Vendor Kovah
Product LinkAce
Weakness CWE-918 · SSRF
Published March 10, 2026
Last update March 11, 2026

CVSS base score

7.7/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

March 10, 2026 CVE published
March 11, 2026 Record updated