CVE-2024-51981
BaseFortify
Publication date: 2025-06-25
Last updated on: 2025-06-26
Assigner: Rapid7, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-93 | The product uses CRLF (carriage return line feeds) as a special element, e.g. to separate lines or records, but it does not neutralize or incorrectly neutralizes CRLF sequences from inputs. |
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability allows an unauthenticated attacker to perform a blind server side request forgery (SSRF) by exploiting a CRLF injection issue. The attacker leverages the WS-Addressing feature used during a WS-Eventing subscription SOAP operation to send crafted HTTP requests. Although the attacker can control all the HTTP data sent in the SSRF connection, they cannot receive any data back from the connection.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to make unauthorized HTTP requests from the vulnerable server to other internal or external systems. This could potentially be used to access internal resources, perform unauthorized actions, or exploit other vulnerabilities within the network. However, since the attacker cannot receive any data back, the impact is limited to sending requests without direct feedback.