The vulnerability stems from processing the 'recs' URL parameter in TYPO3's frontend controller. The commit introduced a configuration flag to disable this functionality, indicating the vulnerable code path was directly handling 'recs' parameter input. The TypoScriptFrontendController is responsible for frontend request processing, and its URL parameter handling method would be the logical place where session data from 'recs' was processed without proper throttling or authentication checks. The high confidence comes from the patch's focus on disabling this feature via configuration, implying the unpatched code lacked these safeguards in the parameter processing logic.