CVE-2026-43884 fix 603e7bf patched EpgParser.php and plugin/AI/receiveAsync.json.php to use url_get_contents (redirect-safe). Neither uses the $resolvedIP out-param of isSSRFSafeURL() for DNS pinning via CURLOPT_RESOLVE. Six+ other call sites still discard $resolvedIP, opening DNS-rebinding TOCTOU.
Reference correct pattern at plugin/YPTWallet/YPTWallet.php:1071-1098:
```php $resolvedIP = null; if (isSSRFSafeURL($url, $resolvedIP)) { curlsetopt($ch, CURLOPTRESOLVE, ["$h
{
"github_reviewed_at": "2026-05-15T18:35:38Z",
"severity": "MODERATE",
"cwe_ids": [
"CWE-367",
"CWE-918"
],
"nvd_published_at": "2026-05-29T14:16:30Z",
"github_reviewed": true
}