CVE-2019-25333
7.5Bullwark · Momentum Series JAWS
Bullwark Momentum Series JAWS 1.0 contains a directory traversal vulnerability that allows unauthenticated attackers to access sensitive system files by manipulating HTTP request paths.
Executive summary
A directory traversal vulnerability in Bullwark Momentum Series JAWS 1.0 allows unauthenticated remote attackers to read sensitive system files, posing a significant risk to server confidentiality.
Vulnerability
This is a directory traversal vulnerability (CWE-22) residing in the web server component. Unauthenticated attackers can exploit this by sending specially crafted GET requests containing multiple directory traversal sequences to access files outside the intended web root directory.
Business impact
Successful exploitation of this vulnerability allows unauthorized access to sensitive system files, such as /etc/passwd, which can lead to the exposure of credentials or system configuration data. Given the CVSS score of 7.5, this high-severity flaw represents a significant risk to the integrity and confidentiality of the affected server environment, potentially providing an attacker with the necessary information to escalate privileges or perform further attacks.
Remediation
Immediate Action: As no official vendor patch is available, administrators should restrict network access to the affected web server and implement strict input validation rules to block requests containing directory traversal patterns (e.g., ../).
Proactive Monitoring: Review web server access logs for anomalous GET requests containing repeated directory traversal sequences or attempts to access sensitive system files.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to inspect and block HTTP requests that contain directory traversal characters, effectively providing a virtual patch for the vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists via the Exploit-DB entry 47773.
Analyst recommendation
Given the high CVSS severity and the availability of a public proof-of-concept, this vulnerability poses a credible threat to any exposed Bullwark Momentum Series JAWS instances. Organizations must prioritize restricting access to the affected interface and implementing robust WAF rules to prevent unauthorized file access while awaiting a permanent resolution from the vendor.
Sources
Originally found and disclosed by Numan Türle, per the CVE Program record.