Cyber Resilience

CVE-2025-58586

Sick Baggage Analytics

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

Summary

CVE-2025-58586 is a medium-severity Observable Response Discrepancy (CWE-204) vulnerability in Sick Baggage Analytics. Its CVSS base score is 5.3 (Medium).

Operationally, ranked at the 27th 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-6 (Authentication Feedback) and SI-11 (Error Handling) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

For failed login attempts, the application returns different error messages depending on whether the login failed due to an incorrect password or a non-existing username. This allows an attacker to guess usernames until they find an existing one.

CWE(s)

Related Threats

CVEs Like This One

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

Affected Assets

sick
baggage analytics
all versions
sick
enterprise 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)
  • IA-6 Authentication Feedback
  • SI-11 Error Handling
  • AC-7 Unsuccessful Logon Attempts
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.4.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires obscuring authentication feedback so the system does not reveal whether a username exists versus an incorrect password.

prevent

Mandates that error messages reveal only the minimum information needed, eliminating the observable discrepancy used for username enumeration.

prevent

Limits the number of failed logon attempts, thereby reducing the practical window an attacker has to exploit the enumeration flaw.

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.PS-06 full match
prevents

Secure SDLC practices directly prevent introduction of inconsistent response behavior that leaks internal state.

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 observable response discrepancies before deployment.

mitigates

Network security controls can enforce uniform responses and suppress observable discrepancies.

prevents

Secure SDLC practices include error-handling and response standardization to avoid information disclosure.

prevents

Application security requirements typically mandate consistent, non-revealing error messages.

prevents

Secure architecture principles discourage designs that leak internal state via differing responses.

prevents

Secure coding standards explicitly require uniform error handling to prevent information leakage.

References