CVE-2026-62241 PUBLISHED

clawvet < 0.7.5 Hard-coded JWT Secret Session Forgery

Assigner: VulnCheck
Reserved: 13.07.2026 Published: 17.07.2026 Updated: 17.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor MohibShaikh
Product clawvet
Versions Default: unaffected
  • affected from 0 to 0.7.5 (excl.)
  • Version 0.7.5 is unaffected

Credits

  • EQSTLab reporter
  • Seyong Kim (@useworld) finder

References

Problem Types

  • Missing Authentication for Critical Function CWE
  • Use of Hard-coded Cryptographic Key CWE