CVE-2026-41455: Meteor Simpleschema Ssrf Missing Validation

A URL or webhook field in a SimpleSchema definition lacks custom SSRF validation. When storing configurable endpoint URLs, the schema must include a `custom` validation hook that parses the URL and explicitly blocks requests targeting private, loopback, or undocumented internal network ranges (e.g., 10.0.0.0/8, 127.0.0.1).

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0JS
greprules fetch cve-2026-41455-meteor-simpleschema-ssrf-missing-validation --engine opengrep

Description

A URL or webhook field in a SimpleSchema definition lacks custom SSRF validation. When storing configurable endpoint URLs, the schema must include a `custom` validation hook that parses the URL and explicitly blocks requests targeting private, loopback, or undocumented internal network ranges (e.g., 10.0.0.0/8, 127.0.0.1).