Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Katrielmoses

#16992of 56,328
16.9Total CVSS
Vulnerabilities · 2
High
2
PT-2026-43297
8.2
2026-05-26
Algernon · Algernon · CVE-2026-43981
**Name of the Vulnerable Software and Affected Versions** Algernon versions prior to 1.17.6 **Description** In the `engine/luahandler.go` file, the `sync.RWMutex` protecting `LoadCommonFunctions` is released before the `L.Push()` and `L.PCall()` functions execute. Because the `LState` of gopher-lua is not goroutine-safe, concurrent requests create a race condition on the shared state, leading to Lua VM corruption. **Recommendations** Update to version 1.17.6.
PT-2026-43298
8.7
2026-05-26
Algernon · Algernon · CVE-2026-43982
**Name of the Vulnerable Software and Affected Versions** Algernon versions prior to 1.17.6 **Description** The `uploadedFileSaveIn()` function in lua/upload/upload.go uses `filepath.Join()` with a directory provided by the caller without performing a boundary check after the operation. This allows a directory path such as `../../../tmp` to resolve to `/tmp`, enabling files to be saved outside the intended web root. **Recommendations** Update to version 1.17.6.