CVE-2022-27245: SSRF
An issue was discovered in MISP before 2.4.156. app/Model/Server.php does not restrict generateServerSettings to the CLI. This could lead to SSRF.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
MISPto a version that resolves this vulnerability.Fixed in 2.4.156 - Configuration
Restrict generateServerSettings to only run when invoked from the command line (ensure the code path only executes in a CLI context)
app/Model/Server.php generateServerSettings access = CLI-only
Event History
Frequently Asked Questions
What is CVE-2022-27245?
CVE-2022-27245 is a vulnerability discovered in MISP before version 2.4.156 that could lead to SSRF.
What is the severity of CVE-2022-27245?
The severity of CVE-2022-27245 is high with a CVSS score of 8.8.
How does CVE-2022-27245 affect MISP?
CVE-2022-27245 affects MISP versions up to and excluding 2.4.156.
What is SSRF?
Server-Side Request Forgery (SSRF) refers to a vulnerability that allows an attacker to make arbitrary requests from the vulnerable server.
How can I fix CVE-2022-27245 in MISP?
To fix CVE-2022-27245 in MISP, upgrade to version 2.4.156 or later.