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

Liamsystems

#20546of 55,118
13Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2026-29870
8.7
2026-04-02
Hytale · Hytale · CVE-2026-34735
Name of the Vulnerable Software and Affected Versions Hytale versions 1.2.0 and prior Description The Hytale Modding Wiki allows server-side code execution through the `quickUpload()` API endpoint. The endpoint validates uploaded files by checking their MIME type using PHP's `finfo` function, which inspects file contents. However, the stored filename is constructed using the client-supplied file extension from `getClientOriginalExtension()`. These checks are independent, allowing an attacker to upload a file with content that passes the MIME allowlist but uses a .php extension. The file is stored on the public disk and is directly accessible via URL. Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2026-26164
4.3
2026-03-18
Unknown · Hytale Modding Wiki · CVE-2026-32736
**Name of the Vulnerable Software and Affected Versions** Hytale Modding Wiki versions prior to 1.0.0 **Description** An Insecure Direct Object Reference (IDOR) exists in the Hytale Modding Wiki. This allows any authenticated user to access personal information of mod authors, including their full names and email addresses, by visiting a mod page through its slug. The issue affects versions of the wiki prior to version 1.0.0. **Recommendations** Update to version 1.0.0 or later.