glowxq-oj contains an unauthenticated arbitrary file upload vulnerability in the file management functionality. The SysFileController class is annotated with @SaIgnore which disables all authentication. The upload endpoint accepts any file type without validation. This allows unauthenticated attackers to upload malicious files (HTML, SVG) that are immediately accessible via a public URL, which can be used to conduct phishing attacks, steal user cookies, and perform other client-side attacks such as stored XSS.