Stats Digest Feeds
โ† Back to all CVEs

CVE-2026-71464

LOW NVD
CVSS Score 3.1
Severity LOW
Published Sep 23, 2026
Vendor unknown

Description

LaunchConfigurationBaseSerializer.scm_branch has no validate_scm_branch() leading-dash check, unlike Project/JobTemplate/JobLaunch serializers. Schedule and WFJT Node accept --upload-pack=/bin/id as scm_branch. Currently blocked at runtime by jobs.py:1502 ValueError check (defense-in-depth), but the API validation gap means sole reliance on a task-layer guard. Refactoring that guard away would promote this to RCE.

References