Description
MCO is vulnerable to Account Denial of Service due to improper implementation of password reset functionality. Each password reset request invalidates previously set password as well as previously issued temporary passwords, furthermore, password resets are not limited in any way. An attacker who provides victim's email and answer to their security question, can successfully initiate the reset process and continuously invalidate credentials, effectively locking the victim out of their account. Answering security questions has a limited number of tries which lowers the risk of this vulnerability.

Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 25.3.3.1 but may also affect other versions.
Published: 2026-07-01
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MCO’s password reset flow automatically clears the existing password and any temporary tokens whenever a reset request is made. The flow does not enforce rate limiting or additional verification beyond the security question, which an attacker can answer if they know the victim’s email and the correct answer. Each successful reset invalidates the victim’s current credentials, allowing the attacker to repeatedly trigger resets and eventually lock the account out. This flaw corresponds to CWE‑307 (Improper Restriction of Authentication Attempts) and CWE‑640 (Improper Management of Password Reset Tokens).

Affected Systems

Customers of MyComplianceOffice’s MCO application who are running version 25.3.3.1 have been confirmed vulnerable. Other releases may also be affected until a vendor patch is issued.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity, while an EPSS score of less than 1 % reflects a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the attacker must obtain the victim’s email and correctly answer the security question, then submit repeated reset requests within the limited number of security‑question attempts to lock the account. The likely attack vector is the publicly exposed password‑reset endpoint of MCO. Even though the attempt limit reduces the window for abuse, the vulnerability still permits a denial of service attack against the victim’s account.

Generated by OpenCVE AI on July 21, 2026 at 14:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor patch that corrects the unchecked password‑reset logic as soon as it becomes available.
  • Enable multi‑factor authentication for all password‑reset flows to add an additional verification step beyond the security question.
  • Implement application‑level rate limiting or lockout mechanisms on password‑reset requests to reduce the window for repeated attempts.
  • Consider disabling the security‑question workflow if it can be replaced by a stronger verification mechanism.

Generated by OpenCVE AI on July 21, 2026 at 14:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Mycomplianceoffice
Mycomplianceoffice mco
Vendors & Products Mycomplianceoffice
Mycomplianceoffice mco

Wed, 01 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Description MCO is vulnerable to Account Denial of Service due to improper implementation of password reset functionality. Each password reset request invalidates previously set password as well as previously issued temporary passwords, furthermore, password resets are not limited in any way. An attacker who provides victim's email and answer to their security question, can successfully initiate the reset process and continuously invalidate credentials, effectively locking the victim out of their account. Answering security questions has a limited number of tries which lowers the risk of this vulnerability. Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 25.3.3.1 but may also affect other versions.
Title Account Denial of Service in MCO
Weaknesses CWE-307
CWE-640
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Mycomplianceoffice Mco
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-01T13:41:19.482Z

Reserved: 2026-06-11T07:44:52.179Z

Link: CVE-2026-53904

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T15:00:09Z

Weaknesses
  • CWE-307

    Improper Restriction of Excessive Authentication Attempts

  • CWE-640

    Weak Password Recovery Mechanism for Forgotten Password