Security readout for executives and security teams
Plain-English summary
This CVE affects several SICK analytics products and allows JavaScript to run through a dashboard “Open in new Tab” action. The main business risk is session hijacking: an attacker who already has high privileges and can get user interaction may steal or misuse an authenticated session.
Executive priority
Treat as a moderate-priority confidentiality issue. It is not currently KEV-listed and requires privileged interaction, but it affects operational analytics environments where session compromise could expose sensitive business or industrial data.
Technical view
CVE-2025-9913 is a CWE-79 cross-site scripting issue in SICK Baggage Analytics, Tire Analytics, Package Analytics, and Logistic Diagnostic Analytics. The CVSS 3.1 score is 4.5 with network attack vector, low complexity, high privileges required, user interaction required, and high confidentiality impact.
Likely exposure
Exposure is likely limited to organizations running the listed SICK analytics dashboards. The source bundle does not establish internet exposure, deployment defaults, or affected version ranges beyond “0” entries marked affected.
Exploitation context
No active exploitation is identified in the provided sources, and CISA KEV status is false. Exploitation requires high privileges and user interaction, reducing broad attack likelihood, but successful abuse could expose session material or user data.
Researcher notes
The public bundle gives limited version detail and no confirmed patch text. Researchers should avoid assuming broader product impact. Validate against the SICK CSAF advisory and focus on authenticated dashboard workflows involving the “Open in new Tab” behavior.
Mitigation direction
Review SICK advisory SCA-2025-0010 for product-specific remediation or update guidance.
Restrict dashboard access to trusted administrative users only.
Follow SICK operating guidelines and CISA ICS security practices.
Limit analytics dashboard exposure from untrusted networks.
Revoke or rotate sessions after suspected dashboard XSS exposure.
Validation and detection
Inventory SICK analytics deployments matching the affected product names.
Confirm whether deployed versions map to SICK advisory SCA-2025-0010.
Check whether dashboards are reachable from untrusted network zones.
Review logs for unusual dashboard access or session reuse.
Verify vendor-recommended fixes or mitigations are applied.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
ScoreVersionSeverityVectorExploitImpactSource
4.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N0.93.6SICK AG
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.