<?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>Lamp-Cloud - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/lamp-cloud/</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>Fri, 14 Aug 2026 02:05:55 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/lamp-cloud/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>Path Traversal in Dromara lamp-cloud</title><link>https://feed.craftedsignal.io/briefs/2026-08-lamp-cloud-path-traversal/</link><pubDate>Fri, 14 Aug 2026 02:05:55 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-lamp-cloud-path-traversal/</guid><description>An unauthenticated remote path traversal vulnerability in Dromara lamp-cloud allows attackers to access unauthorized files via the FileAnyoneController component.</description><content:encoded><![CDATA[<p>Dromara lamp-cloud, a cloud-based development platform, contains a critical path traversal vulnerability (CVE-2026-19757) affecting all versions up to 5.10.0. The vulnerability is located within the File-Upload Controller component, specifically in FileAnyoneController.java. An unauthenticated remote attacker can exploit this flaw by manipulating the 'bucket' or 'bizType' parameters, which are improperly sanitized before being used in file system operations. This allows the attacker to traverse directories and access files outside the intended scope on the server hosting the application. Public proof-of-concept exploits exist, and the maintainers have not yet provided a resolution. Given the remote, unauthenticated nature of this vulnerability, it poses a significant risk to the confidentiality and integrity of affected deployments.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify endpoints running Dromara lamp-cloud.</li>
<li>Attacker probes the file upload functionality hosted by FileAnyoneController.java.</li>
<li>Attacker constructs an HTTP request targeting the affected controller endpoint.</li>
<li>Attacker injects path traversal sequences (e.g., ../../) into the 'bucket' or 'bizType' query parameters.</li>
<li>The application fails to validate or sanitize the path input provided in the parameters.</li>
<li>The server-side code resolves the path relative to the application's root directory, escaping the target storage folder.</li>
<li>The server returns the contents of sensitive files or enables unauthorized write operations to the file system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to read arbitrary files from the server's file system. Depending on the server's configuration and the privileges of the service account running the lamp-cloud application, this may lead to the exfiltration of configuration files, credentials, or sensitive application data. The scope of impact is potentially high for any organization hosting this software in an internet-facing configuration.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the identification and patching of Dromara lamp-cloud instances in your environment. Until a vendor patch is available, implement the following:</p>
<ul>
<li>Monitor web server logs for requests containing path traversal sequences (e.g., &quot;../&quot;) targeting the FileAnyoneController.java path.</li>
<li>Restrict access to the File-Upload Controller endpoints via WAF rules or reverse proxy configurations.</li>
<li>Audit application service account permissions to ensure the principle of least privilege, minimizing the damage of potential file read attempts.</li>
<li>Monitor for CVE-2026-19757 exploitation attempts by matching web logs against suspicious character patterns in URI parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>