LiveActive security incident?Get immediate response
CVE Record

CVE-2025-10503: Reflected Cross-Site Scripting via Authentication Endpoint in WSO2 Identity Server

The authentication endpoint accepts user-supplied input without enforcing expected validation constraints, leading to a lack of proper output encoding. This allows for the injection of malicious JavaScript payloads, enabling reflected cross-site scripting. An attacker can leverage this vulnerability to redirect the user's browser to a malicious website, modify the user interface of the web page, retrieve information from the browser, or cause other harmful actions. However, due to the protection of session-related cookies with the httpOnly flag, session hijacking is not possible.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2025-10503 is a reflected cross-site scripting issue in WSO2 Identity Server 7.1.0. A victim must interact with attacker-supplied content targeting the authentication endpoint. Successful exploitation can alter what the user sees, redirect the browser, or access some browser information. Sources state httpOnly cookie protection prevents session hijacking through this flaw.

Executive priority

Treat as a moderate priority for identity environments. It does not allow direct session theft per the source, but it affects login surfaces and can support phishing or user manipulation. Remediate promptly where WSO2 Identity Server 7.1.0 is internet-facing or business-critical.

Technical view

The authentication endpoint accepts user-controlled input without expected validation and lacks proper output encoding, creating CWE-79 reflected XSS. CVSS is 6.1: network exploitable, low complexity, no privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.

Likely exposure

Organizations running WSO2 Identity Server 7.1.0 may be exposed, especially where authentication endpoints are reachable by users or the internet. The source bundle lists other versions as unaffected by default, but teams should verify against WSO2’s advisory and their deployment inventory.

Exploitation context

No active exploitation is indicated by KEV or the provided sources. Exploitation requires convincing a user to interact with malicious content. The impact is meaningful for phishing, brand trust, and user deception, but the cited description says session hijacking is not possible due to httpOnly session cookies.

Researcher notes

Evidence is limited to the CVE record and WSO2 advisory reference in the source bundle. Do not assume affected versions beyond WSO2 Identity Server 7.1.0. No public exploit status or patch version is provided in the supplied data; consult the vendor advisory for precise remediation.

Mitigation direction

  • Identify any WSO2 Identity Server 7.1.0 deployments.
  • Review the WSO2 advisory for vendor-approved fixes or configuration guidance.
  • Prioritize remediation for internet-facing or high-volume identity services.
  • Maintain browser and identity-service hardening controls against XSS impact.
  • Monitor WSO2 security advisories for updated remediation details.

Validation and detection

  • Confirm deployed WSO2 Identity Server versions against asset inventory.
  • Check whether authentication endpoints are externally reachable.
  • Review application security test results for reflected XSS on authentication flows.
  • Look for unusual authentication URLs, redirects, or user reports of altered login pages.
  • Validate remediation using approved security testing after applying vendor guidance.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-10503 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2025-10503Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WSO2WSO2 Identity Server7.1.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.