<?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>Cpe:2.3:a:ourphp:ourphp:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aourphpourphp/</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, 18 Sep 2026 10:28:02 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aourphpourphp/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>Reflected XSS in Ourphp via ourphp_out.php</title><link>https://feed.craftedsignal.io/briefs/2026-09-ourphp-xss/</link><pubDate>Fri, 18 Sep 2026 10:28:02 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-ourphp-xss/</guid><description>Ourphp versions 7.2.0 and earlier are vulnerable to reflected cross-site scripting (XSS) via the 'out' parameter in the 'ourphp_out.php' endpoint, allowing unauthorized script execution in a victim's browser session.</description><content:encoded><![CDATA[<p>Ourphp versions 7.2.0 and earlier contain a reflected cross-site scripting (XSS) vulnerability, identified as CVE-2023-30212. The vulnerability resides in the '/client/manage/ourphp_out.php' file, where the 'out' parameter is insufficiently sanitized when the 'ourphp_admin' parameter is set to 'logout'. An attacker can craft a malicious URL containing arbitrary JavaScript payloads, which will then be executed within the context of a victim's browser if they navigate to the link. This flaw, classified with a CVSS 6.1 score, poses a risk of session hijacking, credential theft, and unauthorized actions performed on behalf of the victim. Public proof-of-concept (PoC) code has been released, increasing the risk of exploitation for organizations still running affected versions of the software.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target running Ourphp version 7.2.0 or earlier.</li>
<li>Attacker crafts a malicious URL pointing to the vulnerable endpoint: '/client/manage/ourphp_out.php?ourphp_admin=logout&amp;out=[PAYLOAD]'.</li>
<li>Attacker injects a JavaScript payload into the 'out' parameter (e.g., '&lt;script&gt;alert(1)&lt;/script&gt;').</li>
<li>Attacker uses social engineering or phishing to trick an authenticated or targeted user into clicking the malicious link.</li>
<li>The victim's browser requests the endpoint with the injected script.</li>
<li>The Ourphp application reflects the unsanitized payload back to the victim's browser.</li>
<li>The browser executes the injected script in the context of the user's active session, enabling token theft or forced actions.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2023-30212 enables an attacker to execute arbitrary scripts in the victim's browser session. This can lead to the compromise of user sessions, theft of sensitive information (such as session cookies or CSRF tokens), and the potential to perform unauthorized administrative actions if the victim is an authorized user. The vulnerability is network-accessible and requires user interaction, making it a viable target for credential-harvesting or session-hijacking campaigns.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Prioritize upgrading all instances of Ourphp to a version beyond 7.2.0, as there is currently no evidence of an official patch release for this specific legacy version mentioned in the source material.</li>
<li>Deploy the Sigma rule below to monitor for exploitation attempts targeting the identified endpoint in web server logs.</li>
<li>Implement Content Security Policy (CSP) headers to mitigate the impact of reflected XSS by restricting where scripts can be loaded and executed.</li>
<li>Educate users on the risks of clicking suspicious links, especially those directing to internal administrative portals.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>web-application</category><category>xss</category><category>cve-2023-30212</category></item></channel></rss>