Cyber Resilience

CVE-2025-9914

Auth Bypass in Sick Baggage Analytics

Published
06 October 2025
Modified
29 January 2026
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0030 22th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-9914 is a medium-severity Authentication Bypass Using an Alternate Path or Channel (CWE-288) vulnerability in Sick Baggage Analytics. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Local Accounts (T1078.003); ranked at the 22th 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 AC-3 (Access Enforcement) and IA-2 (Identification and Authentication (Organizational Users)) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The credentials of the users stored in the system's local database can be used for the log in, making it possible for an attacker to gain unauthorized access. This could potentially affect the confidentiality of the application.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1078.003 Local Accounts Stealth
Adversaries may obtain and abuse credentials of a local account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

CWE-288 auth bypass via alternate path enables use of valid local DB credentials for unauthorized access.

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

CVEs Like This One

CVE-2025-58589Same product: Sick Baggage Analytics
CVE-2025-58590Same product: Sick Baggage Analytics
CVE-2025-9913Same product: Sick Baggage Analytics
CVE-2025-58585Same product: Sick Baggage Analytics
CVE-2025-58591Same product: Sick Baggage Analytics
CVE-2025-58579Same product: Sick Baggage Analytics
CVE-2025-58584Same product: Sick Baggage Analytics
CVE-2025-58587Same product: Sick Baggage Analytics
CVE-2025-58586Same product: Sick Baggage Analytics
CVE-2025-49193Same product: Sick Baggage Analytics

Affected Assets

sick
baggage analytics
all versions
sick
logistic diagnostic analytics
all versions
sick
package analytics
all versions
sick
tire analytics
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • IA-2 Identification and Authentication (Organizational Users)
  • IA-5 Authenticator Management
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.4.3
  • V6.6.1
  • V12.1.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authentication decisions so that credentials from the local database cannot be used via an alternate or bypass path to obtain unauthorized access.

prevent

Requires unique identification and authentication of users before allowing access, eliminating the CWE-288 alternate-path login weakness described in the CVE.

prevent

Mandates proper authenticator management (storage, handling, and verification) for credentials kept in the local database, reducing the risk of their misuse for unauthorized login.

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-03 full match
prevents

Requiring authentication on every channel and path directly eliminates alternate-path bypasses.

PR.AA-05 mostly match
prevents

Enforcing authorizations and least privilege across all access vectors prevents unauthenticated alternate paths.

PR.IR-01 mostly match
prevents

Protecting networks and environments from unauthorized logical access blocks bypass via undocumented channels.

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.

detects

Security testing can detect alternate-path bypasses but does not prevent them in production.

degrades

Secure authentication control directly mitigates bypass by requiring strong, consistent authentication on all paths.

prevents

Access control policy directly addresses alternate authentication paths by requiring all channels to enforce authentication.

degrades

Authentication information management ensures credentials and mechanisms are consistently applied across all access paths.

prevents

Access rights provisioning and review prevent bypass via unmonitored or alternate channels.

prevents

Privileged access rights control reduces risk of bypass through elevated or alternate paths.

References