CVE-2026-45336 PUBLISHED

HireFlow: Use of Hard-coded Credentials

Assigner: GitHub_M
Reserved: 11.05.2026 Published: 16.07.2026 Updated: 16.07.2026

HireFlow is a web-based interview management system for managing candidates, scheduling interviews, and tracking hiring progress. In 1.2 and earlier, app.py assigns a hard-coded Flask secret_key used to sign session cookies, allowing unauthenticated attackers who know the public source value to forge cookies containing role=admin and user_id values and bypass authentication. The advisory lists version 1.3 as fixed.

Metrics

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

Product Status

Vendor StratonWebDesigners
Product HireFlow
Versions
  • Version < 1.3 is affected

References

Problem Types

  • CWE-798: Use of Hard-coded Credentials CWE