CVE-2026-62241

clawvet self-hosted API server (apps/api) before 0.7.5 hard-codes a fallback JWT secret ('clawvet-dev-secret-change-me') in auth.ts and ships it as the default in .env.example. Because GET /api/v1/scans returns scan records containing userId values without authentication, a remote unauthenticated attacker can harvest a victim's userId, forge a valid HS256 cg_session cookie offline using the known secret, and call GET /api/v1/auth/me to obtain the victim's email address, subscription plan, and secret apiKey. The published clawvet npm package (CLI only) is not affected.
Configurations

No configuration.

History

17 Jul 2026, 19:17

Type Values Removed Values Added
References () https://github.com/MohibShaikh/clawvet/security/advisories/GHSA-9mww-p953-jfc9 - () https://github.com/MohibShaikh/clawvet/security/advisories/GHSA-9mww-p953-jfc9 -

17 Jul 2026, 02:18

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-17 02:18

Updated : 2026-07-17 19:17


NVD link : CVE-2026-62241

Mitre link : CVE-2026-62241

CVE.ORG link : CVE-2026-62241


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function

CWE-321

Use of Hard-coded Cryptographic Key