Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
server/base/routers/products.py: most-fixed (2 issues). Treat as high-risk during review.
2 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: Critical product management endpoints, including file uploads, product deletion, and info retrieval, were exposed to unauthorized users due to missing route-level authorization decorators. This allowed arbitrary modification of product data.
Auth Bypass: The product listing POST endpoint lacked JWT access token verification, leaking potentially sensitive catalog details or allowing authenticated state bypasses for listing operations.