CVE-2026-55984: Gitea: Null Pointer Dereference in AddTime API Causes Authenticated Denial of Service
The AddTime API handler continues execution after an error returned by GetUserByName().
When a repository administrator specifies a non-existent user name, an error response is generated but execution does not stop. Subsequent code dereferences a nil user pointer, resulting in a runtime panic.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-55984 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →