Description
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.
Published: 2026-07-16
Score: 10 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

HireFlow contains a hard‑coded Flask secret_key in app.py for versions 1.2 and earlier, which is used to sign session cookies. An attacker who can obtain this public source value can forge a session cookie with role=admin and a user_id payload, thereby bypassing authentication and gaining full administrative access.

Affected Systems

StratonWebDesigners HireFlow 1.2 and earlier are affected. Version 1.3 and later contain a fix for this issue.

Risk and Exploitability

The vulnerability carries a CVSS score of 10, indicating critical severity. The EPSS score is <1%, indicating a very low but non‑zero exploitation probability, and the issue is not listed in CISA KEV. The likely attack vector is through the web application; the attacker only needs to know the hard‑coded secret, which can be obtained from the publicly available source code. By crafting a forged session cookie, the attacker can impersonate an administrator and manipulate hiring data without any authentication.

Generated by OpenCVE AI on July 31, 2026 at 01:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to HireFlow version 1.3 or later to remove the hard‑coded secret key.
  • If an upgrade is not immediately possible, replace the hard‑coded secret_key in app.py with a unique, randomly generated secret and configure it through an environment variable or secured configuration file, then rotate all existing session data.
  • Verify that the Flask secret_key is never committed to source control and enforce that it is set from a secure location at runtime.

Generated by OpenCVE AI on July 31, 2026 at 01:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Stratonwebdesigners
Stratonwebdesigners hireflow
Vendors & Products Stratonwebdesigners
Stratonwebdesigners hireflow

Thu, 16 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Description 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.
Title HireFlow: Use of Hard-coded Credentials
Weaknesses CWE-798
References
Metrics cvssV3_1

{'score': 10, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L'}


Subscriptions

Stratonwebdesigners Hireflow
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-17T18:06:55.113Z

Reserved: 2026-05-11T21:40:08.176Z

Link: CVE-2026-45336

cve-icon Vulnrichment

Updated: 2026-07-16T18:16:47.271Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T01:45:06Z

Weaknesses
  • CWE-798

    Use of Hard-coded Credentials