CVE-2026-41129: Array Url Missing Scheme Validation

A URL extracted from an array input is validated by a single method. This may indicate that while the hostname is validated, the URL scheme is overlooked, leading to SSRF via `file://` or `gopher://`. Ensure scheme validation checks are implemented.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0PHP
greprules fetch cve-2026-41129-array-url-missing-scheme-validation --engine opengrep

Description

A URL extracted from an array input is validated by a single method. This may indicate that while the hostname is validated, the URL scheme is overlooked, leading to SSRF via `file://` or `gopher://`. Ensure scheme validation checks are implemented.