Subject: CVE-2023-22518
Tech Stack:
Date Issued:
Criticality:
Overview:
Attack Mechanisms:
Affected Systems:
Mitigation Solution:
/json/setup-restore.action
/json/setup-restore-local.action
/json/setup-restore-progress.action
web.xml
file to include the following block:
<security-constraint>
<web-resource-collection>
<url-pattern>/json/setup-restore.action</url-pattern>
<url-pattern>/json/setup-restore-local.action</url-pattern>
<url-pattern>/json/setup-restore-progress.action</url-pattern>
<http-method-omission>*</http-method-omission>
</web-resource-collection>
<auth-constraint />
</security-constraint>
References: