Sceawere
Vulnerability Detail
CVE-2026-77018UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Workeera Arbitrary File Upload RCE
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 8.8
- Creation Date
- 12h ago
- Vendor
- Unknown
- Product
- Workeera
- Attack Type
- CWE-434 Unrestricted Upload of File with Dangerous Type
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
The Workeera WordPress plugin before 1.0.6 does not restrict which profile values a candidate may submit, nor validate the type of the file it subsequently writes into a publicly reachable directory, allowing users with a role as low as subscriber to upload arbitrary files and achieve remote code execution.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "8.8",
"pubDate": "2026-08-27T06:17:27.500Z",
"pubdate": "2026-08-27T06:17:27.500Z",
"executiveSummary": "The Workeera WordPress plugin prior to version 1.0.6 is susceptible to an Arbitrary File Upload vulnerability leading to Remote Code Execution (RCE).\nThe vulnerability originates from a failure to perform adequate input validation and restriction on profile values submitted by users.\nThis flaw allows low-privileged users, such as those with the 'subscriber' role, to bypass security controls and upload malicious files—including executable scripts—to a directory that is directly accessible via the web server.\nThe impact is critical, as successful exploitation enables an attacker to execute arbitrary PHP code on the underlying web server, potentially leading to a complete compromise of the WordPress installation, sensitive data exfiltration, or unauthorized lateral movement within the hosting environment.\nThe attack does not require high-level administrative privileges, as the entry point is exposed to basic authenticated users, significantly increasing the risk profile for installations using the plugin.",
"technicalDetails": "The vulnerability resides within the profile management functionality of the Workeera plugin, where the application fails to implement server-side validation for file uploads submitted during user profile updates.\nThe root cause is an improper trust model applied to user-supplied input. Specifically, the application does not enforce strict type checking or mime-type validation on the files uploaded through the candidate profile interface. Furthermore, the application lacks an allow-list approach to file extensions, allowing files with dangerous extensions (e.g., .php, .phtml) to be saved to the filesystem.\nThe attack flow begins with an attacker authenticating to the WordPress site with an account possessing 'subscriber' privileges. The attacker navigates to the profile update functionality provided by the Workeera plugin. During the profile update request, the attacker intercepts the HTTP POST request to inject a malicious file into the upload parameters.\nBecause the application does not restrict the path where these files are stored, they are written to a publicly reachable directory within the web root. Once the file is successfully uploaded, the attacker can navigate directly to the file's URL (e.g., /wp-content/uploads/...) via a web browser. Accessing this URL triggers the web server's PHP interpreter to execute the malicious script embedded in the uploaded file.\nThe payload behavior typically involves the execution of system-level commands, allowing the attacker to initiate a reverse shell, modify site configurations, or access the WordPress database directly. By achieving code execution, the attacker effectively bypasses the application's authentication and authorization layer, operating with the privileges of the web server user.\nThe vulnerable component is the file-handling logic responsible for processing user-submitted profile data. Affected versions include all versions of the Workeera plugin prior to 1.0.6. This vulnerability is remotely exploitable over HTTP/HTTPS, and the primary requirement is basic authenticated access to the target application. Post-exploitation impact includes full system compromise, data theft, and persistent unauthorized access via webshells."
}