GHSA-c3ch-22rq-xfwr

Suggest an improvement
Source
https://github.com/advisories/GHSA-c3ch-22rq-xfwr
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-c3ch-22rq-xfwr/GHSA-c3ch-22rq-xfwr.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-c3ch-22rq-xfwr
Aliases
Published
2026-05-15T18:35:38Z
Modified
2026-09-10T03:50:46Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N CVSS Calculator
Summary
AVideo CVE-2026-43884 incomplete fix - six (or more) `isSSRFSafeURL()` call sites still discard the `$resolvedIP` out-param at master HEAD post-`603e7bf`
Details

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:

$resolvedIP = null;
if (isSSRFSafeURL($url, $resolvedIP)) {
    curl_setopt($ch, CURLOPT_RESOLVE, ["$h
Database specific
{
    "cwe_ids":  [
        "CWE-367",
        "CWE-918"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-05-15T18:35:38Z",
    "nvd_published_at":  "2026-05-29T14:16:30Z",
    "severity":  "MODERATE"
}
References

Affected packages

Packagist / WWBN/AVideo

Package

Name
WWBN/AVideo
Purl
pkg:composer/WWBN/AVideo

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Last Affected
29.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-c3ch-22rq-xfwr/GHSA-c3ch-22rq-xfwr.json"