<?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/"><channel><title>Cve-2026-10287 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-10287/</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, 01 Jun 2026 21:16:47 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-10287/feed.xml" rel="self" type="application/rss+xml"/><item><title>SourceCodester SEO Meta Tag Extractor 1.0 - Server-Side Request Forgery (SSRF) - CVE-2026-10287</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2026-10287-ssrf/</link><pubDate>Mon, 01 Jun 2026 21:16:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2026-10287-ssrf/</guid><description>SourceCodester SEO Meta Tag Extractor 1.0 is vulnerable to server-side request forgery (SSRF) via manipulation of the 'url' argument in the get_headers function of the /index.php file, potentially allowing a remote attacker to make requests to internal or external systems.</description><content:encoded><![CDATA[<p>SourceCodester SEO Meta Tag Extractor 1.0 is susceptible to a server-side request forgery (SSRF) vulnerability identified as CVE-2026-10287. The flaw resides within the <code>get_headers</code> function of the <code>/index.php</code> file. An attacker can remotely trigger this vulnerability by manipulating the <code>url</code> argument, forcing the application to make HTTP requests to arbitrary destinations. This could be abused to scan internal networks, read sensitive information from internal services, or potentially proxy attacks to other systems. The vulnerability has been publicly disclosed, making it more likely to be exploited.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies the vulnerable application, SourceCodester SEO Meta Tag Extractor 1.0, running online.</li>
<li>Attacker crafts a malicious URL containing the target internal or external address, embedding it within the <code>url</code> parameter of a request to <code>/index.php</code>.</li>
<li>The attacker sends a request to <code>/index.php</code> with the manipulated <code>url</code> parameter, targeting the <code>get_headers</code> function.</li>
<li>The application&rsquo;s <code>get_headers</code> function processes the attacker-controlled URL without proper validation.</li>
<li>The application initiates an HTTP request to the attacker-specified internal or external server.</li>
<li>The application receives the HTTP response from the targeted server.</li>
<li>The application may then display or use the received information.</li>
<li>If successful, the attacker can leverage this SSRF vulnerability to potentially gain unauthorized access to internal resources or proxy requests.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SSRF vulnerability (CVE-2026-10287) can lead to the disclosure of sensitive internal information, such as internal service configurations or data, by forcing the application to make requests to internal resources. It can also be leveraged to perform port scanning on the internal network or even to proxy attacks to other systems. The CVSS v3.1 score of 7.3 indicates a high severity vulnerability with potential for information disclosure and limited impact to integrity and availability.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or updates provided by SourceCodester for SEO Meta Tag Extractor 1.0 to address CVE-2026-10287.</li>
<li>Implement input validation and sanitization on the <code>url</code> parameter in the <code>get_headers</code> function within <code>/index.php</code> to prevent arbitrary URL usage, mitigating CVE-2026-10287.</li>
<li>Deploy the Sigma rule <code>Detect SSRF in SourceCodester SEO Meta Tag Extractor via URL Parameter</code> to identify potential exploitation attempts in web server logs.</li>
<li>Monitor web server logs for requests to <code>/index.php</code> containing suspicious URLs or internal IP addresses in the <code>url</code> parameter.</li>
<li>Consider implementing network segmentation to limit the impact of a successful SSRF attack, restricting the application&rsquo;s ability to access internal resources.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cve</category><category>cve-2026-10287</category><category>ssrf</category><category>server-side request forgery</category></item></channel></rss>