Cyber Resilience

CVE-2026-44733

Published
26 June 2026
Modified
29 June 2026
CVSS Score v3.1 5.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N
EPSS Score 0.0018 7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-44733 is a medium-severity Unverified Password Change (CWE-620) vulnerability. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Manipulation (T1098); ranked at the 7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-11 (Re-authentication) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

OpenProject is open-source, web-based project management software. Prior to 17.3.2 and 17.4.0, Business Logic Error on OpenProject through PATCH request to /api/v3/users/me permits to bypass password requirements. A password validation flaw in the change password behavior allows attackers to change…

more

a user's password only with an active session takeover. This vulnerability is fixed in 17.3.2 and 17.4.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1098 Account Manipulation Persistence
Adversaries may manipulate accounts to maintain and/or elevate access to victim systems.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Business logic flaw enables unauthorized password changes (account manipulation) on a public-facing web app via API abuse.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-1107Shared CWE-620
CVE-2024-45647Shared CWE-620
CVE-2024-20419Shared CWE-620
CVE-2024-12860Shared CWE-620
CVE-2024-13375Shared CWE-620
CVE-2024-9431Shared CWE-620
CVE-2025-71337Shared CWE-620
CVE-2026-9249Shared CWE-620
CVE-2025-71328Shared CWE-620
CVE-2026-24443Shared CWE-620

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • IA-11 Re-authentication
  • IA-5 Authenticator Management
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires re-authentication before allowing a password change, blocking the session-only bypass described in CVE-2026-44733.

prevent

Mandates verification of identity and enforcement of password-change rules, directly addressing the unverified change flaw (CWE-620).

prevent

Enforces access-control decisions on the /api/v3/users/me PATCH endpoint so that password modification cannot succeed without proper authorization checks.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-01 mostly match
prevents

Credential management practices directly enforce re-authentication for password changes.

PR.AA-03 mostly match
prevents

Authentication requirements include verifying identity before allowing credential modifications.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Requires secure management of authentication information, directly addressing the need to verify the original password before allowing a change.

prevents

Mandates secure authentication mechanisms, which include verifying existing credentials before permitting password changes.

none

Identity management processes can incorporate verification steps, but the control itself does not explicitly require password-change verification.

none

Information access restriction can be strengthened by password verification, yet the control focuses on access rights rather than change procedures.

References