Cyber Resilience

CVE-2025-58584

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.0036 29th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-58584 is a medium-severity Use of HTTP Request With Sensitive Query String (CWE-598) vulnerability in Sick Baggage Analytics. Its CVSS base score is 5.3 (Medium).

Operationally, ranked at the 29th 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 SC-8 (Transmission Confidentiality and Integrity) 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

In the HTTP request, the username and password are transferred directly in the URL as parameters. However, URLs can be stored in various systems such as server logs, browser histories or proxy servers. As a result, there is a high…

more

risk that this sensitive data will be disclosed unintentionally.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-58587Same product: Sick Baggage Analytics
CVE-2025-58586Same 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)
  • SC-8 Transmission Confidentiality and Integrity
  • IA-5 Authenticator Management
  • AC-17 Remote Access
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.4.5
  • V14.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires confidentiality protection for all transmitted information, directly precluding the inclusion of credentials in URLs that are visible to logs, proxies and browser history.

prevent

Mandates secure authenticator management and transmission practices, eliminating the use of GET parameters for passwords and usernames.

AC-17 Remote Access minimal match
prevent

Requires approved remote-access methods that enforce secure credential handling rather than URL-based transmission.

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 mostly match
prevents

Secure SDLC practices directly prevent embedding sensitive data in query strings as part of input-handling and data-flow design.

PR.DS-02 partial match
prevents

HTTPS encryption protects query strings in transit but does not address the root design flaw of placing sensitive data in URLs.

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 sensitive data leakage via query strings.

mitigates

DLP solutions can detect and block sensitive data in URLs.

degrades

Network security controls can enforce HTTPS and block sensitive data in URLs.

prevents

Application security requirements should mandate avoiding sensitive data in query strings.

prevents

Secure architecture principles discourage exposing sensitive data in URLs.

prevents

Secure coding standards directly prohibit placing secrets in query parameters.

References