Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
app/src/main/java/com/ismartcoding/plain/web/HttpModule.kt: most-fixed (2 issues). Treat as high-risk during review.
3 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: Lack of credentials and session-based gating on the HTTP and GraphQL server allowed unauthorized network clients to execute arbitrary GraphQL queries against local application endpoints.
XML External Entity (XXE): The SVG XML parser did not disable external doctype declarations, exposing the application to XML External Entity (XXE) injections that could leak local file contents.
Auth Bypass: Session tokens were not properly persisted, leading to transient authentication states that allowed authorization bypasses or forced session resets.