CVE-2026-10287
Server-Side Request Forgery in SEO Meta Tag Extractor
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| sourcecodester | seo_meta_tag_extractor | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in SourceCodester SEO Meta Tag Extractor 1.0, specifically in the get_headers function of the /index.php file.
The issue arises from manipulation of the 'url' argument, which allows an attacker to perform server-side request forgery (SSRF).
This means an attacker can make the server send requests to unintended locations, potentially accessing internal systems or resources.
The attack can be initiated remotely and the exploit has been publicly disclosed.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access to internal or protected resources by tricking the server into making requests on behalf of the attacker.
It can result in confidentiality, integrity, and availability impacts, as indicated by the CVSS scores showing low confidentiality, integrity, and availability impacts.
An attacker could potentially access sensitive information, manipulate data, or disrupt services by exploiting this SSRF vulnerability.