Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

avaiga/taipy
develop @ 5bcb574
9
Fixes
1
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
taipy/gui_core/_context.py: most-fixed (3 issues). Treat as high-risk during review.
6 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Auth Bypass: Repeated authorization bypasses in context management and background event handlers allowed unauthorized clients to manipulate jobs, scenarios, and execution submissions. Developers must ensure all incoming event execution flows actively assert read and write permissions before processing tasks.
Path Traversal: Insecure file path resolution in the file upload and asset serving mechanisms allowed path traversal outside target boundaries. Using robust canonicalization and prefix-matching validation is critical whenever constructing absolute file paths from user inputs.
Auth Bypass: The backend failed to verify user permissions prior to modifying application states via variable updates, which could allow unauthorized frontend clients to manipulate server-side variables directly.