Improper AuthenticationWeakness · CWE-287

CVE-2024-4303

HIGH · 8.8 CVSS v3.1 Published 2024-04-29
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
94/100
Remediation priority · Urgent
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
ArmorX Android APP's multi-factor authentication (MFA) for the login function is not properly implemented. Remote attackers who obtain user credentials can bypass MFA, allowing them to successfully log into the APP.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

The ArmorX Android application's multi-factor authentication implementation contains a logic flaw that allows attackers with valid user credentials to completely bypass the MFA challenge. This suggests the authentication server fails to consistently enforce MFA verification before granting session tokens, allowing the second factor to be skipped or circumvented after initial credential validation.

MitigationAudit and redesign the authentication flow to ensure MFA is enforced as a mandatory step after credential validation, with server-side validation of MFA completion before issuing any session tokens. Consider implementing additional integrity checks to prevent authentication bypass via direct API calls or token manipulation.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify ArmorX Android application in use
    Review installed applications on Android devices to confirm ArmorX is deployed. Check enterprise MDM or device management consoles for ArmorX presence.
    Affected if ArmorX Android application is present on any managed devices
  2. Determine installed ArmorX version
    Access the app's 'About' or 'Settings' section within the ArmorX application to view the current software version. Alternatively, check through MDM inventory or Google Play Store listing if deployed via managed Play.
    Affected if The installed version differs from a patched version - compare against any official remediation version if available
  3. Verify MFA enforcement in authentication flow
    Using valid user credentials, attempt to authenticate through the ArmorX app. Observe whether the MFA challenge (such as OTP, push notification, or biometric) is presented consistently or can be bypassed by manipulating request parameters or direct API calls after initial credential validation.
    Affected if MFA challenge can be skipped or bypassed after submitting valid username/password, allowing access without completing the second factor
  4. Check for session token issuance before MFA completion
    Use a web proxy or API testing tool to intercept authentication requests. Submit valid credentials and observe the server response - check if a session token or access token is returned BEFORE the MFA step is completed.
    Affected if The authentication server issues a valid session token before MFA verification is confirmed, indicating the bypass is possible

You are affected if the ArmorX Android application is in use and the authentication flow allows access or session token issuance without successfully completing the MFA challenge after credential validation.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Audit and redesign the authentication flow to ensure MFA is enforced as a mandatory step after credential validation, with server-side validation of MFA completion before issuing any session tokens. Consider implementing additional integrity checks to prevent authentication bypass via direct API calls or token manipulation.

Have this fixed Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing10.0 h
  • Review / QA5.0 h
33.0 hours of engineering $5,760
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $9,216.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-4303 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-4303 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data