Cyber Resilience

CVE-2026-3163

MediumPublic PoC

Published: 25 February 2026

Published
25 February 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0005 16.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3163 is a medium-severity SSRF (CWE-918) vulnerability in Remyandrade Website Link Extractor. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-4 (Information Flow Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-3163 is a server-side request forgery (SSRF) vulnerability, associated with CWE-918, affecting SourceCodester Website Link Extractor version 1.0. The flaw exists in the file_get_contents function of the URL Handler component, where manipulation enables SSRF. Published on 2026-02-25, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

Remote attackers with low privileges can exploit this vulnerability over the network with low complexity and no user interaction. Exploitation triggers the server to make unintended requests, potentially allowing access to internal resources, with limited impacts on confidentiality, integrity, and availability.

Advisories on VulDB (ctiid.347670, id.347670, submit.758932) and a Medium post document the issue and public exploit disclosure. The vendor site at sourcecodester.com is referenced, but specific patch or mitigation details are not outlined in the available descriptions.

The exploit has been disclosed publicly and may be used, heightening the risk of real-world attacks.

EU & UK References

Vulnerability details

A vulnerability has been found in SourceCodester Website Link Extractor 1.0. This vulnerability affects the function file_get_contents of the component URL Handler. The manipulation leads to server-side request forgery. It is possible to initiate the attack remotely. The exploit has…

more

been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SSRF in public-facing web app (file_get_contents URL handler) directly enables remote exploitation of the application to force unintended outbound requests to internal resources.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-70457Same vendor: Remyandrade
CVE-2026-6514Shared CWE-918
CVE-2026-44116Shared CWE-918
CVE-2026-21887Shared CWE-918
CVE-2026-31910Shared CWE-918
CVE-2026-48153Shared CWE-918
CVE-2026-45298Shared CWE-918
CVE-2026-39362Shared CWE-918
CVE-2026-31989Shared CWE-918
CVE-2025-27652Shared CWE-918

Affected Assets

remyandrade
website link extractor
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks the malicious URL supplied to file_get_contents that triggers the SSRF in the URL Handler component.

prevent

Enforces information-flow rules that prevent the application server from initiating unauthorized outbound requests to internal resources.

prevent

Boundary-protection mechanisms can restrict the unintended network requests the server is tricked into making by the SSRF payload.

References