CVE-2025-54963
BaseFortify
Publication date: 2025-10-23
Last updated on: 2025-10-28
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| baesystems | socet_gxp | to 4.6.0.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in the SOCET GXP Job Service of BAE Systems' SOCET GXP software (versions before 4.6.0.2). An attacker who can interact with the Job Service can submit a crafted job request specifying a log file path that is not properly sanitized. This allows the attacker to read arbitrary files on the filesystem with the permissions of the Job Service process, potentially exposing sensitive files. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to read sensitive files on the system where the SOCET GXP Job Service is running. The attacker gains read access with the permissions of the Job Service process, which may expose confidential or critical information, leading to data leakage or unauthorized information disclosure. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can involve monitoring for unusual job submissions to the SOCET GXP Job Service that specify unexpected log file paths, especially those attempting directory traversal. Network monitoring for connections to the Job Service ports may also help identify exploitation attempts. Specific commands are not provided in the resources, but checking open ports related to the Job Service and reviewing job request logs for suspicious file paths is recommended. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating SOCET GXP to version 4.6.0.2, which disables network access for the Job Service by default. If updating is not immediately possible, restrict network access by removing allowed IP addresses from the Job Service configuration or block the Job Service ports using Windows Firewall. Assistance can be obtained through Customer Technical Support. [1]