Subdomain Takeover Vulnerability
Severity: Critical
Affected subdomains:
app.lyra.finance → CNAME cname.vercel-dns.com → DEPLOYMENT_NOT_FOUND
v2.lyra.finance → CNAME cname.vercel-dns.com → DEPLOYMENT_NOT_FOUND
Proof of Concept
$ dig +short CNAME app.lyra.finance
cname.vercel-dns.com.
$ curl -s https://app.lyra.finance | head -5
The deployment could not be found on Vercel.
DEPLOYMENT_NOT_FOUND
$ dig +short CNAME v2.lyra.finance
cname.vercel-dns.com.
$ curl -s https://v2.lyra.finance | head -5
The deployment could not be found on Vercel.
DEPLOYMENT_NOT_FOUND
Impact
Both subdomains point to Vercel via CNAME but the associated Vercel projects no longer exist. An attacker can:
- Create a free Vercel account
- Deploy a malicious project and claim the custom domain
app.lyra.finance
- Host a fake Lyra Finance interface that steals user wallet connections and private keys via MetaMask/WalletConnect phishing
- Steal funds from users who visit the official-looking URL
This is especially dangerous since app.lyra.finance is the primary application URL that users have bookmarked.
Steps to Reproduce
curl -s https://app.lyra.finance → returns DEPLOYMENT_NOT_FOUND
curl -s https://v2.lyra.finance → returns DEPLOYMENT_NOT_FOUND
Remediation
Either:
- Re-deploy the Vercel project and reclaim the domain
- Remove the dangling CNAME DNS records for
app and v2 subdomains pointing to cname.vercel-dns.com
Reported by: Security researcher via responsible disclosure
Subdomain Takeover Vulnerability
Severity: Critical
Affected subdomains:
app.lyra.finance→ CNAMEcname.vercel-dns.com→DEPLOYMENT_NOT_FOUNDv2.lyra.finance→ CNAMEcname.vercel-dns.com→DEPLOYMENT_NOT_FOUNDProof of Concept
Impact
Both subdomains point to Vercel via CNAME but the associated Vercel projects no longer exist. An attacker can:
app.lyra.financeThis is especially dangerous since
app.lyra.financeis the primary application URL that users have bookmarked.Steps to Reproduce
curl -s https://app.lyra.finance→ returns DEPLOYMENT_NOT_FOUNDcurl -s https://v2.lyra.finance→ returns DEPLOYMENT_NOT_FOUNDRemediation
Either:
appandv2subdomains pointing tocname.vercel-dns.comReported by: Security researcher via responsible disclosure