CVE-2026-41236: Froxlor Cve 2026 41236 Language Lfi

A path traversal vulnerability was detected where a function argument is directly concatenated via `sprintf` to build a file path, followed by a filesystem operation like `file_exists`. This allows an attacker to manipulate the input variable into accessing arbitrary local files by injecting directory traversal characters (e.g. `../`). Always sanitize path i

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0PHP
greprules fetch cve-2026-41236-froxlor-cve-2026-41236-language-lfi --engine opengrep

Description

A path traversal vulnerability was detected where a function argument is directly concatenated via `sprintf` to build a file path, followed by a filesystem operation like `file_exists`. This allows an attacker to manipulate the input variable into accessing arbitrary local files by injecting directory traversal characters (e.g. `../`). Always sanitize path i