CVE Catalog

CVE-2026-6933

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.59%

44th percentile — higher than 44% of all known CVEs

Summary

The Premmerce Dev Tools plugin for WordPress is vulnerable to Remote Code Execution due to missing authorization in versions up to and including 2.0. The 'generatePluginHandler' function lacks authorization checks before processing user-supplied POST data, allowing attackers to inject PHP code.

Risk Assessment

Authenticated attackers with Subscriber-level access and above can create arbitrary PHP files on the server, leading to remote code execution. This poses a serious threat to the security of the system and the organization's data.

Recommendation

It is recommended to update the Premmerce Dev Tools plugin to the latest version to mitigate this vulnerability. Additionally, conducting a security audit to identify and eliminate potential threats is advisable.

Original NVD description (English source)

The Premmerce Dev Tools plugin for WordPress is vulnerable to Remote Code Execution via missing authorization in versions up to and including 2.0. This is due to the 'generatePluginHandler' function lacking any authorization check before processing user-supplied POST data, combined with the 'createFromStub' function performing unsanitized string substitution of the 'premmerce_plugin_namespace' parameter directly into PHP stub files written to the wp-content/plugins/ directory. An attacker can inject a semicolon followed by arbitrary PHP code into the namespace parameter, causing the generated plugin file to contain and execute that code when accessed via HTTP. This makes it possible for authenticated attackers with Subscriber-level access and above to create arbitrary PHP files on the server and achieve remote code execution.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS