जमा करें #849414: mjperpinosa stumasy 327d1b0f2915ba79d7ef8ebb74553e987609d9be Code Injectionजानकारी

शीर्षकmjperpinosa stumasy 327d1b0f2915ba79d7ef8ebb74553e987609d9be Code Injection
विवरणThe affected component is `application/pages/imba_calculator/calculate.php`, an unauthenticated calculator endpoint. The endpoint decodes attacker-controlled JSON from `$_POST["mathematical_sentence"]` and evaluates each `value` member as PHP code: ```php $mathematical_sentence = $_POST["mathematical_sentence"]; $decoded_data = json_decode($mathematical_sentence, true); foreach($decoded_data as $data) { echo eval($data["value"]); } ``` An attacker can send arbitrary PHP statements such as `return file_get_contents("/etc/hostname");` and have them executed by the web server process. In deployments where command execution functions are enabled, this can lead to full remote command execution; even with command functions disabled, the bug allows arbitrary PHP code execution, local file reads, and application compromise.
स्रोत⚠️ https://github.com/mjperpinosa/stumasy/issues/5
उपयोगकर्ता
 gscsd (UID 97914)
सबमिशन05/06/2026 02:44 PM (1 महीना पहले)
संयम04/07/2026 05:41 PM (29 days later)
स्थितिस्वीकृत
VulDB प्रविष्टि376338 [mjperpinosa stumasy तक 327d1b0f2915ba79d7ef8ebb74553e987609d9be calculate.php eval mathematical_sentence अधिकार वृद्धि]
अंक20

Want to know what is going to be exploited?

We predict KEV entries!