The ticket attachments functionality in Paymenter allows a malicious authenticated user to upload arbitrary files.
With the ability to execute arbitrary code, this vulnerability can be exploited in numerous ways, including but not limited to:
This issue is Critical as it allows a low-privilege authenticated user to fully compromise the application and underlying server.
This vulnerability was patched by https://github.com/Paymenter/Paymenter/commit/87c3db42282ada1e3cda54b9a01f846926c0669b and was released under the v1.2.11 tag without any other code modifications compared to v1.2.10.
If upgrading is not immediately possible, administrators can mitigate this vulnerability with one or more of the following measures:
location ^~ /storage/ {
types { }
default_type application/octet-stream;
add_header X-Content-Type-Options nosniff;
try_files $uri =404;
}
These workarounds significantly reduce risk, but the only guaranteed resolution is upgrading to v1.2.11 or later.
{
"cwe_ids": [
"CWE-434"
],
"github_reviewed": true,
"github_reviewed_at": "2026-06-22T16:53:59Z",
"nvd_published_at": "2025-08-28T18:15:33Z",
"severity": "CRITICAL"
}