Indrasishbanerjee · Aem-Mcp-Server · CVE-2026-10274
**Name of the Vulnerable Software and Affected Versions**
indrasishbanerjee aem-mcp-server versions up to b5f833aef9b5dfd17a5991b3b18a8a11edbdc583
**Description**
A server-side request forgery (SSRF) issue exists within the Axios Request Flow component. This occurs when the `getAssetMetadata()` function in the `src/mcp-server.ts` file fails to properly handle the `assetPath` argument, allowing a remote attacker to manipulate the request. SSRF is a flaw that allows an attacker to induce the server-side application to make requests to an unintended location.
**Recommendations**
As a temporary workaround, restrict the use of the `assetPath` argument within the `getAssetMetadata()` function to minimize the risk of exploitation.