Intel

AIKIDO-2026-21022

fleetbase/fleetops-api is vulnerable to Authentication Bypass

Authentication Bypass Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Today

91

Critical Risk

This Affects:

PHPfleetbase/fleetops-api
0.2.7 - 0.6.59
Fixed in 0.6.60
Are you affected? Scan for Free

TL;DR

The driver verification code flow in DriverController::verifyCode mints a login token when the submitted code matches a stored VerificationCode or a fixed bypass value. Early versions accept a hardcoded 999000 code, and later versions compare the code against bypass_verification_code, which defaults to unset so a request that omits the code passes the null-sensitive check. Either path lets a caller authenticate as any driver identity without a valid code, across the public and internal driver routes. The fix routes both flows through a shared guard that requires a configured code, an allowlisted review identity, and a constant-time comparison.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

fleetbase/fleetops-api is vulnerable to Authentication Bypass in versions 0.2.7 - 0.6.59.

How to fix this

Upgrade the fleetbase/fleetops-api library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform