Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-19871 – Authentication Bypass via Hard-Coded Credentials – Roskus Prospero Flow CRM (before

Be the first to know when new zero-days emerge:

Summary

CVE-2026-19871 is a critical use of hard-coded credentials vulnerability (CWE-798) in the human resources module of Roskus Prospero Flow CRM. The employee onboarding controller silently defaults to the literal password "changeme" whenever an administrator creates an employee record without explicitly supplying a password, allowing a remote, unauthenticated attacker who knows (or guesses) an employee’s email address to log in as that employee. The issue affects all versions prior to 5.15.9 and carries a CVSS score of 9.3 (Critical).

Technical details

  • Root cause: In EmployeeSaveController (app/Http/Controllers/Rrhh/Employee/EmployeeSaveController.php), employee password creation was implemented as bcrypt($request->input('password', 'changeme')) — if no password value is submitted during onboarding, the application hashes and stores the static string changeme as the account’s password instead of generating a random credential.
  • Trigger conditions: Any employee record created through the standard HR onboarding form (resources/views/rrhh/employee/_form.blade.php) without an explicit password field being populated will silently receive the default changeme credential.
  • Attack vector: Network — no authentication or user interaction is required. An attacker only needs a valid employee email address (which may be guessable, harvested, or match common corporate email naming conventions) to attempt login using changeme as the password.
  • Impact: Successful exploitation grants full authenticated access to the CRM as the compromised employee account, exposing confidential HR, contact, and business data, and potentially enabling further lateral movement or privilege escalation depending on the employee’s assigned role and permissions.

Affected software

  • Vendor: Roskus
  • Product: Prospero Flow CRM
  • Vulnerable versions: All versions 0 up to (but not including) 5.15.9
  • Fixed version: 5.15.9 and later

Severity

  • CVSS v4.0 Base Score: 9.3 (Critical)
  • 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

Mitigation and recommended actions

  • Immediate: Upgrade Roskus Prospero Flow CRM to version 5.15.9 or later, which removes the hard-coded fallback password and instead generates a cryptographically random temporary credential (via Str::random(32)), flags new accounts with must_change_password, and sends employees a secure password-reset link instead of a default password.
  • Post-upgrade action: Audit all employee accounts created prior to patching and force a password reset for any account that may have been onboarded with the default changeme credential, as upgrading alone does not invalidate previously set default passwords.
  • If immediate patching is not possible: Restrict network access to the CRM’s authentication endpoints to trusted networks/VPN only, enforce strong password policies and multi-factor authentication where supported, and monitor authentication logs for login attempts using the string changeme or unusual login patterns against employee accounts.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge