CVE-2026-19871: Use of hard-coded credentials in Prospero Flow CRM employee onboarding
Use of Hard-coded Credentials in the human resources component in Roskus Prospero Flow CRM before 5.15.9 allows unauthenticated remote attackers to authenticate as any employee onboarded through the standard flow, knowing only their email address, because the employee save controller falls back to the literal password "changeme" and the onboarding form provides no password field.
Security readout for executives and security teams
Plain-English summary
Prospero Flow CRM before 5.15.9 can assign the same built-in password to employees created through its standard onboarding process. An unauthenticated remote attacker who knows an onboarded employee’s email address may impersonate that employee, exposing employee information and enabling unauthorized actions under the victim’s account.
Executive priority
Treat as an immediate remediation priority. Exploitation could permit employee impersonation without stolen passwords or user interaction. Patch exposed systems promptly, rotate potentially affected credentials, invalidate sessions, and investigate relevant authentication activity. Evidence supplied does not establish active exploitation, but the low attack complexity and critical severity justify urgent action.
Technical view
The employee save controller falls back to a hard-coded literal password because the standard onboarding form supplies no password field. The issue is remotely reachable, requires no prior access or user interaction, and can compromise account confidentiality and integrity. The CVE identifies versions before 5.15.9 as vulnerable and references a corrective source-code commit.
Likely exposure
Exposure is highest for Prospero Flow CRM deployments older than 5.15.9 that used the standard flow to onboard employees. Internet-accessible login interfaces increase practical risk. The supplied structured affected-version entry is inconsistent with the narrative, so organizations should verify their exact build and whether it contains the referenced patch.
Exploitation context
The weakness requires only network access and knowledge of an onboarded employee’s email address, according to the CVE description. No user interaction or existing privileges are required. The source bundle does not identify public exploitation, and the CVE is not listed as KEV in the supplied data.
Researcher notes
CVSS 4.0 is 9.3 with network reachability, low complexity, no privileges, and no interaction; confidentiality and integrity impacts are high while availability impact is none. CWE-798 applies. The structured affected entry lists version "0" and default unaffected, conflicting with the narrative range before 5.15.9; validate against the patch and vendor guidance.
Mitigation direction
Upgrade Prospero Flow CRM to version 5.15.9 or later following vendor guidance.
Confirm the deployed build contains the referenced corrective commit.
Reset credentials for employees created through standard onboarding and invalidate their existing sessions.
Restrict external CRM access until remediation and credential rotation are complete.
Review vendor guidance for any additional recovery or configuration requirements.
Validation and detection
Record the deployed application version and source revision.
Verify version 5.15.9 or the referenced corrective commit is present.
Identify accounts created through the standard employee onboarding flow.
Review authentication records for unusual access involving those accounts.
Confirm affected credentials were changed and existing sessions invalidated.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-798: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-798 · source CWE mapping
Use of Hard-coded Credentials
Use of Hard-coded Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.