CVE-2025-13265: Custom Handler Missing Token Validation

An HTTP request handler delegates logic wrapped in a callback without prior validation of the extracted authorization token. Unvalidated tokens might provide anonymous access and bypass authentication requirements. Explicitly validate the token structure or perform a validation check before executing the remote dispatch logic.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Javaβ
greprules fetch cve-2025-13265-custom-handler-missing-token-validation --engine opengrep

Description

An HTTP request handler delegates logic wrapped in a callback without prior validation of the extracted authorization token. Unvalidated tokens might provide anonymous access and bypass authentication requirements. Explicitly validate the token structure or perform a validation check before executing the remote dispatch logic.