<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Online Pharmacy System (1.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/online-pharmacy-system-1.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 24 Aug 2026 11:56:18 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/online-pharmacy-system-1.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unrestricted File Upload Vulnerability in itsourcecode Online Pharmacy System</title><link>https://feed.craftedsignal.io/briefs/2026-08-online-pharmacy-rce/</link><pubDate>Mon, 24 Aug 2026 11:56:18 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-online-pharmacy-rce/</guid><description>An unauthenticated remote code execution vulnerability (CVE-2026-78245) exists in itsourcecode Online Pharmacy System 1.0 due to improper file validation within the user registration process.</description><content:encoded><![CDATA[<p>A security vulnerability identified as CVE-2026-78245 affects the itsourcecode Online Pharmacy System version 1.0. The vulnerability is located within the 'all_users/register.php' file, specifically in the component responsible for user registration. An attacker can manipulate the 'photo' argument passed to the 'move_uploaded_file' function, allowing for the unrestricted upload of arbitrary files to the server. Because the application fails to adequately validate or restrict the file types processed by this function, a remote, unauthenticated attacker could upload malicious scripts, such as web shells, leading to remote code execution. This vulnerability is highly critical due to the lack of required authentication, allowing exploitation by any remote actor with network access to the target application. Public exploit code has been reported, making this an immediate risk to organizations running this specific version of the software.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify systems running itsourcecode Online Pharmacy System 1.0.</li>
<li>Attacker navigates to the public user registration page located at /all_users/register.php.</li>
<li>Attacker initiates a registration request, intercepting the HTTP request using a proxy tool.</li>
<li>Attacker modifies the 'photo' parameter in the POST request to point to a malicious file, such as a PHP web shell.</li>
<li>The application's 'move_uploaded_file' function processes the malicious request without validating the file extension or content.</li>
<li>The web server saves the attacker-supplied file into a directory accessible by the web root.</li>
<li>Attacker requests the newly uploaded file via the browser to trigger execution of the malicious script.</li>
<li>Attacker achieves remote command execution with the privileges of the web server service account.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated attacker to gain remote code execution on the underlying server. This can lead to full system compromise, data theft, ransomware deployment, or use of the server as a pivot point for further lateral movement within the target organization's network. Given the nature of the application as a pharmacy management system, the potential exposure of sensitive patient and operational data is significant.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection engineering teams:</p>
<ul>
<li>Deploy a web application firewall (WAF) rule to inspect and block requests to '/all_users/register.php' that contain suspicious file extensions (e.g., .php, .php5, .phtml) within the 'photo' parameter.</li>
<li>Implement monitoring for new file creation events within the web directory where user-uploaded photos are stored.</li>
<li>Audit the web server configuration to ensure that file execution permissions are restricted in user upload directories.</li>
<li>Identify and decommission any production instances of 'Online Pharmacy System' 1.0 until a security patch is provided by the vendor.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>remote-code-execution</category><category>cve-2026-78245</category></item></channel></rss>